var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pound for Pound: Tito Ortiz Comes Home - CRAVE ONLINE
";
arnews[0] += "With high speed internet access becoming available to more people, prosumer video equipment getting cheaper and a trend towards \"unscripted\" reality shows on broadcast and cable TV, the web is ... Salvation,ā Total Recall,\" āVā), Vanessa Marcil ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:24:00 GMT";
arnews[0] += "
";
arnews[1]="bc-daytime-dial 12-01 - Daily Oklahoman
";
arnews[1] += "Is it true that Vanessa Marcil is coming back to \"General Hospital\" just to star opposite James Franco when he joins the show? -- D.W. Daytime Dial is online and interactive. Go to daytimedial.blogspot.com and get the scoop on all the latest soap ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:06: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("