var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="'American Chopper' Runs Out Of Gas - Pop Eater
"; arnews[0] += "It all began with a father, his sons and a love of choppers (custom-designed motorcycles). Now, after six seasons, TLC is closing shop on the much beloved 'American Chopper,' the reality show that chronicled the real-life drama of Paul Teutul Sr. and ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:36:00 GMT"; arnews[0] += "
"; arnews[1]="What You DIDN'T See in the O'Reilly/Stewart Faceoff - Pop Eater
"; arnews[1] += "tvpop&s_account=aolpopeater,aolsvc&omni=1&ke=1 Joanna Krupa (R) called out professional dancer Maksim Chmerkovskiy saying she was relieved she wasn't paired with him on 'Dancing With the Stars.' Chmerkovskiy was taken aback by the comments though ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:27: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("
");