var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Merlin series 2 episode 8 review - Den Of Geek
"; arnews[0] += "Over-arcing stories are not something that Merlin has done successfully. With the suspicion that the average Merlin viewer has the attention span of a goldfish, the writers in the first season, basically, knocked out episode after episode with little ..."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 11:13:00 GMT"; arnews[0] += "
"; arnews[1]="The Weekend Warrior: Nov. 20 - 22 - Coming Soon!
"; arnews[1] += "Last weekend, two new movies were released, but for all intents and purposes, it might as well just have been one. This week, we have three new movies but only one of them will have any sort of significant impact and that is The Twilight Saga: New ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");