var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chicago's got a new Roxy
";
arnews[0] += "Tyler: 'Led Zep didn't need a singer like me' Judd stands up for Swift Mayer tweeted too much for Aniston Robbins & Sarsgaard to play father and son in Green Hornet Blunt joins Virtuoso quartet at film awards Marshall serious about Laverne & Shirley remake Tyler: 'Led Zep didn't need a singer like me' Judd stands up for Swift Mayer tweeted too much ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:21:24 GMT";
arnews[0] += "
";
arnews[1]="Mr. and Mrs. Donald Roberts
";
arnews[1] += "Donald and Ruth Roberts, Center Point, will be celebrating their 50th wedding anniversary, with a renewal of their vowels on Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:40:38 GMT";
arnews[1] += "
";
arnews[2]="Idol back in Hollywood
";
arnews[2] += "Hello Ellen, Hello Hollywood: Did you spot the next \\"Idol\\"? Reality Bytes Gossip about reality TV including Survivor, The Apprentice, Real World and The Amazing Race Reality Bytes We watch all the best \"unscripted\" television shows so you don't have to.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:23:09 GMT";
arnews[2] += "
";
arnews[3]="NFL Cracks Down On Unauthorized Super Bowl Gear
";
arnews[3] += "At Sylvester's Western Wear on Williams Boulevard in Kenner, the most popular apparel sold is of course western wear.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:17:00 GMT";
arnews[3] += "
";
arnews[4]="Who said Auburn is the SEC's worst basketball town? Me
";
arnews[4] += "Look! An actual Auburn basketball crowd! Did you see today's installment of Pat Forde 's wildly popular Forde Minutes segment on ESPN.com? Did you see where he asked writers who cover the Big Six conferences to rate the best and worst towns and the best and worst basketball towns in those leagues? Did you see the results for the SEC? Best town: ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:49:00 GMT";
arnews[4] += "
";
arnews[5]="Ashlee Simpson Quickly Heads Back To Warmer Temps
";
arnews[5] += "Ashlee Simpson was snapped this afternoon heading out at JFK airport. It seems she couldn't wait another moment before getting back to the warmth of California.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:16:31 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("