var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gerard Butler Named Best British Actor In Hollywood - Post Chronicle
";
arnews[0] += "Gerard Butler, the Scottish hunk - who is best known for playing King Leonidas in '300' - beat a host of stars, including Christian Bale and double-Oscar winner Daniel Day Lewis to win the title in a poll of more than 1,000 UK film fans by the DVD ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:27:00 GMT";
arnews[0] += "
";
arnews[1]="Gerard Butler prepares to launch own perfume line - Newstrack India
";
arnews[1] += "I need a perfume. I need to tell my publicist to get on that. He's not got me any worthwhile branding. E-mail Article Printer Friendly Text-Size Clive Owen has his aftershave, Ewan McGregor has cologne. What do I have? Nothing. I don't know what it ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:41:00 GMT";
arnews[1] += "
";
arnews[2]="Kevin McKidd on "Call of Duty" and "Rome" Movies - WorstPreviews.com
";
arnews[2] += "They were looking for a rough, Scottish actor in Hollywood they probably couldn't get Gerard Butler, so they got the No. 2 Gerard Butler, me. I had no idea it would be so huge, and now there are talks of a feature film, \" he said, adding that he ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[2] += "
";
arnews[3]="Gerard Butler prepares to launch own perfume line - Newstrack India
";
arnews[3] += "London, Nov 21 (ANI): Gerard Butler is all set to join the ranks of celebs who have their own fragrances in the market. 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 ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:41:00 GMT";
arnews[3] += "
";
arnews[4]="Gerard Butler wants to launch fragrance line - New Kerala
";
arnews[4] += "The \"300\" actor is convinced he's the only actor without his own cosmetics line, and he too wants a piece of the action, reports express.co.uk. \"I need a perfume. I need to tell my publicist to get on that. He's not got me any worthwhile branding ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:47: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("