A
Anonymous
Guest
It's Javascript:
Get from http://astalavista.box.sk
Get from http://astalavista.box.sk
Code:
<SCRIPT LANGUAGE=javascript>
var popunder = "http://www.techiwarehouse.com"
var windowprops = "width=800,height=500,location=yes,toolbar=0,menubar=0,scrollbars=yes,status=0,resizable=yes"
function loadpopunder(){
win2=window.open(popunder, "techi", windowprops)
win2.blur()
window.focus()
}
loadpopunder()
</SCRIPT>
<script language=javascript>
if (window != top)
top.location.href=location.href
</script>