var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Clarkson clicks with string of hits
"; arnews[0] += "It seems like ages ago that Kelly Clarkson walked away with the inaugural American Idol crown."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:40:55 GMT"; arnews[0] += "
"; arnews[1]="Didn't You Know... - Kellie Pick...
"; arnews[1] += "In 2005, Louisiana-born and North Carolina-raised singer Kellie Pickler landed a spot in the fifth season of #American Idol."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:42:33 GMT"; arnews[1] += "
"; arnews[2]="Music review
"; arnews[2] += "If Taylor Swift is like a little kitty cat, then Miranda Lambert is like a tiger - a ferocious, gun-toting, straight-shooting, hell-raising, beer-guzzling tiger."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:48:54 GMT"; arnews[2] += "
"; arnews[3]="First-ever American idol champ Kelly Clarkson displays versatility in 'Dome show
"; arnews[3] += "It seems like ages ago that Kelly Clarkson walked away with the inaugural American Idol crown."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:01:34 GMT"; arnews[3] += "
"; arnews[4]="Cricket's Frog Blog: Jimmy Wayne
"; arnews[4] += "Today the Frog Blog spotlight is on Kings Mountain, North Carolina native, Jimmy Wayne."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:32:39 GMT"; arnews[4] += "
"; arnews[5]="Lambert takes performance to top
"; arnews[5] += "If Taylor Swift is like a little kitty cat, then Miranda Lambert is like a tiger - a ferocious, gun-toting, straight-shooting, hell-raising, beer-guzzling tiger."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:00:00 GMT"; arnews[5] += "
"; arnews[6]="Hattiesburg family chosen for TV home 'Makeover'
"; arnews[6] += "Ty Pennington, along his design crew and television cameras, are invading the Hub City next month to change the lives of a family."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="Move that bus
"; arnews[7] += "Very soon, an extreme spotlight will shine over Hattiesburg. That's because Ty Pennington, along his design crew and television cameras, are invading the Hub City next month to forever change the lives of a deserving family."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");document.write("
");