var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Dieter Goes Shopping - Screendaily
"; arnews[0] += "With its Jim Thompson source material and a cast which includes Casey Affleck and Jessica Alba, Michael Winterbottom’s The Killer Inside Me is in post-production and could be headed either way with Cannes, on balance, seeming more likely."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 16:22:00 GMT"; arnews[0] += "
"; arnews[1]="CAMPUS BRIEFS: Norman depot celebrates 100 years - Oklahoma Daily
"; arnews[1] += "The Santa Fe Depot will celebrate its centennial this week with a host of exhibitions and events. Sponsored by The Performing Art Studio’s Centennial Committee, the main events take place Wednesday, Thursday and Friday at the Depot on 200 S. Jones ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:58: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("
");