var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Call of Duty Is Setting Records
"; arnews[0] += "Activision Blizzard, which released the game Nov. 10, said the latest game in its Call of Duty franchise made $550 million in worldwide sales during its first five days."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:33:33 GMT"; arnews[0] += "
"; arnews[1]="Best Bets
"; arnews[1] += "Harry Potter and the Magical Muggle Museum. Children and adults can enjoy an extravaganza designed for Harry Potter fans, magic lovers, and loyal readers of author J.K. Rowling's novels."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:19:33 GMT"; arnews[1] += "
"; arnews[2]="Call of Duty Is Setting Records
"; arnews[2] += "Activision Blizzard, which released the game Nov. 10, said the latest game in its Call of Duty franchise made $550 million in worldwide sales during its first five days."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:21:06 GMT"; arnews[2] += "
"; arnews[3]="Midday Snacks: For lovers and haters of "Twilight"
"; arnews[3] += "Since it seems like you'd have to live at an Antarctic outpost to avoid the frenzy about \"New Moon\" , here are two things both lovers and haters of the series can enjoy."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:07:36 GMT"; arnews[3] += "
"; arnews[4]="Chocolates Maine Style
"; arnews[4] += "We didn't believe we were living through the golden age of Maine chocolate until more than a dozen boxes of sweets arrived at our offices from chocolatiers across the state."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:42:26 GMT"; arnews[4] += "
"; arnews[5]="Spain's audience stays home for premiere of 'New Moon'
"; arnews[5] += "MADRID, Spain - No fangs, no shrieking boy-crazy teenagers, and not a drop of blood to spare."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:05: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("
");