var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Up On The Hous... - Kimberley Lo...
"; arnews[0] += "Kimberley Locke was born and raised in Tennessee. She grew up singing, both in church and for fun, and by high school was a member of her school's singing and performance group."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 15:20:52 GMT"; arnews[0] += "
"; arnews[1]="Guide to Christmas Tree Lightings in Los Angeles and Orange County
"; arnews[1] += "Two Rodeo's 2008 Christmas Tree Although Southern California may not be having a white Christmas again this year, Christmas tree lighting events around Los Angeles and Orange County will definitely get rid of your \"Bah humbugs\" and put you in the Christmas spirit."; arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Hollywood & Highland Center and One Heartland Present 'Holiday of...
"; arnews[2] += "'Hannah Montana' Star and Disney Recording Artist, MITCHEL MUSSO, Idol Finalists, KIMBERLEY LOCKE and MICHAEL JOHNS and I'M OK YOU'RE OK To Perform Tickets On Sale Now For Private Reception Benefitting ONE HEARTLAND Source: Hollywood & Highland On 5:00 am EST, Monday November 9, 2009 HOLLYWOOD, Calif., Nov."; arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 12:11:07 GMT"; arnews[2] += "
"; arnews[3]="Community forged by tragedy
"; arnews[3] += "In the summer of 1976, a young man jumped in his new car and drove to Tucson to visit a friend."; arnews[3] += "
Publ.Date : Thu, 08 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Being on 'Idol' no guarantee for future success
"; arnews[4] += "American Idol 6 tenth-place finisher, Chris Sligh, recently posted a blog entry titled To the Idols: A Realistic look at your career prospects ."; arnews[4] += "
Publ.Date : Sun, 04 Oct 2009 00:22:28 GMT"; arnews[4] += "
"; totcount = 5; 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("
");