var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bigger Idiot: Phil Mickelson at Winged Foot or Bill Belichick Last Night?
";
arnews[0] += "It's 34-28 late in the fourth quarter in Indianapolis. The Patriots lead the undefeated Colts thanks to a fantastic performance by Tom Brady and the Pats wide outs.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 01:09:16 GMT";
arnews[0] += "
";
arnews[1]="Erin Andrews Speaker Fee
";
arnews[1] += "Monday, November 16, 2009 Erin Andrews Speaker Fee You mean, if I am a single guy with some money, I can stage an event and call it \"the HM Charity Gala\" and get Erin Andrews to show up and give a speech for as low as $7,500!!!!!!!!!!!!!!!!!!!!! It costs $40,000 plus to get Ian Woosnam to ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:36:23 GMT";
arnews[1] += "
";
arnews[2]="Another annoying ESPN moment after ND@Pitt
";
arnews[2] += "'s 27-22 victory Saturday night over Notre Dame on ABC, you probably noticed that ESPN/ABC sideline reporter Lisa Salters either decided on her own or was ordered by a producer to interview the losing coach but not a winning coach or player before sign-off of the telecast.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 05:03:27 GMT";
arnews[2] += "
";
arnews[3]="Unprecedented Gathering of Surviving SS St. Louis Passengers, Global...
";
arnews[3] += "Louis's asylum efforts were rebuked in 1939 by the U.S. government, more than 32 surviving passengers will re-assemble from around the globe alongside representatives of prominent world organizations and institutions, and international and US dignitaries to commemorate the 70th anniversary of the ship's fated voyage on Sunday, December 13, 2009 at ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Levi Johnston Gets a Porn Award
";
arnews[4] += "Sarah Palin's ex-son-in-law stole the show at last night's Fleshbot awards, given for sexy achievements in pop culture.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 18:10:21 GMT";
arnews[4] += "
";
totcount = 5;
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("