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