var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Blood: the Last Vampire a " review
"; arnews[0] += "Director: Chris Nahon Release date: 2009 Contains spoilers Some of you will have read my first thoughts on this and will remember that I wasn't too impressed with this film."; arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 10:15:19 GMT"; arnews[0] += "
"; arnews[1]="People in the News
"; arnews[1] += "In the midst of a career surge that has made him one of rap's biggest stars, Lil Wayne is bracing for a year behind bars after pleading guilty yesterday in a two-year-old gun case."; arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 19:03:48 GMT"; arnews[1] += "
"; arnews[2]="On this date in 1915, tens of thousands of women marched in New York...
"; arnews[2] += "On this date in 1915, tens of thousands of women marched in New York City, demanding the right to vote: Oct."; arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 14:44:39 GMT"; arnews[2] += "
"; arnews[3]="-Horoscope
"; arnews[3] += "BIRTHDAY GAL: Actress Masiela Lusha was born in Tirana, Albania, today in 1985. This birthday gal is probably best recognized as Carmen from The George Lopez Show that aired on TV from 2002-07. She also voiced the character of Nina on the animated series Clifford's Puppy Days."; arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 13:51:11 GMT"; arnews[3] += "
"; arnews[4]="This day in history
"; arnews[4] += "Today's highlight in history: On Oct. 23, 1983, 241 U.S. service members, most of them Marines, were killed in a suicide truck-bombing at Beirut International Airport in Lebanon; a near-simultaneous attack on French forces killed 58 paratroopers."; arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 13:09:44 GMT"; arnews[4] += "
"; arnews[5]="New Moon scenes screened at Rome Film Fest
"; arnews[5] += "The Volturi are invading the red carpet. The vampire clan starring in the highly anticipated second installment of the Twilight series are expected to be greeted by a crowd of fans at the Rome Film Festival, where scenes from The Twilight Saga: New Moon are being screened ahead of the official release next month."; arnews[5] += "
Publ.Date : Fri, 23 Oct 2009 13: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("
");document.write("
");