var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lord of Illusions - San Diego weekly Reader
";
arnews[0] += "Harry D'Amour, Occult P.I., on the trail of a master black magician, leading ultimately to the mouth and very long esophagus of Hell. Some intelligent chewing-over of the distinction between mere illusionism and real magic: \"Illusionists get Las ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:03:00 GMT";
arnews[0] += "
";
arnews[1]="SyFy to host Thanksgiving weekend James Bond marathon - CommanderBond.net
";
arnews[1] += "Syfy Channel will be celebrating the Thanksgiving holiday weekend with a three-day 007 film marathon featuring 16 James Bond films. The curtain goes up on Thanksgiving Day, Thursday, 26 November, at 8AM (ET/PT) with the first ever 007 movie, Dr. No ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:43: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("