var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Today's TWoP News: June 11, 2009
"; arnews[0] += "Casting news abounds today, from BAG replacements to new ghost-busters to heavyweight hostesses."; arnews[0] += "
Publ.Date : Thu, 11 Jun 2009 21:12:43 GMT"; arnews[0] += "
"; arnews[1]="Jonathan Sadowski and Keir O'Donnell to Star in Ghosts/Aliens
"; arnews[1] += "According to The Hollywood Reporter , Jonathan Sadowski and Keir O'Donnell are going to star in the television pilot for Ghosts/Aliens . The show is a live-action comedy for Comedy Central."; arnews[1] += "
Publ.Date : Thu, 11 Jun 2009 07:24:06 GMT"; arnews[1] += "
"; arnews[2]="Sadowski, O'Donnell on trail of 'Ghosts/Aliens'
"; arnews[2] += "Jonathan Sadowski and Keir O'Donnell will star as potheads on a quest in the pilot for \"Ghosts/Aliens,\" a live-action comedy for Comedy Central."; arnews[2] += "
Publ.Date : Thu, 11 Jun 2009 03:22:02 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("
");