var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="IRL: FAZZT Racing team is taking shape - Auto123
"; arnews[0] += "Formed in July of this year as a partnership between André Azzi, Jim Freudenberg and Jason Priestley, FAZZT Racing will have veteran driver Alex Tagliani behind the wheel of the team’s #77 entry for next season. Rob Edwards will serve as the ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:53:00 GMT"; arnews[0] += "
"; arnews[1]="FAZZT Race Team names 2010 personnel - Motorsport.com
"; arnews[1] += "... several key positions in preparation for the 2010 IZOD IndyCar series season. The team was formed in July of this year as a partnership between Andre Azzi (Azzi Race Division), ATG and Jim Freudenberg and Jason Priestley (Rubicon Sports Agency ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:07:00 GMT"; arnews[1] += "
"; arnews[2]="Does Revelstoke deserve drug smuggling centre label? - Abbotsford News
"; arnews[2] += "Many in Revelstoke likely watched The Fifth Estate episode on Friday evening titled ‘Over the Edge’ which explored the tragic tale of the death of drug smuggler and Revelstoke resident Sam Brown. The portrayal was the second one by a major ..."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 01:40:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");