var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="SoCal Movie Fanatics: Come join us for a screening of "Skin" starring Sophie Okonedo on 11/01. http://bit.ly/13FEQS
"; arnews[0] += "Come join us for a screening of \"Skin\" starring Sophie Okonedo on 11/01."; arnews[0] += "
"; arnews[1]="Shahrzad: Direct Links to Download: Skin (2009) Anthony Fabian
"; arnews[1] += "Direct Links to Download: Skin (2009) Anthony Fabian -"; arnews[1] += "
"; arnews[2]="wopular: Review: 'Skin' reveals more layers of apartheid
"; arnews[2] += "Review: 'Skin' reveals more layers of apartheid -"; arnews[2] += "
"; arnews[3]="Filmman39: Actors With "Sole": Jonathan Rhys Meyers, Kevin Bacon, Sophie Okonedo and James Nesbitt are all joining the com.. http://bit.ly/IbcsE
"; arnews[3] += "Actors With \"Sole\": Jonathan Rhys Meyers, Kevin Bacon, Sophie Okonedo and James Nesbitt are all joining the com.."; arnews[3] += "
"; arnews[4]="Onet.pl: Jonathan Rhys-Meyers i Kevin Bacon na targu rybnym
"; arnews[4] += "Jonathan Rhys-Meyers i Kevin Bacon na targu rybnym -"; 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("
");