var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Dale triumph again, Cherries held
"; arnews[0] += "Chris O'Grady opened the scoring for Dale after six minutes and Matt Tootle's own goal put the seal on the win at Spotland."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 21:22:40 GMT"; arnews[0] += "
"; arnews[1]="Dale move clear with Alex win
"; arnews[1] += "Rochdale extended their lead at the top of the League Two table with a 2-0 home win over Crewe Alexandra."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 21:05:00 GMT"; arnews[1] += "
"; arnews[2]="Leaders Dale Win Again
"; arnews[2] += "Bet on League Two with Sky Bet! Click here for Saturday's scores and scorers Click here for match summaries Click here for individual match reports Click here for updated League Two table Rochdale extended their lead at the top of Coca-Cola League Two thanks to a 2-0 win over Crewe ."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 20:42:10 GMT"; arnews[2] += "
"; arnews[3]="Town Creek DVD Release aka Henry Cavill Post
"; arnews[3] += "\"The basic gist of the plot is that Evan must team up with his long-lost big brother Vic to rid a local farmhouse of a diabolically possessed family and their longtime houseguest: a satanic nazi vampire zombie-master. I'll leave the backstory to the Schumacher's noir-ish flashbacks and cut right to the meat of the matter: Once Blood Creek gets down ..."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:13:02 GMT"; arnews[3] += "
"; arnews[4]="Compelling soundscapes
"; arnews[4] += "One more time Sting demonstrates his inexhaustible power to create new, compelling musical soundscapes."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 01:08:02 GMT"; arnews[4] += "
"; arnews[5]="Blood Creek
"; arnews[5] += "Article by Brian Holcomb : 2010-01-27 14:41:53 Blood Creek is a whole hell of a lot better than any movie called Blood Creek has a right to be."; arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 22:41:53 GMT"; arnews[5] += "
"; arnews[6]="Blood Creek a " review
"; arnews[6] += "Director: Joel Schumacher First released: 2009 Contains spoilers Blood Creek is a Joel Schumacher film, his first vampire film since the Lost Boys ."; arnews[6] += "
Publ.Date : Mon, 25 Jan 2010 20:03:51 GMT"; arnews[6] += "
"; totcount = 7; 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("
");