var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gerard Butler prepares to launch own perfume line - New Kerala
";
arnews[0] += "The Scottish star feels he is the only one left who has not launched a scent. \"I need a perfume. I need to tell my publicist to get on that. He''s not got me any worthwhile branding. Clive Owen has his aftershave, Ewan McGregor has cologne. What do I ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:16:00 GMT";
arnews[0] += "
";
arnews[1]="Spotlight On Clive Owen - Starpulse.com
";
arnews[1] += "Born in Coventry, West Midlands, England in October 1965, actor Clive Owen is the quintessential handsome man. Put him in any movie looking dapper and sharp or get him rolling around in the mud and dirt and he'll still come up looking amazing. Clive ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:55:00 GMT";
arnews[1] += "
";
arnews[2]="Gerard Butler prepares to launch own perfume line - New Kerala
";
arnews[2] += "The Scottish star feels he is the only one left who has not launched a scent. \"I need a perfume. I need to tell my publicist to get on that. He''s not got me any worthwhile branding. Clive Owen has his aftershave, Ewan McGregor has cologne. What do I ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:16:00 GMT";
arnews[2] += "
";
arnews[3]="'Trust,' starring Clive Owen, to block streets in Plymouth for filming - MLive.com
";
arnews[3] += "AP file photo Clive Owen will be in Plymouth this week filming 'Trust.' Downtown Plymouth is a Metro Detroit favorite for holiday shopping and strolls, but this week you have one more incentive to hit Plymouth's main square. British actor Clive Owen ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 16:05:00 GMT";
arnews[3] += "
";
arnews[4]="Stars Come Out For The Deftones - The Gaea Times
";
arnews[4] += "MOTLEY CRUE rocker TOMMY LEE, LINKIN PARK frontman MIKE SHINODA and rap group CYPRESS HILL were among the stars who joined the DEFTONES at a benefit concert in Los Angeles on Thursday night (19Nov09). The musicians all took to the stage with the band ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("