var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Better Off Ted - A.V. Club
";
arnews[0] += "Add to that latter column tonight's outing, \"The Great Repression.\" Workplace sitcoms started doing big, \"Somebody is falsely accused of sexual harassment and has to go through sensitivity training and learns to respect people of the opposite sex ...";
arnews[0] += "
Publ.Date : Thu, 31 Dec 2009 23:57:00 GMT";
arnews[0] += "
";
arnews[1]="Blue Storm blows out Mineral Area - News-Democrat
";
arnews[1] += "BELLEVILLE -- The message got through. After a stern reminder from coach Jay Harrington on the fundamentals of successful basketball, the Southwestern Illinois College Blue Storm had the look of a different team Wednesday in a 90-56 drubbing of ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 21:35:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrity Super Bowl picks - El Diário La Estrella
";
arnews[2] += "Regis Philbin, talk show host ( Live With Regis and Kelly ): “It’s true what they all say about Peyton Manning. He really is the best and, in the second half, will start dissecting the Saints’ defense. The Saints started to run down after their ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 01:23:00 GMT";
arnews[2] += "
";
totcount = 3;
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("