var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Super Bowl XLIV: Good times roll at Saints victory parade
";
arnews[0] += "What was your favorite commercial during Super Bowl XLIV? Audi Green Police Cars.com Coca-Cola Simpsons Brett Favre Hyundai MVP Bridgestone orca Budweiser Bud Light asteroid Bud Light auto-tune Bud Light stranded Budweiser Select Budweiser to the rescue Careerbuilder.com Census Coca Cola Dante's Inferno Denny's Denny's Birthday Slam Denny's free ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:15:04 GMT";
arnews[0] += "
";
arnews[1]="Green Technology and Design Innovators Join Greener Gadgets 2010 Program
";
arnews[1] += "The Consumer Electronics Association today announced new speakers and a panel session focused on sustainable design for the home at the upcoming Greener Gadgets conference.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:09:15 GMT";
arnews[1] += "
";
arnews[2]="Last-gasp Hatters have the Ox factor Pilkington and Keane snatch victory from the jaws of defeat
";
arnews[2] += "Luton Town 2 Oxford United 1 Two goals in injury time earned the Hatters an amazing 2-1 victory against top-of-the-table Oxford at Kenilworth Road last night.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:46:36 GMT";
arnews[2] += "
";
arnews[3]="Chat
";
arnews[3] += "Purdue @ MSU + Purdue @ MSU - Purdue @ MSU Well it will be nice to be at home so we can have are 6th man, \"The Izzone\". Get the train back on the tracks so to speak.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:44:39 GMT";
arnews[3] += "
";
arnews[4]="TPW Commission approves $2.5 million in boat ramp grants
";
arnews[4] += "The Texas Parks and Wildlife Commission has approved $2,545,249 in grants to pay for 10 boat ramp construction or repair projects across the state.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:34:35 GMT";
arnews[4] += "
";
arnews[5]="Green Group Buys Land Near Hollywood Sign
";
arnews[5] += "A nature conservation group said it has reached a deal that would protect a huge swath of land near the world-famous Hollywood sign from being developed into luxury homes.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:31:12 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("