var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="On DVD Today: Stargate Universe Season 1.0 - GateWorld
"; arnews[0] += "Video is in widescreen 1.78:1, with subtitles in English, Spanish, French and Portuguese. Audio is in English 5.1 Dolby Surround (5.1 DTS HD Master for the Blu-ray), and Spanish and Portuguese Dolby Surround. Also starring is Louis Ferriera, David ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:39:00 GMT"; arnews[0] += "
"; arnews[1]="Street Fighter - San Diego weekly Reader
"; arnews[1] += "Jean-Claude van Damme, Raul Julia, Ming-Na Wen; directed by Steven E. de Souza. 1994."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 09:30: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("
");