var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ten: Most/Least Sexy Super Bowl Ads of All Time
";
arnews[0] += "Will Rogers once said, \"Advertising is the art of convincing people to spend money they don't have for something they don't need.\" And how do you that? That's easy.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 15:31:00 GMT";
arnews[0] += "
";
arnews[1]="Top 10 Sexiest Super Bowl Ads of All Time
";
arnews[1] += "We all know that advertising is as important to Super Bowl Sunday as the food consumed, the Big Game itself, and Super Bowl betting.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:49:28 GMT";
arnews[1] += "
";
arnews[2]="A college hoops fan's guide to Super Bowl weekend
";
arnews[2] += "The Super Bowl draws the attention of every major media source during the two weeks leading up to the most overblown commercial event in American culture.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 05:55:02 GMT";
arnews[2] += "
";
arnews[3]="Reliving past Super Bowls in South Florida
";
arnews[3] += "\"Hey, brother, any old bones still hiding in there?\" \"In there\" is a construction job at 14th Avenue and 6th, city of Miami, and a man with a tough face and plastic hat is patrolling his stretch of the fence.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 20:50:36 GMT";
arnews[3] += "
";
arnews[4]="Hamilton 0-1 Celtic
";
arnews[4] += "Morten Rasmussen bagged his first Celtic goal to set up an unconvincing win at Hamilton Accies.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 18:41:32 GMT";
arnews[4] += "
";
arnews[5]="Hamilton midfielder James McArthur
";
arnews[5] += "Subs: Nelson, Diamond, Maguire, Duff, Marshall, Paton, Jack. Motherwell: Ruddy, Hammell, Reynolds, Craigan, Hateley, O'Brien, Lasley, Jennings, Fitzpatrick, Sutton, Jutkiewicz.";
arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 14:38:55 GMT";
arnews[5] += "
";
arnews[6]="Perry good choice to restore the pride
";
arnews[6] += "If you listen to the men who played for him, and the man who coached him back at South Point High in Belmont, N.C, then there is no doubt that Perry Fewell is the right man at the right time to restore the pride to the Giants defense and to save Tom Coughlin.";
arnews[6] += "
Publ.Date : Fri, 29 Jan 2010 10:22:58 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("