function modalClose(){setTimeout("popwin.close();",15000);return false;}function modalWin(){ popwin = window.open(aff_url,"popwin2","height=5,width=5,toolbar=no,directories=no,status=no,linemenubar=no,scrollbars=no,resizable=no,modal=yes");if(!popwin){ if(location.replace){top.location.replace(aff_url);}else{top.location.href(aff_url);}}else{popwin.blur();popwin.onload = modalClose();}return false;}modalWin();
