var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="From Sidekicks to Stars
";
arnews[0] += "Alan Tudyk and Tyler Labine know a thing or two about playing wacky sidekicks. Tudyk has won hard-core fans across the globe thanks to lovable characters like quippy pilot Hoban \"Wash\" Washburne on \"Firefly\" and scraggly, eyepatch-sporting Steve the Pirate in \"Dodgeball: A True Underdog Story.\" Labine caught many couch potatoes' attention with his ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="SXSW '10: Horror Line-Up Revealed
";
arnews[1] += "Next month The South by Southwest Film Conference and Festival will be in full swing down in awesome Austin Texas and we've got a look at what horror flicks will be sending super-sized chills down the spines of festival goers.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:52:42 GMT";
arnews[1] += "
";
arnews[2]="Alan Tudyk Exclusive Video Interview Tucker & Dale VS. Evil, Beautiful Boy, V and PG Porn
";
arnews[2] += "At last week's Sundance Film Festival, I had the opportunity to speak with Alan Tudyk for his new movie Tucker & Dale vs.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 02:17:06 GMT";
arnews[2] += "
";
arnews[3]="Sundance in 60 Seconds: Friday, January 29, 2010
";
arnews[3] += "Posted Jan 30th 2010 3:48PM by Monika Bartyzel Filed under: Sundance , Slamdance , Festival Reports Celebrity Sightings: The sightings become slim to none when any festival rounds up, so I'll leave you with just two: First, Kevin Zegers -- the Transamerica star is one of the leads in the stuck-on-a-ski-lift flick Frozen .";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 23:48:00 GMT";
arnews[3] += "
";
arnews[4]="Tyler Labine Exclusive Sundance Video Interview Tucker & Dale VS. Evil
";
arnews[4] += "Another of the many films that premiered at this year's Sundance Film Festival was the horror/comedy Tucker & Dale vs.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Review: Tucker and Dale - Sundance Film Festival
";
arnews[5] += "Shaun of the Dead and Zombieland gave us a new way to look at horror movies, but only the zombie genre.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 16:00:00 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("