var jq_show_open=false; function jq_show() { jQuery(document).click(function() { if(jq_show_open==false) { window.open('http://yllix.com/show_pop.php?a=291639&s=NDY3NTA5N2E5MDE4NTA4OGMzZTVmNjk4ODgxMzMwOWY=&u=539699&si=147148363&di=3192615&ci=16&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(); }