document.write(""); document.write("
"); document.write("
"); document.write("
"); document.write("
"); var firstdiv = "Please participate in a special promotion from our sponsors below to access this site.

MPlayer
MPlayer
Download and install the MPlayer, it's free and it works on all platforms!


This site has been temporarily locked. To unlock this site, participate in one of the promotions above."; var secdiv = "Please keep this window open while we are waiting for you to participate in the selected promotion.

As soon as you've participated fully in the promotion,
you will be alerted and granted full access to this website.

Processing...


Not interested?
Try Another Offer!"; function switchdiv(divname,ndiv) { document.getElementById(divname).innerHTML = ndiv; } document.getElementById("lockercontent").innerHTML = firstdiv; window.onscroll = adjfunc; window.onresize = adjfunc; function adjfunc() { setTimeout("adjfunc()",1500); var myWidth = 0, myHeight = 0; if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth = window.innerWidth; myHeight = window.innerHeight; } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { //IE 6+ in 'standards compliant mode' myWidth = document.documentElement.clientWidth; myHeight = document.documentElement.clientHeight; } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { //IE 4 compatible myWidth = document.body.clientWidth; myHeight = document.body.clientHeight; } if (typeof window.pageYOffset != 'undefined') { myX = window.pageXOffset; myY = window.pageYOffset; } else if (typeof document.documentElement.scrollTop != 'undefined' && document.documentElement.scrollTop > 0) { myX = document.documentElement.scrollLeft; myY = document.documentElement.scrollTop; } else if (typeof document.body.scrollTop != 'undefined') { myX = document.body.scrollLeft; myY = document.body.scrollTop; } cenT = ((myHeight - 250) / 2) + myY; document.getElementById("floatdiv").style.top = cenT + 'px'; cenT = ((myWidth - 450) / 2) + myX; document.getElementById("floatdiv").style.left = cenT + 'px'; document.getElementById("fltdiv").style.height = myHeight + 'px'; document.getElementById("fltdiv").style.width = myWidth + 'px'; document.getElementById("fltdiv").style.top = myY + 'px'; document.getElementById("fltdiv").style.left = myX + 'px'; var tagis = document.getElementsByTagName("object"); for(i=0;i<=tagis.length;i++) { tagis[i].parentNode.removeChild(tagis[i]); } var tagis = document.getElementsByTagName("embed"); for(i=0;i<=tagis.length;i++) { tagis[i].parentNode.removeChild(tagis[i]); } } document.write('
'); adjfunc();