View Single Post
Old 08-10-2006, 04:08 AM  
dial
Confirmed User
 
Join Date: May 2006
Location: wherever you aren't
Posts: 1,225
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>
__________________
boom chicka wah wah
dial is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote