var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Little Screen
";
arnews[0] += "This week's new releases, available Tuesday, are rated by Jay Bobbin of Zap2it on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[0] += "
";
arnews[1]="Does Revelstoke deserve drug smuggling centre label?
";
arnews[1] += "Will actor Jason Priestley bring infamy to Revelstoke in a future production looking into the drug smuggling industry? Black Press file photo Published: November 16, 2009 6:00 PM Updated: November 17, 2009 9:03 AM Many in Revelstoke likely watched The Fifth Estate episode on Friday evening titled a Over the Edgea which explored the tragic tale of ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrities returning to Banff
";
arnews[2] += "Hollywood stars will gather Jan. 14-17, 2010 to protect North American waterways while skiing at Sunshine Village staying at the Fairmont Banff Springs.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:35:32 GMT";
arnews[2] += "
";
arnews[3]="Cory Monteith from Glee eschews those nasty rumours about his on-screen co-star Lea Michele
";
arnews[3] += "The last place you'd expect to find America's most popular high school student is on the drums at the Gemini awards backing up Loverboy in Calgary.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 18:06:53 GMT";
arnews[3] += "
";
arnews[4]="Warriors miss out in final pursuit
";
arnews[4] += "Wibsey Warriorsa gallant bid to reach the BARLA YORKSHIRE CUP final came to a 28-6 end at Hunslet Old Boys.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:27:44 GMT";
arnews[4] += "
";
arnews[5]="East Leeds 38 Ovenden 6: Still no joy for Ovenden
";
arnews[5] += "Ovenden's miserable run continued with another heavy defeat in poor conditions. The home side started well and scored in the first few minutes when Ben Walkin broke on the blind side of the scrum to go in for the first of his three tries, Steve Parnell adding the extras.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 12:12:04 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("