var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Eat a late-night snack, and then enter a raffle
"; arnews[0] += "Students line up at the village stiry-fry line at dinner time. The village now offers stir-fry until 9 p.m on school nights."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:14:19 GMT"; arnews[0] += "
"; arnews[1]="This Week's TV: Irish rover Ciaran McCarthy returns to Corrie
"; arnews[1] += "It's more than four years since womaniser Ciaran McCarthy waltzed out of Weatherfield but now the charmer is back and up to his old tricks."; arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="How Today's Heartthrobs Got Their Start
"; arnews[2] += "V Man published an editorial called \"How To Audition For Your Dream Role,\" featuring Miley Cyrus love interest Liam Hemsworth , Matt Lanter of 90210 , Melrose Place star Michael Rad y , Mark Salling of Glee and The Vampire Diaries' Paul Wesley ."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 00:31:12 GMT"; arnews[2] += "
"; arnews[3]="Home Movies: Direct-to-DVD Sequels Cash In
"; arnews[3] += "Corey Feldman reprises his role as Edgar Frog, veteran vampire hunter, in 'Lost Boys: The Tribe.' Courtesy Warner Brothers It's a tradition older than The Land Before Time II a ' building direct-to-DVD franchises on the foundations laid by popular originals, including blockbuster titles like Home Alone , Ace Ventura and Bambi ."; arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 16:14:30 GMT"; arnews[3] += "
"; arnews[4]="90210
"; arnews[4] += "About 90210 A lot has changed in Beverly Hills over the past summer. Some friendships have solidified, while others have been destroyed in the aftershocks of the earthquake that was prom night."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 18:38:35 GMT"; arnews[4] += "
"; arnews[5]="'90210': Rob Estes leaving, Harry Wilson will be written out
"; arnews[5] += "Looks like the adults in the new \"90210\" universe are not long for this world. Just two days after Jennie Garth announced that she's not really doing the show anymore, we find out that West Bev is not only losing its school counselor, but its principal too."; arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 21:50:10 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("
");