var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Danica Patrick Makes Stock Car Debut - FanHouse
"; arnews[0] += "Patrick's IndyCar teammate Marco Andretti predicts she will be as grossly underestimated as she is heavily hyped. \"I know she's super competitive, she's every bit as competitive as any guy when it comes to that,'' said Andretti. \"Unfortunately, I ..."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 01:37:00 GMT"; arnews[0] += "
"; arnews[1]="2010 Season Preview: Chaos Reigns Supreme - Bleacherreport.com
"; arnews[1] += "The season officially begins only on 14 th March but already the 2010 season has garnered so much attention and this could be the most awaited and excited season in the history of the sport. Just 2 days into the first testing for the season in ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:29:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");