var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Film clips
"; arnews[0] += "David Sevillea s chipmunk wards Alvin, Simon and Theodore return in the sequel to sing in three-part harmony, along with the Chipmunksa female counterparts, the Chipettes."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:28:01 GMT"; arnews[0] += "
"; arnews[1]="Movie Guide
"; arnews[1] += "Palace ALVIN & THE CHIPMUNKS: THE SQUEAKQUEL B- PG Zachary Levi, David Cross, Jason Lee The chipmunks decide to return to school and are recruited to save the school's music program."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Judge gives Genny's Diner owner more time to sell or repair house
"; arnews[2] += "A judge has urged Genny's Diner owner Frank Faris and city officials to explore having Faris give the city the dilapidated 19th century house he owns at 2223 Frankfort Avenue or exchange it for another city-owned property."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Genny's Diner owner given extension to sell nearby property
"; arnews[3] += "The owner of the Clifton neighborhood restaurant called Genny's Diner has been given more time by a judge to find a buyer for a dilapidated house located next to his restaurant."; arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 22:04:27 GMT"; arnews[3] += "
"; arnews[4]="Izzy
"; arnews[4] += "I don't care if it is \"porn for history teachers.\" Make a photocopy or something! 8:05 - Finally, someone gave Caroline some vervain! Her mother should be charged with neglect for not getting that into her sooner."; arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="The Vampire Diaries: A Sneak Preview of Children of the Damned
"; arnews[5] += "Once again The Vampire Diaries ' Executive Producers Kevin Williamson and Julie Plec have recorded a video intro to the upcoming episode of the show, entitled \"Children of the Damned\", in which we meet the Salvatore boys' papa Guiseppe, played by guest star James Remar."; arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 13:17:58 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("
");document.write("
");