var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="[Movies] Cop Out Trailer
";
arnews[0] += "That's the trailer for Kevin Smith's next film Cop Out . It's due for release February 26 and stars Bruce Willis, Tracy Morgan , Adam Brody , Kevin Pollak , Guillermo Diaz , Seann William Scott , Jason Lee and Ana de la Reguera .";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 01:19:18 GMT";
arnews[0] += "
";
arnews[1]="Watch the Cop Out Red Band Trailer
";
arnews[1] += "Trailer Park has unleashed the Red Band trailer for Kevin Smith's hugely anticipated Cop Out ! The film stars Bruce Willis and Tracy Morgan.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 06:28:12 GMT";
arnews[1] += "
";
arnews[2]="Restricted Trailer for Kevin Smith's Cop Out
";
arnews[2] += "A new restricted trailer for director Kevin Smith's Cop Out has hit and can be watched using the player below.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 07:59:08 GMT";
arnews[2] += "
";
arnews[3]="Spanish/Latin American Cinema
";
arnews[3] += "Returning this year with a retooled title, the Spanish/Latin American Cinema sidebar nevertheless promises to garner as much acclaim and attentiona 'among communities here and beyonda 'as it has in past S.B. Film Festivals.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:01 GMT";
arnews[3] += "
";
arnews[4]="February MOVIES
";
arnews[4] += "The following national release dates, movie information and photos come from movies.yahoo.com. Movie and release dates are subject to change.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Hugh Jackman To Play Mr Tea
";
arnews[5] += "Hugh Jackman will chill with ice tea when he becomes the global face of Lipton Ice Tea.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 11:31:31 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("