var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American Idol: Ellen DeGeneres Is No Victoria Beckham, Fortunately
";
arnews[0] += "Ellen DeGeneres made her American Idol debut last night, and she had some intimidatingly big shoes to fill.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:39:22 GMT";
arnews[0] += "
";
arnews[1]="Hollywood week on 'Idol' brings hopefuls closer to the top 24
";
arnews[1] += "Hollywood week is finally here and our new judge Ellen DeGeneres is in full swing.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:21:55 GMT";
arnews[1] += "
";
arnews[2]="Most useless man 2010? That'll be me
";
arnews[2] += "The title was probably won by George Burley in 2009 but I'd now like to nominate yours truly as Scotland's Most Useless Man 2010.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:18:14 GMT";
arnews[2] += "
";
arnews[3]="Mel B wants Belafonte babies
";
arnews[3] += "Mel B wants children with husband Stephen Belafonte . The former Spice Girls singer - who already has two daughters, 11-year-old Phoenix and two-year-old Angel, from previous relationships - is planning on expanding her family further in the near future and says she loves being pregnant.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:42:19 GMT";
arnews[3] += "
";
arnews[4]="Brand profile: street-wear label Superdry
";
arnews[4] += "Cotton Boudoir dress, 74.99, superdry.co.uk. Cotton Bluebell dress , 49.99, and boots, 125, superdry.co.uk. 'Extremely dry,\" enunciates my friend, deciphering the oriental text on the fluoro-orange shop sign.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:34:25 GMT";
arnews[4] += "
";
arnews[5]="'Idol' Gets Down . . . and Down Some More; 157 Going Home Soon
";
arnews[5] += "Because more than 100,000 auditioned, the 181 who got their golden tickets to Hollywood for the second season on \" American Idol \" are undoubtedly an elite group.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:36: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("