var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mad Toast Live with Marty Finkel, Andrew Belle, Allen Stone, Chris ... - Isthmus Daily Page
";
arnews[0] += "Music and Talk Show recorded for PODCAST in front of a live audience every Tuesday at The Brink Lounge 701 E. Washington Ave., Madison, WI 8:00 pm. . http://www.madtoastlive.com http://madtoastlive.podbean.com Ten out of Tenn Tour and after an ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:59:00 GMT";
arnews[0] += "
";
arnews[1]="World famous Bryan Brothers band to play Viper Room in LA and Cafe Du ... - Ski Channel
";
arnews[1] += "They are two of the greatest tennis players of all time, the winningest doubles team of all time and two of the most talented athletes of all time: Bob and Mike Bryan. Fresh off their Australian Open title, the duo will be trading their rackets for ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Living on the edge pays off for Saints - YAHOO!
";
arnews[2] += "MIAMI – Shortly before the start of the third quarter of Super Bowl XLIV, while the 74,059 fans at Sun Life Stadium were rocking out to the raucous climax of The Who’s “Won’t Get Fooled Again,” New Orleans Saints coach Sean Payton put on a ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 23:56: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("