var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cody Rhodes to be on SyFy’s Warehouse 13 Tuesday - Inside Pulse
";
arnews[0] += "24), Faran Tahir (Iron Man), Nolan Gerard Funk (Drake & Josh), and Philip Winchester (Crusoe). Warehouse 13 follows two Secret Service agents who find themselves abruptly transferred to a massive, top-secret storage ...";
arnews[0] += "
Publ.Date : Mon, 23 Aug 2010 17:02:00 GMT";
arnews[0] += "
";
arnews[1]="Cody Rhodes Appearing on Warehouse 13 This Tuesday - 411mania.com
";
arnews[1] += "24), Faran Tahir (Iron Man), Nolan Gerard Funk (Drake & Josh), and Philip Winchester (Crusoe). Warehouse 13 follows two Secret Service agents who find themselves abruptly transferred to a massive, top-secret storage ...";
arnews[1] += "
Publ.Date : Sat, 21 Aug 2010 16: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("