var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Partnered up: Teresa's clean and attached
";
arnews[0] += "SHE has returned to Oz for the GQ Man Of The Year awards tonight, but Teresa Palmer is \"not available\" for eligible bachelors on the prowl.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:08:07 GMT";
arnews[0] += "
";
arnews[1]="Casting Rumor
";
arnews[1] += "Anne Hathaway is rumored to play the curvaceous Black Cat in Spider-Man 4. Nikki Finke, who has sources over at Marvel Entertainment, reports that producers have approached Anne to star as Black Cat, an ex-girlfriend of Spider-Man . Also rumored for the role: Rachel McAdams and Julia Stiles.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:34:12 GMT";
arnews[1] += "
";
arnews[2]="Officers on hunt for deer poachers
";
arnews[2] += "Eric is lost for meaningful words after hearing those three little ones from Donna, whose dad leaves home and moves in with the Formans.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 06:32:21 GMT";
arnews[2] += "
";
arnews[3]="Government encourages househunters with deals
";
arnews[3] += "Eric is lost for meaningful words after hearing those three little ones from Donna, whose dad leaves home and moves in with the Formans.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 06:32:16 GMT";
arnews[3] += "
";
arnews[4]="Review: 'Cirque du Freak: The Vampire's Assistant'
";
arnews[4] += "In the bizarre world of \"Cirque du Freak: The Vampire's Assistant,\" there's a war brewing over, how to put this simply, \"portion\" control.";
arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Jake Gyllenhaal Replaces Grace In Sci-Fi Thriller
";
arnews[5] += "Movie bosses have brought in JAKE GYLLENHAAL to replace TOPHER GRACE in upcoming sci-fi thriller SOURCE CODE.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 22:01:26 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("