var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boseman won't seek state Senate re-election in 2010
";
arnews[0] += "State Sen. Julia Boseman says she won't seek a fourth term in the Senate next year.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="St. Louis dog grooming business in legal tangle with PetSmart
";
arnews[1] += "St. LOUIS - The owners of a dog grooming business in the Tower Grove South neighborhood got an embarrassing surprise during their grand opening a couple a weeks ago: a 16-page lawsuit from big-box retailer PetSmart.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:58:02 GMT";
arnews[1] += "
";
arnews[2]="Surrogate trial a venue to witness characters
";
arnews[2] += "ST. CLAIRSVILLE, Ohio -- The deputy running the metal detector at the Belmont County Courthouse, worn out from everyone passing through just to get a glimpse of the surrogate to the stars, decided to have a little fun.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:28:06 GMT";
arnews[2] += "
";
arnews[3]="The daily dish... a spicy serving of celebrity news
";
arnews[3] += "November 21, 2009, 6:44 AM / Relapse, minus one Eminem's comeback year of 2009 was expected to include the release of two new albums.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:44:35 GMT";
arnews[3] += "
";
arnews[4]="Surrender to charms of corny a Civil War Christmasa
";
arnews[4] += "You wouldn't know that from watching \"A Civil War Christmas,\" Paula Vogel's decidedly sentimental play now onstage from the Huntington.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:34:19 GMT";
arnews[4] += "
";
arnews[5]="Seven SDSU Swim Records Fall During Day Two Of Toshiba Classic
";
arnews[5] += "San Diego State swimmers set school records in all seven events during the second day of the Toshiba Classic in Long Beach, Calif.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:43:04 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("