var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="STORYa s Blair Hayes Shoots Martina McBride for SunnyD
";
arnews[0] += "STORY 's Blair Hayes recently directed country music superstar Martina McBride in a \"high spirited\" spot for SunnyD and New York agency Carrafiello Diehl & Associates.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:08:30 GMT";
arnews[0] += "
";
arnews[1]="Musikfest to announce country act: Who's it going to be?
";
arnews[1] += "That pretty much guarantees it will be a country act - \" something that was a point of complaint last year, when Musikfest ignored the genre while Allentown Fair packed them in for Tim McGraw.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:17:14 GMT";
arnews[1] += "
";
arnews[2]="Independence D... - Martina Mcbr...
";
arnews[2] += "Contemporary country singer Martina McBride rose to stardom in the late '90s, starting out with a more traditionalist approach and later moving into pop-friendlier territory.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:37:35 GMT";
arnews[2] += "
";
arnews[3]="Ellen gets ready to debut as American Idol judge
";
arnews[3] += "Paula Abdul is gone. : New judge Ellen DeGeneres makes her debut at 7 tonight on Fox during the intense Hollywood rounds, which include solo and group numbers.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:09:00 GMT";
arnews[3] += "
";
arnews[4]="I Have Nothing and other songs Idol should retire
";
arnews[4] += "Let's close the door on Whitney ballads, shall we, Idol ? Bring on the Whitney Houston hits! Belt out the Martina McBride choruses! Screw up the Elton John Lyrics.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 18:00:00 GMT";
arnews[4] += "
";
arnews[5]="Shannihilator, Atlanta Rollergirls
";
arnews[5] += "Shannihilator #3 skates for the Apocalystix and the Dirty South Derby teams, Atlanta Rollergirls .";
arnews[5] += "
Publ.Date : Fri, 05 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("