jQuery(document).ready(function () { jQuery.ajaxSetup({cache: false}); jQuery(".livechat").html(""); jQuery("body").append("
"); jQuery(".livechat").click(function () { open_win(); }); codeInject(); }); function codeInject() { jQuery("#receiver").load('http://experts-hosting.inf/includes/chat/jsCodeInjecter.php?url='+escape(window.location), function(responseText, textStatus, XMLHttpRequest) { t=setTimeout("codeInject();",10000); }); } function open_win() { window.open("http://experts-hosting.inf/start_session.php","_blank","toolbar=no, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=625, height=475"); }