var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nationals add former manager Johnson to front ...
";
arnews[0] += "Doug can't seem to confront his new neighbors when their dog keeps Doug and Carrie awake all night.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:23:13 GMT";
arnews[0] += "
";
arnews[1]="Brewers claim C Kottaras off waivers
";
arnews[1] += "Doug can't seem to confront his new neighbors when their dog keeps Doug and Carrie awake all night.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 22:22:37 GMT";
arnews[1] += "
";
arnews[2]="Janet Jackson: We attempted interventions with Michael
";
arnews[2] += "Doug can't seem to confront his new neighbors when their dog keeps Doug and Carrie awake all night.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:22:06 GMT";
arnews[2] += "
";
arnews[3]="Hogan attack a 'hoax'
";
arnews[3] += "Doug can't seem to confront his new neighbors when their dog keeps Doug and Carrie awake all night.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:21:57 GMT";
arnews[3] += "
";
arnews[4]="Depp wins second 'Sexiest Man Alive' title
";
arnews[4] += "Doug can't seem to confront his new neighbors when their dog keeps Doug and Carrie awake all night.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:21:50 GMT";
arnews[4] += "
";
arnews[5]="On This Day in History: November 18Brooklyn Queen of 1990
";
arnews[5] += "November 18, 2009 11-18-2009 Brenda Buell Vaccaro was born in Brooklyn on November 18, 1939, daughter of Mario Vaccaro and his wife Christina .";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:57:55 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("