var arnews = new Array(10); totcount = 4; rnd = 1; arnews[0]="Birds of Prey Extended Opening Credits
"; arnews[0] += "I liked this series, I just wish that it was given the chance to continue on after one season. I made an extended opening for the series adding Wade & Gibson to the credits..."; arnews[0] += "
Publ.Date : Wed, 02 Sep 2009 02:26:24 GMT"; arnews[0] += "
"; arnews[1]="State of Play
"; arnews[1] += "State of Play"; arnews[1] += "
Publ.Date : Fri, 06 Mar 2009 09:45:30 GMT"; arnews[1] += "
"; arnews[2]="Birds of Prey: The Movie - Opening Titles (Rough Cut)
"; arnews[2] += "I am developing a fanedit that will be a full 2 hr. movie presentation for the TV series 'Birds of Prey' by combining some key clips and storylines for one big adventure. This is..."; arnews[2] += "
Publ.Date : Mon, 10 Nov 2008 05:06:26 GMT"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Luis Guzman is a funny guy!
"; arnews[3] += "This video is from the bonus materials on Disc 2 of the movie \"Waiting...\" with Ryan Reynolds, Anna Faris, Justin Long, David Koechner, Luis Guzman, Chi McBride, John Francis..."; arnews[3] += "
Publ.Date : Fri, 03 Mar 2006 07:00:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");