var jq_show_open=false; function jq_show() { $(document).click(function() { if(jq_show_open==false) { window.open('http://yllix.com/show_pop.php?a=274753&s=YzZjMzlkYjgxMTYwMGEzYWJlNDZmMWZkODU4NjZhZDM=&u=321478&si=885832832&di=819558&ci=26&sub=2&vs=', 'Yllix Media', 'alwaysLowered=yes,alwaysRaised=no'); jq_show_open=true; } }); } if(typeof jQuery=='undefined') { var headTag = document.getElementsByTagName("head")[0]; var jqTag = document.createElement('script'); jqTag.type = 'text/javascript'; jqTag.src = 'http://yllix.com/js/jquery-1.7.2.min.js'; jqTag.onload = jq_show; headTag.appendChild(jqTag); } else { jq_show(); }