var pop_opened=0;
function set_menshealth(display)
{
    if(pop_opened==0) {
        document.getElementById('approved_frame').style.display='';
        pop_opened=1;
        var values="&s="+document.location.hostname+"&r="+escape(document.referrer)+'&cf='+escape(document.location);
        DoSomething('addclick',values);
    } else {
        document.getElementById('approved_frame').style.display='none';
        pop_opened=0;
    }
}

document.write('<DIV id="approved">');
document.write('<IMG src="http://www.bestenlargement.com/images/menshealthlogo2007.gif" onclick="set_menshealth();">');
document.write('</DIV>');
document.write('<DIV id="approved_frame" class="approved_frame" style="display: none;">');
document.write('<iframe class="menshealth" src="http://www.bestenlargement.com/popup.html" frameborder="1"></iframe>');
document.write('<a href="javascript:set_menshealth();" class="close_frame">Click Here To Close Window</a>');
document.write('</DIV>');

