var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pass/Fail Superbowl Movie Teaser Round-up
";
arnews[0] += "In Section: ON SCREEN >> Posted By: Simon Abrams Now that the Superbowl's over, introverts the world over can enjoy watching the commercials, the best part of Sunday's festivities, without partaking in the drinking, the Buffalo wings and yeah, I guess, the football.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:52:10 GMT";
arnews[0] += "
";
arnews[1]="MSU profs rate Google ad top Super Bowl commercial
";
arnews[1] += "EAST LANSING, Mich. - A Google television ad that told the story of a long-distance relationship earned the top grade in the Michigan State University Department of Advertising, Public Relations and Retailing's list of the best commercials of Super Bowl XLIV.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 10:22:30 GMT";
arnews[1] += "
";
arnews[2]="Super Bowl retro diary
";
arnews[2] += "I have a lot of regrets. The Peyton Manning Face made a dramatic, improbable comeback in Miami on Sunday night.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:35:56 GMT";
arnews[2] += "
";
arnews[3]="Super Bowl XLIV: Sunday's Super Bowl most watched TV show ever
";
arnews[3] += "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[3] += "
Publ.Date : Tue, 09 Feb 2010 03:46:05 GMT";
arnews[3] += "
";
arnews[4]="TiVo: Super Bowl plays trumped ads
";
arnews[4] += "The game is more popular than the ads. The five biggest Super Bowl moments outscored the five biggest ads Sunday, when measured by audience spikes and how many folks using TiVo rewound the action to watch it again.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 01:26:40 GMT";
arnews[4] += "
";
arnews[5]="Super Bowl XLIV: Payton, Brees bask in glory of New Orleans' title
";
arnews[5] += "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[5] += "
Publ.Date : Mon, 08 Feb 2010 18:34:34 GMT";
arnews[5] += "
";
arnews[6]="Companies that bought ads
";
arnews[6] += "The Super Bowl is the biggest marketing event of the year; last year's event had a record 98.7 million viewers, according to Nielsen.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 16:21:56 GMT";
arnews[6] += "
";
totcount = 7;
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("