var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Reaper,' 'That '70s Show' stars land pilot gigs - HitFix
";
arnews[0] += "The latest round of network pilot casting news finds Laura Prepon, Bret Harrison and Michael Kelly all landing key roles. According to The Hollywood Reporter , Prepon will play the female lead in \"Awkward Situations for Men,\" the ABC comedy built ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 02:35:00 GMT";
arnews[0] += "
";
arnews[1]="The Top 10 Cancelled Shows of 2009 - Dose.ca
";
arnews[1] += "Reaper (CW) -- To be honest, there was only one real reason to watch this show, and his name is Ray Wise. Sure, the show was about Sam (Bret Harrison), a young man forced to collect escaped souls for the devil, but as Lucifer, Wise was so deliciously ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 21:50: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("