var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Hyundai, Audi and Kia Traffic Soar
"; arnews[0] += "February 9, 2010 - Edmunds.com , the premier online resource for automotive information, has noted a significant boost in site traffic for Hyundai, Audi and Kia since the automakers' advertising ran during yesterday's Super Bowl."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:53:59 GMT"; arnews[0] += "
"; arnews[1]="Coca-Cola Bubbles Up In Emerging Markets
"; arnews[1] += "Growing international business lifts beverage maker's Q4 profits. Coca-Cola's real taste is leading to real big profits."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:15:00 GMT"; arnews[1] += "
"; arnews[2]="Lady Mocs Picked to Win Softball Title, Agains
"; arnews[2] += "The University of Tennessee at Chattanooga softball team is the favorite to claim the 2010 Southern Conference Softball Championship for the fourth-straight season, according to a vote by the league's coaches."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:42:40 GMT"; arnews[2] += "
"; arnews[3]="Francoise Boufhal's hot tips for stay at home lovers this Valentine's Day
"; arnews[3] += "A WHOPPING 1.4million foreign workers have come to Britain since Gordon Brown's 'British Jobs for British Workers' pledge two years ago."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:57:16 GMT"; arnews[3] += "
"; arnews[4]="Get Paid By These Dividend Darlings
"; arnews[4] += "A fat dividend yield can help smooth out what may be a rocky time in 2010. Here are some places to find nice ones."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");