var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SLIFF, day eleven: festival concludes with big films including Heath Ledger's final movie
";
arnews[0] += "Heath Ledger died tragically during the shooting of \"The Imaginarium of Dr. Parnassus\". Today is the eleventh and final day of the St.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Quick Fix Beauty Tips for the Holidays
";
arnews[1] += "With a holiday party calendar as extensive as your gift list, looking your best all day long can be a bit of a challenge.";
arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Squash drops match 5-4 to Northeastern
";
arnews[2] += "On Saturday Smith dropped a close match 5-4 to Northeastern, falling to 1-1 on the season.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Behind-the-Scenes Video: The Wolfman
";
arnews[3] += "Bringing the new version of Universal's The Wolfman to the big screen has been a long, arduous road.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:15:25 GMT";
arnews[3] += "
";
arnews[4]="Gerard Butler voted Best British Actor in Hollywood
";
arnews[4] += "Gerard Butler has topped a new list of the 'Best British Actors in Hollywood'. The 40-year-old Scottish actor beat Christian Bale and Daniel Day-Lewis to the title in a poll of more than 1,000 British films fans by online DVD and games rental service Lovefilm.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:56:52 GMT";
arnews[4] += "
";
arnews[5]="Behind-the-Scenes Featurette on The Wolfman
";
arnews[5] += "ShockTillYouDrop.com has posted a behind-the-scenes featurette on Universal Pictures' The Wolfman , opening in theaters on February 12.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:45:15 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("