var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Stubborn Divide: Jaye Tyler and Sookie Stackhouse
";
arnews[0] += "Both Wonderfalls and True Blood take place in contemporary society and deal with the themes of change and the supernatural in rather prominent ways.";
arnews[0] += "
Publ.Date : Wed, 20 Jan 2010 01:07:27 GMT";
arnews[0] += "
";
arnews[1]="Hbo Issues Dates And Details For The Hanks/Spielberg World War II Miniseries the Pacific
";
arnews[1] += "\"Wonderfalls\" star Caroline Dhavernas is it! Who knew? Press release: For Immediate Release Jan.";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 23:59:14 GMT";
arnews[1] += "
";
arnews[2]="Start local and go global
";
arnews[2] += "Rumours of the Montreal World Film Festival's demise have been greatly exaggerated, founder Serge Losique affirmed yesterday.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 02:12:54 GMT";
arnews[2] += "
";
arnews[3]="Review: Father & Guns
";
arnews[3] += "Nation: Canada Screening: 8 p.m. today at Regal Cinemas 9; 1:30 p.m. Monday at Camelot Theatres; 11 a.m. Wednesday at Regal.";
arnews[3] += "
Publ.Date : Sat, 09 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Air India 182, Passchendaele, Flashpoint win directing prizes
";
arnews[4] += "The event, hosted by comedian Shaun Majumder in Toronto on Saturday night, honoured the best filmmakers in the country.";
arnews[4] += "
Publ.Date : Sun, 25 Oct 2009 18:11:37 GMT";
arnews[4] += "
";
arnews[5]="Air India 182, Passchendaele, Flashpoint win directing prizes
";
arnews[5] += "The event, hosted by comedian Sean Majumber in Toronto on Saturday night, honoured the best filmmakers in the country.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 14:54:41 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("