var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Candyman: Farewell to the Flesh - San Diego weekly Reader
";
arnews[0] += "The original Candyman , minus colon and subtitle, was something a bit special among contemporary horror films. The follow-up is nothing special. Not even with the change of scene to atmospheric New Orleans, birthplace of the \"urban legend ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:36:00 GMT";
arnews[0] += "
";
arnews[1]="Fixed Mobile Convergence - TMCnet
";
arnews[1] += "TORONTO, Nov. 17, 2009 (Canada NewsWire via COMTEX) -- Shaftesbury Films is thrilled to announce its one-hour drama series THE LISTENER has been renewed for a second season by SPACE, CTV, and Fox International Channels (FIC). Shine International will ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:54: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("