var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="From Sidekicks to Stars - BackStage.com
";
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 ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:36:00 GMT";
arnews[0] += "
";
arnews[1]="In With New - BackStage.com
";
arnews[1] += "Jennifer Lawrence had to fight tooth and nail to land the part of Ree Dolly, the iron-willed protagonist of the hardscrabble drama \"Winter's Bone.\" The film—which picked up Sundance's Grand Jury Prize for dramatic feature and Waldo Salt ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:09:00 GMT";
arnews[1] += "
";
totcount = 2;
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("