var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cha'mone Mo'Fo'Selecta! A Tribute To Michael Jackson - Preview & competition
";
arnews[0] += "Cha'mone Mo'Fo'Selecta! A Tribute To Michael Jackson is available to own on DVD on Monday, November 23, courtesy of 4DVD.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:48:46 GMT";
arnews[0] += "
";
arnews[1]="Top Baby Names of 2008, 2009
";
arnews[1] += "There are many names to choose from for your baby. There are names with a meaning that describe personality traits or exotic places.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:36:05 GMT";
arnews[1] += "
";
arnews[2]="Dish Of Salt: Mel B Loves To a Dancea
";
arnews[2] += "NEXT Dish Of Salt: Ray Romano - 'Men Of A Certain Age' Isn't 'An Extreme Departure For Me' Dish Of Salt: Scott Bakula - I'm Not One Of Those 'Men Of A Certain Age' Dish Of Salt: Mark Salling 'Wheels' Into 'Glee' PREV NEXT Access' Laura 'Dish of Salt' Saltman looking glam at HBO's post Emmy Awards reception at the Pacific Design Center on September ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:49:51 GMT";
arnews[2] += "
";
arnews[3]="Jay-Z joins Rihanna at London gig
";
arnews[3] += "BBC Online Rap star Jay-Z joined Rihanna on stage for two songs as she launched her new album, Rated R, in Brixton, London.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:34:00 GMT";
arnews[3] += "
";
arnews[4]="Rankin Image 1
";
arnews[4] += "ONE WEEK he is persuading Sven Goran Eriksson to pull his shirt over his head goalscorer-style and run around a living room cheering like a crazed football fanatic.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 13:58:17 GMT";
arnews[4] += "
";
arnews[5]="The diva returned to the UK for an exclusive show
";
arnews[5] += "Rihanna rocked Brixton Academy last night with a special preview performance of songs from her new album, Rated R, and a selection of her classic hits including SOS and Umbrella.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 13:38:50 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("