var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gerard Butler prepares to launch own perfume line
";
arnews[0] += "Gerard Butler is all set to join the ranks of celebs who have their own fragrances in the market.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:22:40 GMT";
arnews[0] += "
";
arnews[1]="Gerard Butler prepares to launch own perfume line
";
arnews[1] += "The London News.Net Saturday 21st November, 2009 London, Nov 21 : Gerard Butler is all set to join the ranks of celebs who have their own fragrances in the market.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:10:03 GMT";
arnews[1] += "
";
arnews[2]="Gerard Butler voted Best British Actor in Hollywood
";
arnews[2] += "Gerard Butler has topped a new list of the 'Best British Actors in Hollywood'. The 40-year-old Scottish actor beat Christian Bale and Daniel Day-Lewis to the title in a poll of more than 1,000 British films fans by online DVD and games rental service Lovefilm.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:56:52 GMT";
arnews[2] += "
";
arnews[3]="The Boys are Back (R1) in January
";
arnews[3] += "Walt Disney Studios Home Entertainment have announced the Region 1 DVD release of The Boys are Back on 26th January 2010.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:44:14 GMT";
arnews[3] += "
";
arnews[4]="Tosca's 90th Birthday Party: Cappuccino, the Culterati, and Gavin
";
arnews[4] += "It was a mix of the sliver-haired and the sliver-tongued. Last night was the 90th birthday party for North Beach institution Tosca Cafe .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:53:41 GMT";
arnews[4] += "
";
arnews[5]="The Elusive M Factor.
";
arnews[5] += "I'm filling in for Megan today so I'm afraid the cool factor will be missing from your Friday post.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:29:34 GMT";
arnews[5] += "
";
totcount = 6;
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("