var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Revised Experience: The Longest Best Picture Titles
"; arnews[0] += "Your life isn't complete without knowing the answer to the following question: We've answered it once before but Precious ... which is officially titled Precious: Based on the Novel Push by Sapphire has shaken up the rankings."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:07:42 GMT"; arnews[0] += "
"; arnews[1]="Carlson's a champ - again
"; arnews[1] += "Coming home ... Young gun Lachlan Doak powers on in Footscray Cycling Club's A Grade race on Saturday while eventual winner Graham Carlson puts his head down and pushes on."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:57:36 GMT"; arnews[1] += "
"; arnews[2]="Candidates takes sides over meals
"; arnews[2] += "Challengers say it's wasteful BY CHASITY GUNN CGUNN@DNJ.COM Given the current economic conditions, some Murfreesboro City School Board challengers say taxpayers shouldn't foot the bill for meals before board meetings."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Quitting is for Quitters
"; arnews[3] += "I'M BACK ... BUT WAS I EVER REALLY GONE?: John Daly announced that he would be competing in this week's AT&T Pebble Beach National Pro-Am and that his amateur partner would be Dallas Cowboys quarterback Tony Romo."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 02:31:40 GMT"; arnews[3] += "
"; arnews[4]="Mia Wasikowska: My adventures in Tim Burton's Wonderland
"; arnews[4] += "Mia Wasikowska talks to Alice Fisher about the pitfalls of playing Alice in Tim Burton's new movie and the pressures of sudden Hollywood fame Tim Burton's adaptation of Alice's Adventures in Wonderland is one of the most highly awaited films of the year, with each fresh video clip of Johnny Depp as the Mad Hatter and poster of Helena Bonham ..."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 02:42:36 GMT"; arnews[4] += "
"; arnews[5]="To Golf
"; arnews[5] += "Maui is a mecca for golf Lisa Vlooswyk For the Calgary Herald With more than 16 courses located on the island there are an abundance of championship tracks to put your game to the test."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 01:33: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("
");