var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hip Hop's Damon Dash makes the Judgement Yard sojourn
";
arnews[0] += "IT was early last week that Sizzla Kalonji received the call that hip hop mogul Damon Dash was in the island and needed to make that link.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 09:19:28 GMT";
arnews[0] += "
";
arnews[1]="Grey's Anatomy, Desperate Housewives
";
arnews[1] += "Every week, editors Mickey O'Connor and Adam Bryant answer your burning questions.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 09:16:24 GMT";
arnews[1] += "
";
arnews[2]="Mega Buzz: Scoop on Lost, Grey's, Housewives and More
";
arnews[2] += "Every week, editors Mickey O'Connor and Adam Bryant answer your burning questions.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Gloria Bass of Vintage Glo Jewelry Designs Was the Belle of the...
";
arnews[3] += "Gloria Bass of Vintage Glo Jewelry Designs was a big hit with celebrities at the GBK Official Golden Globes Gifting Lounge held January 15-16, 2010 at the Mondrian Hotel.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 13:13:11 GMT";
arnews[3] += "
";
arnews[4]="Top 5 Idris Elba Films
";
arnews[4] += "British actor Idris Elba burst onto the national scene in 2002 as Russell \"Stringer\" Bell in the highly-acclaimed HBO drama series The Wire .";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 16:55:34 GMT";
arnews[4] += "
";
arnews[5]="The gripes of Roth
";
arnews[5] += "Tim Roth, star of Lie To Me , returns to his second season as Dr Cal Lightman, genius psychologist who deciphers micro-expressions to obtain the truth from veteran criminals.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 12:00:00 GMT";
arnews[5] += "
";
arnews[6]="The gripes of Roth
";
arnews[6] += "Tim Roth, star of Lie To Me , returns to his second season as Dr Cal Lightman, genius psychologist who deciphers micro-expressions to obtain the truth from veteran criminals.";
arnews[6] += "
Publ.Date : Thu, 21 Jan 2010 22:55:45 GMT";
arnews[6] += "
";
arnews[7]="No Google presents the Crazy Heart tribute: The Top Ten Rocking Flicks of All-time
";
arnews[7] += "In this occasional feature, we attempt to reconnect to list-making the old-fashioned way: without the help of the internet.";
arnews[7] += "
Publ.Date : Tue, 19 Jan 2010 15:35:35 GMT";
arnews[7] += "
";
totcount = 8;
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("