var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Child's play
";
arnews[0] += "In the middle of everything there is a pool. It's flanked by beach chairs under umbrellas, picture-perfect palm trees, actresses, publicists, reporters and other hangers-on. Four good-looking young guys dressed in Hollywood-wear -- skinny jeans, jackets with the collars up and, on one, a loose, pulled-back beanie -- are posing for photographers.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:07:45 GMT";
arnews[0] += "
";
arnews[1]="Victoria Justice Signs With Britneya TMs Manager a " Larry Rudolph
";
arnews[1] += "Victoria Justice has signed with music manager Larry Rudolph under his ReignDeer Entertainment company .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:53:16 GMT";
arnews[1] += "
";
arnews[2]="General Debate 22 November 2009
";
arnews[2] += "Make marijuana, E, LSD easier to obtain, make alcohol harde to obtain and eliminate tobacco.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:10:31 GMT";
arnews[2] += "
";
arnews[3]="Michelle Trachtenberg: Victoria's Secret Sexy
";
arnews[3] += "NBC24's own Ryan Fowler got a plate full of barbeque Sunday as aA rib-tasting judge at Smoke on the Water in downtown Toledo.";
arnews[3] += "
Publ.Date : Wed, 20 May 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Between the censor and the headline falls the truth
";
arnews[4] += "Sensational reporting and censorship are distorting the public view of terrorism.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:22:03 GMT";
arnews[4] += "
";
arnews[5]="Barristers' society grapples with mayor's comments
";
arnews[5] += "A hearing committee of the Nova Scotia Barristers' Society is grappling with freedom of speech rights for lawyers who are also politicians after one of their own criticized the province's judiciary.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:53:00 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("