var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays for Nov. 22-28
";
arnews[0] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[0] += "
";
arnews[1]="Famous Birthdays
";
arnews[1] += "Today: Actor Alan Young is 90. Talk-show host Larry King is 76. Talk-show host Dick Cavett is 73.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Justice League: The Complete Series
";
arnews[2] += "Reviewed by: Scott Chitwood Movie Rating: 8.5 out of 10 Extras Rating: 8 out of 10 Movie Details: View here Buy this DVD at Amazon.com Rating: Not Rated Starring: Kevin Conroy as Bruce Wayne/Batman Maria Canals as Shayera Hol/Hawkgirl Susan Eisenberg as Princess Diana/Wonder Woman Phil LaMarr as John Stewart/Green Lantern Carl Lumbly as J'onn ...";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 08:33:44 GMT";
arnews[2] += "
";
arnews[3]="Film production in Regina puts new technology to work
";
arnews[3] += "Technology new to feature filmmaking in Canada has been brought to Regina to shoot a movie tentatively titled Hybrid in and around the city.";
arnews[3] += "
Publ.Date : Tue, 22 Apr 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Activity Chasing Paranormal
";
arnews[4] += "Universal is pushing out The Fourth Kind as though it was Paranormal Activity with a b-action... ... even though Universal was headed down this road before Paranormal started its careful roll out.";
arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 13:41:59 GMT";
arnews[4] += "
";
arnews[5]="The trailer for Stallone's 'the Expendables' has arrived
";
arnews[5] += "This is so gonna be one of those \"Plot....what plot?\" movies. Not even gonna lie I did laugh at this: \"What did he say?\" \"He said he's gonna kill us with an accent.\" XD Edited at 2009-10-13 09:17 pm UTC i will watch this because jason statham is my idol and because the token hot chick really isn't hot.";
arnews[5] += "
Publ.Date : Tue, 13 Oct 2009 20:01:49 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("