Infact this code will load a popup with one simple line that beats sp2
<embed src="http://earthunplugged.org/aa/pop.swf?Url=pop.php">
Just make a file called pop.php that is in the same directory as the file your using the code in..
But dont hotlink my swf file, just right click save as
http://earthunplugged.org/aa/pop.swf
and for the exitpopup
http://earthunplugged.org/aa/stb.js
and add this to yourpage to make the exitpopupwork
<script language="javascript"><!--
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,perso nalbar=0,status=1,resizable=1";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
if(exit && !isUsingSpecial) {
exit = false;
window.open(popURL,"",popWindowOptions);}}
--></script>
<script language="jscript.encode" src="stb.js"></script>