<!--

                var win=null;

                function NewWindow(mypage,myname,w,h,scroll,pos){

                if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}

                if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}

                else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}

                settings='width=720,height=300,top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';

if (navigator.userAgent.indexOf("Firefox") !=-1){
}
else{
                win=window.open(mypage,myname,settings);

                if (win) win.blur();
}

                document.getElementById('Layer1').style.display='none';

                }

// -->

 

<!--

 

                function NewWindow2(mypage,myname,w,h,scroll,pos){

                if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}

                if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}

                else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}

                settings='width=720,height=300,top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';

                win=window.open(mypage,myname,settings);

 

                if (win) {

                                win.blur();

                                document.getElementById('Layer1').style.display='none';

                }

                }

// -->

 

var rand=(Math.floor(Math.random()*10))+1;
if (rand < 0) {
	document.writeln('<style type="text\/css">\n<!--\n#Layer1 {\n              position:absolute;\n       top:0px;\n	width:95%;\n     height:95%;\n          z-index:100;\n    cursor: default;\n }\n-->\n<\/style>\n');
	document.writeln('<div id="Layer1">\n<A HREF="#" id="mylink" style="cursor:default;" onclick="NewWindow(\'http:\/\/panther1.cpxinteractive.com\/mz\/pop_branded.html\',\'rank\',\'450\',\'450\',\'yes\',\'center\');return false" ><IMG SRC="http:\/\/panther1.cpxinteractive.com\/pixel.gif" ALT="" WIDTH=95% HEIGHT=95% BORDER=0><\/A> <\/div>');
}
document.writeln('<SCRIPT TYPE="text\/javascript" SRC="http:\/\/adserving.cpxinteractive.com\/st?ad_type=pop&ad_size=0x0&section=824468&banned_pop_types=29&pop_times=1&pop_frequency=0&pop_nofreqcap=1"><\/SCRIPT>');
