var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bollywood Invades Hollywood with Bollywood Boys
";
arnews[0] += "The Bollywood Boys, a feature film starring David Faustino and Corin Nemec is set to begin production in early 2010.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:52:34 GMT";
arnews[0] += "
";
arnews[1]="Lampooning of U.S. Healthcare is Just What the Doctors Ordered as 'RoboDoc' Begins its DVD Rounds on
";
arnews[1] += "Sleazy lawyers and heartless insurance companies are only a few of those spoofed in National Lampoon Presents RoboDoc, coming to DVD on November 24th.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:09:18 GMT";
arnews[1] += "
";
arnews[2]="Angels & Demons, Funny People, Robodoc, Terrorist Next Door, Witches Hammer
";
arnews[2] += "Home / Articles / Movies & TV / DVD Reviews / Angels & Demons, Funny People, Robodoc, Terrorist Next Door, Witches Hammer By Bill Frost Angels & Demons Tom Hanks loses the mullet just in time to save the Catholic Church from another imaginary force, the Illuminati.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:02:18 GMT";
arnews[2] += "
";
arnews[3]="Lampooning of U.S. Healthcare is Just What the Doctors Ordered as...
";
arnews[3] += "Sleazy lawyers and heartless insurance companies are only a few of those spoofed in National Lampoon Presents RoboDoc, coming to DVD on November 24th.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 05:28:22 GMT";
arnews[3] += "
";
arnews[4]="On Nov. 5, 1872, Susan B. Anthony defied the law by attempting to vote for Ulysses S. Grant
";
arnews[4] += "Today is Thursday, Nov. 5, the 309th day of 2009. There are 56 days left in the year.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:30:44 GMT";
arnews[4] += "
";
arnews[5]="Today in History - Thursday, Nov. 5, 2009
";
arnews[5] += "Today's Highlight in History: On Nov. 5, 1605, the ''Gunpowder Plot'' failed as Guy Fawkes was seized before he could blow up the English Parliament.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 07:13:03 GMT";
arnews[5] += "
";
totcount = 6;
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("