var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wynonna's mom defends Swift
";
arnews[0] += "Country music veteran-turned-activist Naomi Judd has thrown her support behind Taylor Swift after the young singer was heavily criticised for her performance with Stevie Nicks at the Grammy Awards.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:24:40 GMT";
arnews[0] += "
";
arnews[1]="Naomi Judd - Judd Stands Up for Swift
";
arnews[1] += "Country music veteran-turned-activist NAOMI JUDD has thrown her support behind TAYLOR SWIFT after the young LOVE STORY singer was heavily criticised for her performance with STEVIE NICKS at the Grammy Awards.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:36:45 GMT";
arnews[1] += "
";
arnews[2]="Well done for Urbandale, 2/9/10
";
arnews[2] += "Alexandra Garland of Johnston was named to the chancellor's list at Chapman University in Orange, Calif.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Interview: Paul di Resta, racing driver
";
arnews[3] += "THERE was never really much doubt about what the young Paul di Resta would do when he grew up a ' certainly not in his own mind.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Judds set to tour again; event in Ashland unlikely
";
arnews[4] += "Wynonna Judd announced this weekend that she and her mother, Naomi, will be on tour together this year.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tracked Down: Justin Timberlake, Glen Davis, Ashley Judd & more..
";
arnews[5] += "Justin Timberlake and Jessica Biel , in town over the weekend for the Hasty Pudding madness at Harvard , dining at Henrietta's Table, UpStairs on the Square and No.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 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("