var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Son of Maple Leafs GM Burke dies in car accident
"; arnews[0] += "When fellow prisoner Frank is dumped by his girlfriend , Earl tries to bring the two back together again."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 04:14:41 GMT"; arnews[0] += "
"; arnews[1]="Witness testifies about destruction of information
"; arnews[1] += "When fellow prisoner Frank is dumped by his girlfriend , Earl tries to bring the two back together again."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 04:13:56 GMT"; arnews[1] += "
"; arnews[2]="Snow Shoveling Dangers
"; arnews[2] += "When fellow prisoner Frank is dumped by his girlfriend , Earl tries to bring the two back together again."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 04:13:49 GMT"; arnews[2] += "
"; arnews[3]="Woods reportedly leaves sex rehab
"; arnews[3] += "When fellow prisoner Frank is dumped by his girlfriend , Earl tries to bring the two back together again."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 04:13:09 GMT"; arnews[3] += "
"; arnews[4]="Smiths sue over film
"; arnews[4] += "When fellow prisoner Frank is dumped by his girlfriend , Earl tries to bring the two back together again."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 04:13:00 GMT"; arnews[4] += "
"; arnews[5]="No 'Brothers' for Jonas
"; arnews[5] += "When fellow prisoner Frank is dumped by his girlfriend , Earl tries to bring the two back together again."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 04:12:46 GMT"; arnews[5] += "
"; totcount = 6; 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("
");