var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prostitution a victimless crime? Not so, say Coast police
";
arnews[0] += "Coast police say complaints about ads for prostitution on Craigslist.com, and recent local arrests linked to the online service, probably won't stop people from selling or paying for sex.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:41:23 GMT";
arnews[0] += "
";
arnews[1]="Diplomats rally to shock Wilkes
";
arnews[1] += "Unstoppable. For better than half the game the Wilkes offense, paced by senior quarterback Rob Johnson, was unstoppable.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:21:23 GMT";
arnews[1] += "
";
arnews[2]="Rutgers Football Notebook: QB Tom Savage frustrated by blitzing Orange
";
arnews[2] += "Tom Savage says he can remember distinctly the last time he was sacked nine times in a game.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:33:45 GMT";
arnews[2] += "
";
arnews[3]="College basketball notes: Memphis will do just fine without Calipari
";
arnews[3] += "John Calipari may have left town but the NBA-level recruits are still flocking to Memphis.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:00:02 GMT";
arnews[3] += "
";
arnews[4]="Review: Classical Mystery Tour joins Pops for fab bit of nostalgia
";
arnews[4] += "Mark Kanny can be reached via e-mail or at 412-320-7877. Classical Mystery Tour returned to Pittsburgh Symphony Pops on Thursday night, providing a nostalgic experience for longtime fans of the Fab Four and letting younger fans feel the music as a concert experience.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:01:56 GMT";
arnews[4] += "
";
arnews[5]="Notre Dame takes slim lead into break
";
arnews[5] += "Notre Dame's blowout turned into another tight one after Jimmy Clausen gave the Irish a 14-0 lead with a 1-yard touchdown to start the second quarter.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 21:40:36 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("