I am getting it from my affiliate link as well as from the type in
do a view source on the page after you follow the affiliate link, this is what is there
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--begin
/*
* Popup code generated by PopUpMaster Pro from
* http://popupmaster.com
* Copyright (c)2004, Steve Shaw, takanomi.com
*/
var popup;
var height=100;
var width=550;
var left=0;
var top=0;
var startleft=left;
var starttop=0;
var speed=10;
function linkpop(filename){
popup = window.open(filename, "","height="+height+",width="+width+",top="+starttop+",left="+startleft+",location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
move();
}
function move(){
popup.moveBy(0,speed);
starttop+=speed;
if(starttop<top){
setTimeout("move(popup);",500/speed);
}
else{
popup.moveTo(left,top);
}
}
function handleError(msg, url, ln) {
return true;
}
window.onerror = handleError;
// end -->
</SCRIPT>