function addScrollers() { startScroll('myscroller','<p>Latest Flix...</p><p><a href="movie-205.htm">Horror of the Blood Monsters:</a> Director Al Adamson takes us to an alien planet of vampire cavemen that threaten the planet Earth. [1970](1hr 28min)</p><p><a href="movie-204.htm">Little Nicky:</a> A flick about Satan\'s goofy son and the mischief he gets into. Adam Sandler [2000](1hr 25min)</p><p><a href="movie-203.htm">Bad Taste:</a> Aliens from an intergalactic fast food chain descend on Earth in this crazy low budget splatter flick directed by Peter Jackson. [1987](1hr 27min)</p><p><a href="movie-202.htm">Prehistoric Women:</a> A civilization of cave-women abduct men for mating purposes but eventually learn their true subservient role to all men :) [1950](1hr 12min)</p><p><a href="movie-201.htm">The Wild Women of Wongo:</a> A tribe of beautiful women on the island of Wongo discover that the other side of the island is inhabited by a tribe of handsome men. [1958](1hr 12min)</p><p><a href="movie-200.htm">Swamp Women:</a> A Roger Corman flick about an undercover policewoman helping 3 female convicts escape from prison to lead the way to stolen goods. [1955](1hr 8min)</p><p><a href="movie-199.htm">MST3K - Warrior of the Lost World:</a> Mystery Science Theater #501. A post-apocalypse biker is chosen to rescue a professor and his daughter from the bad guys. [7/24/93](1hr 32min)</p><p><a href="movie-198.htm">MST3K - Fire Maidens From Outer Space:</a> Mystery Science Theater #416. Five astronauts explore the previously unknown 13th moon of Jupiter and find New Atlantis replete with bad female dancers. [11/26/92](1hr 32min)</p><p><a href="movie-197.htm">MST3K - The Final Sacrifice:</a> Mystery Science Theater #910. Searching for info on his dead father, a wimpy teen becomes a target of an evil cult. [7/25/98](1hr 32min)</p><p><a href="movie-196.htm">Freedom Downtime:</a> A feature length documentary about the Free Kevin Mitnick movement and the hacker world. [2001](2hr 1min)</p>'); } var speed=15; var dR=false; var step = 2; function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0;} function objHeight(obj) {if(obj.offsetHeight) return obj.offsetHeight; if (obj.clip) return obj.clip.height; return 0;} function scrF(i,sH,eH){var x=parseInt(i.top)+(dR? step: -step); if(dR && x>sH)x=-eH;else if(x<2-eH)x=sH;i.top = x+'px';} function startScroll(sN,txt){var scr=document.getElementById(sN); var sW = objWidth(scr)-6; var sH = objHeight(scr); scr.innerHTML = '<div id="'+sN+'in" style="position:absolute; left:3px; width:'+sW+';">'+txt+'<\/div>'; var sTxt=document.getElementById(sN+'in'); var eH=objHeight(sTxt); sTxt.style.top=(dR? -eH : sH)+'px'; sTxt.style.clip='rect(0,'+sW+'px,'+eH+'px,0)'; setInterval(function() {scrF(sTxt.style,sH,eH);},1000/speed);}
window.onload = addScrollers;