var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Simon Cowell set for double chart top spot
";
arnews[0] += "SIMON Cowell is poised for a record-breaking double triumph - taking the No 1 spots in the singles and albums charts this Christmas.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:58:43 GMT";
arnews[0] += "
";
arnews[1]="In search of the perfect diva
";
arnews[1] += "Everyone knows that Taylor Swift can't sing. The teen star might hold the zeitgeist in her pink satin clutch, but she's regularly criticized for her live vocal performances, which tend toward wild notes and shortness of breath.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:06:26 GMT";
arnews[1] += "
";
arnews[2]="2009 American Music Awards: Nominations List
";
arnews[2] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[2] += "
";
arnews[3]="Ciara rocks seriously toned gams at the ASICS Celebration for Leona Lewis
";
arnews[3] += "Ciara topped off fancy heels and an LBD with sleek, toned hams and gams at Leona Lewis' \"Echo\" Album party.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Yesterday
";
arnews[4] += "Lyrics and words are funny things.A And some of the most beautiful songs are titled with similar names.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:44:13 GMT";
arnews[4] += "
";
arnews[5]="Thurman is Pattinson's older woman
";
arnews[5] += "Supermodel DAUL KIM has been found dead at her Parisian apartment, aged just 20.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:41:48 GMT";
arnews[5] += "
";
arnews[6]="Twilight's Reed to make...
";
arnews[6] += "SHAKIRA fears she'll have to write to MATT DAMON's wife and apologise for namechecking her man on her new album.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:41:37 GMT";
arnews[6] += "
";
arnews[7]="New Moon smashes midnight...
";
arnews[7] += "A host of singers including LEONA LEWIS and KANYE WEST's protege MR HUDSON have teamed up to film an anti-bullying campaign video.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 13:41:26 GMT";
arnews[7] += "
";
arnews[8]="Taio Cruz told to stop hits
";
arnews[8] += "Taio Cruz's record label wants him to stop writing so many hits. The producer-and-singer - who penned recent UK number one single 'Never Leave You', which was recorded by Tinchy Stryder featuring Amelle Berrabah - has revealed his bosses have been getting angry with him for writing so many tracks for other artists.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 12:50:31 GMT";
arnews[8] += "
";
totcount = 9;
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("