var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Jason Lee, John Lennon and Yoko love triangle. Also involves time travel. http://empireonline.com.au/news/story.asp?NID=1000006013
"; arnews[0] += "Jason Lee, John Lennon and Yoko love triangle. Also involves time travel."; arnews[0] += "
"; arnews[1]="krazykoreankyle: Kyle Watching some weird movie with jason lee from mnie. I'm not sure if it's him though. I can't tell without his mustache.
"; arnews[1] += "Watching some weird movie with jason lee from mnie. I'm not sure if it's him though. I can't tell without his mustache."; arnews[1] += "
"; arnews[2]="krazykoreankyle: Watching some weird movie with jason lee from mnie. I'm not sure if it's him though. I can't tell without his mustache.
"; arnews[2] += "Watching some weird movie with jason lee from mnie. I'm not sure if it's him though. I can't tell without his mustache."; arnews[2] += "
"; arnews[3]="Jason Lee to Direct Time-Travel Comedy "Get Back": Movie Reviews ...: ""Get Back" is a.. http://bit.ly/5gSKzV
"; arnews[3] += "Jason Lee to Direct Time-Travel Comedy \"Get Back\": Movie Reviews ...: \"\"Get Back\" is a.."; arnews[3] += "
"; arnews[4]="Virtualia2000: TV USA Gazette #195 – Amy Sherman-Palladino torna a parlare di Gilmore Girls – Tornano Chuck e Lost – Oprah Winfrey lascia il suo talk show dopo 25 anni – Annunciata la data degli Emmy – La NBC prepara un reality di cucina – Progetti futuri: una nuova serie per Larry Charles e McG – Casting Corner: Jennifer Morrison lascia Dr. House; tornano Brooke Shields, Lorraine Bracco e Jason Lee – DVD covers: Battlestar Galactica – Video: Il 100° episodio di Criminal Minds
"; arnews[4] += "TV USA Gazette"; arnews[4] += "
"; totcount = 5; 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("
");