var gx = 0;
var lx = 0;
var ox = 1;
if ((ox == 1) || (ox == 2)){ var ytt = 0; var yy = 0; var yp = 0; var st = 0; var xh = 5; var xt = 5; var dd = 0; var ff = 0; var IE = document.all?true:false; if (!IE) { document.captureEvents(Event.MOUSEMOVE); document.captureEvents(Event.MOUSEDOWN); document.captureEvents(Event.MOUSEUP);} document.onmousemove = getMouseXY; document.onmousedown = getMouseDown; document.onmouseup = getMouseUp;}
function getMouseXY(e) { if (!e) var e = window.event; if (IE) { ytt = event.clientY + document.body.scrollTop; } else { ytt = e.pageY - window.pageYOffset; } yp = yy; yy = ytt; dd = yy-yp; if (ox == 2){ if (yy >= xh){st = 1;} }else{ if ((yy >= xh) & (st != 2)){ st = 1; }} if ((st == 1) & (yy <= (xh+xt)) & (yy >= xt) & (dd <= 0)){ if(IE){ DisplayMouseChat(); st = 2;}else{ if(ff == 0){DisplayMouseChat(); st = 2;} }}}
function getMouseDown(e) { if (!e) var e = window.event; if ((!IE)&&(e.which==1)) ff = 1; }
function getMouseUp(e) { if (!e) var e = window.event; if ((!IE)&&(e.which==1)) ff = 0; }
document.write('');
document.write('');
document.write('');
document.write('');
var tb_pathToImage='http://www.doctorquek.com/vsa/thickbox/loadingAnimation.gif';
function DisplayLinkChat(){tb_show('Wait! I have a Special Offer For You on AMLM Pro ...','http://www.doctorquek.com/vsa/agentfiles/agent.php?cid=2&ip=38.107.191.99&tmd=0&keepThis=true&TB_iframe=true&height=530&width=470','false');lx = 1; gx = 1;}
function DisplayMouseChat(){if(gx==0){ if(window.confirm(">>>>>>>>>>>>>> PLEASE WAIT !!! <<<<<<<<<<<<<<<\n\nI would like to talk to you about a special *OFFER*. Simply click the (OK)\nbutton to get your special offer!\n")){tb_show('Wait! I have a Special Offer For You on AMLM Pro ...','http://www.doctorquek.com/vsa/agentfiles/agent.php?cid=2&ip=38.107.191.99&tmd=0&keepThis=true&TB_iframe=true&height=530&width=470','false'); gx = 1;}}}
function DisplayChat(){if(gx==0){tb_show('Wait! I have a Special Offer For You on AMLM Pro ...','http://www.doctorquek.com/vsa/agentfiles/agent.php?cid=2&ip=38.107.191.99&tmd=0&keepThis=true&TB_iframe=true&height=530&width=470','false');gx=1;var m = ">>>>>>>>>>>>>> PLEASE WAIT !!! <<<<<<<<<<<<<<<\n\nI would like to talk to you about a special *OFFER*. Simply click the (OK)\nbutton to get your special offer!\n";return m;}}
function DisableVSAChat(){gx=1;}
var a = document.getElementsByTagName('A'); for (var i = 0; i < a.length; i++) { var st = a[i].rel; st = st.toLowerCase(); if (st == "showvsachat"){ a[i].onclick=function(){ if(lx==0){DisplayLinkChat();} }}}