var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Anacondas: The Hunt for the Blood Orchid - San Diego weekly Reader
"; arnews[0] += "With Johnny Messner (rivalling Vin Diesel and Michael Wincott in bass vibration), KaDee Strickland, Matthew Marsden, Salli Richardson-Whitfield, Eugene Byrd, and Morris Chestnut; directed by Dwight Little. 2004."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 11:58:00 GMT"; arnews[0] += "
"; arnews[1]="The Antichrist [DVD] [1974] - femalefirst.co.uk
"; arnews[1] += "The discovery of an orchid that will prolong life sends Gordon Mitchell (Morris Chestnut) and his team, Sam Rogers, (KaDee Strickland) Dr. Jack Byron, (Matthew Marsden) Dr. Ben Douglas, (Nicholas Gonzalez) Cole Burris (Eugene Byrd) and Gail Stern ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:10: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("
");