var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fergie scores third solo No. 1
";
arnews[0] += "NEW YORK/LOS ANGELES - Black Eyed Peas singer Fergie scored her third No. 1 hit from her solo album \"The Dutchess\" Thursday as \"Big Girls Don't Cry\" inched up one place to lead the Billboard Hot 100 singles chart.";
arnews[0] += "
Publ.Date : Fri, 31 Aug 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Miss Marple a bigger draw than Nelly's Juno show
";
arnews[1] += "Score one for Miss Marple over the Juno Awards. \"At Bertram's Hotel,\" Granada Television's TV-movie adaptation of the classic Agatha Christie tale, grabbed 1.03 million viewers for CBC opposite the Juno Awards, the public broadcaster disclosed Tuesday.";
arnews[1] += "
Publ.Date : Wed, 04 Apr 2007 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="... - Timbaland / Justin Timberl...
";
arnews[2] += "Timbaland ascended to the top of the rap industry in the late '90s, impressively balancing his in-demand hitmaking abilities with his outlandish production style.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:45:44 GMT";
arnews[2] += "
";
arnews[3]="Bilson 'absolutely not...
";
arnews[3] += "Hollywood couple ASHTON KUTCHER and DEMI MOORE are planning to make St. Valentine's Day extra special for 270 human trafficking victims - by sending each one of them roses.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:58:19 GMT";
arnews[3] += "
";
arnews[4]="Say Somethin... - Timbaland / Dr...
";
arnews[4] += "Timbaland ascended to the top of the rap industry in the late '90s, impressively balancing his in-demand hitmaking abilities with his outlandish production style.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:33:22 GMT";
arnews[4] += "
";
arnews[5]="Say It Right - Nelly Furtado
";
arnews[5] += "Nelly Furtado strips down and shows her range. The girl is smokin' hot right now and you can see why on acoustic performances of \"Promiscuous,\" \"I'm Like A Bird\" and \"Maneater.\"... Nelly Furtado - Play All Biography Singer/songwriter Nelly Furtado heavily credits her ethnic background and creative childhood for spawning her pop career, which took ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 09:22:38 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("