var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Movie making picks up steam in Baton Rouge - Baton Rouge Advocate
"; arnews[0] += "Cameras, lights, props … even movie stars are becoming a common sight in and around Baton Rouge. That’s because, thanks to the motion picture investor tax credit, Hollywood films are making a beeline for Louisiana to film their pictures. The ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:09:00 GMT"; arnews[0] += "
"; arnews[1]="Now or Then - Terminator Salvation or Terminator 3: Rise of the ... - amc
"; arnews[1] += "Terminator Salvation: With the War Against the Machines in full swing, we finally get to see the adult John Connor (Christian Bale) fighting against Skynet and issuing daily radio missives to the Resistance. But if he's considered a Savior by so many ..."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[1] += "
"; arnews[2]="The GofG Summer Memories 2009 - The Official Roundup From Our Friends! - Guestofaguest.com
"; arnews[2] += "Stanley Stuyvesant (Team GofG): Searching the east end the past three months for his friend, the Montauk Monster. The search proved unfruitful, but there’s always next summer. Rachelle Hruska (Team GofG): Spending week with my family at Ten Mile ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");