var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Print Version
";
arnews[0] += "Get ready to chow down and veg out this Thanksgiving Monday as SPACE cooks up its first-ever TURKEY-THON, Monday, Oct.";
arnews[0] += "
Publ.Date : Thu, 08 Oct 2009 04:21:44 GMT";
arnews[0] += "
";
arnews[1]="Gobble Up Some Filmic Flops with the Thanksgiving TURKEY-THON, Oct. 12 on SPACE
";
arnews[1] += "Get ready to chow down and veg out this Thanksgiving Monday as SPACE cooks up its first-ever TURKEY-THON, Monday, Oct.";
arnews[1] += "
Publ.Date : Thu, 08 Oct 2009 04:20:32 GMT";
arnews[1] += "
";
arnews[2]="Tornatore in nostalgic mood with lengthy homage
";
arnews[2] += "Giuseppe Tornatore has always been a sentimental director with a love for over-the-top emotions.";
arnews[2] += "
Publ.Date : Fri, 04 Sep 2009 10:16:26 GMT";
arnews[2] += "
";
arnews[3]="Tornatore in nostalgic mood with lengthy homage
";
arnews[3] += "Giuseppe Tornatore has always been a sentimental director with a love for over-the-top emotions.";
arnews[3] += "
Publ.Date : Fri, 04 Sep 2009 06:39:23 GMT";
arnews[3] += "
";
arnews[4]="Giuseppe Tornatore In Nostalgic Mood With Lengthy Homage
";
arnews[4] += "Giuseppe Tornatore has always been a sentimental director with a love for over-the-top emotions.";
arnews[4] += "
Publ.Date : Fri, 04 Sep 2009 01:12:08 GMT";
arnews[4] += "
";
arnews[5]="Venice film fest set for launch
";
arnews[5] += "Venice, September 1 - The Venice Film Festival kicks off Wednesday night with a gala showing of Oscar winner Giuseppe Tornatore's Sicilian epic Baaria, one of four Italian films competing for the top prize.";
arnews[5] += "
Publ.Date : Tue, 01 Sep 2009 18:48:20 GMT";
arnews[5] += "
";
arnews[6]="Festival Stresses Its Italian Accent
";
arnews[6] += "The Venice Film Festival, which this year includes films from 25 countries, opens Wednesday night with Giuseppe Tornatore's \"Baaria'' -- the first of 22 domestic productions that will be shown.";
arnews[6] += "
Publ.Date : Tue, 01 Sep 2009 12:28:13 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("