var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wait For You - Elliott Yamin
";
arnews[0] += "Vocalist Elliott Yamin first gained recognition as the second runner-up on the fifth season of the reality show #American Idol.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 01:37:41 GMT";
arnews[0] += "
";
arnews[1]="Merry Christmas Baby: A Compliation
";
arnews[1] += "I've always liked the Christmas song Merry Christmas Baby. The first version that I ever heard was the blues singer Charles Brown's version.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:21:34 GMT";
arnews[1] += "
";
arnews[2]="The Genius of Charles Darwin - DVD Review
";
arnews[2] += "\"Dynamic look at the life, work, and legacy of Charles Darwin\" --The Sunday Times Published 150 years ago, Charles Darwin's On the Origin of Species changed everything--science, religion, and ... more US Release: 2009-11-10 UK Release: - From Sites We Like Latest PopEater News MTV's 'Styl'd' Dishes on Rihanna, Leighton Meester, Beyonce and More Jon ...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 19:50:32 GMT";
arnews[2] += "
";
arnews[3]="Can't Keep On Lo... - Elliott Ya...
";
arnews[3] += "Vocalist Elliott Yamin first gained recognition as the second runner-up on the fifth season of the reality show #American Idol.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:25:24 GMT";
arnews[3] += "
";
arnews[4]="Signed via MySpace
";
arnews[4] += "Andrew Hoover With Alex Babini, Benji Davis Project and Curtis Peoples. Thu., Nov.";
arnews[4] += "
Publ.Date : Thu, 01 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Former American Idol Star Rocks Youngstown
";
arnews[5] += "The Covelli Centre in Youngstown was rockin' Wednesday night with a former American Idol star.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 21:27:51 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("