var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sandra Bullock lights up New Orleans premiere of 'The Blind Side'
";
arnews[0] += "Sandra Bullock arrives Thursday evening, Nov. 19, 2009, at The Prytania Theater for the New Orleans premiere of her film, 'The Blind Side.' A touch of Hollywood glitzed up New Orleans' Prytania Theatre on Thursday night, as actress Sandra Bullock and a host of other stars attended a local red-carpet premiere of Bullock's new movie, the sports drama ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:51:35 GMT";
arnews[0] += "
";
arnews[1]="Just a fantasyCould free agency bring LeBron to Indy?
";
arnews[1] += "Pick a team, almost any team, and LeBron James' name has been linked to it as a possible destination in next summer's much-anticipated free agent frenzy.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:24:47 GMT";
arnews[1] += "
";
arnews[2]="NFL Preview - New Orleans
";
arnews[2] += "It just might be possible that the New Orleans Saints are the most unhappy undefeated team in football right now.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:29:41 GMT";
arnews[2] += "
";
arnews[3]="Read Story
";
arnews[3] += "LeBron James, NFL player. Just a fantasy, says New Orleans Saints tight end Jeremy Shockey.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:12:21 GMT";
arnews[3] += "
";
arnews[4]="Come on, LeBron
";
arnews[4] += "LeBron James, NFL player. Just a fantasy, says New Orleans Saints tight end Jeremy Shockey.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Dungy to lead player forum
";
arnews[5] += "Tony Dungy is taking a lead role in improving communication between the NFL and its players.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:29:11 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("