
var LINK_URL = "";
var LINK_URL2 = "http://kft.zoosnet.net/LR/chatPre.aspx?id=KFT10353753";
var FLOAT_IMAGE = "";
var INVITE_IMAGE = "http://www.yz16.com/js/yzswt.gif";
var INVITE_TIME = 25;
var IS_INVITE = 0;
var IS_FIRST = 0;
var INVITE_COUNT = 1;




document.writeln("<div id=\"MyWindow\" style=\"display:none;z-index:9999;left:51.2%;top:50%;margin-left:-220px !important;margin-top:-120px !important;margin-top:0px;position:fixed !important;position:absolute;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat')?documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);\">");
document.writeln("	<img src=\"" + INVITE_IMAGE + "\" border=\"0\" usemap=\"#ChatMap\" \/>");
document.writeln("	<map id=\"ChatMap\" name=\"ChatMap\">");
document.writeln("		<area shape=\"rect\" coords=\"260,108,366,142\" href=\"javascript:void(0);\" onclick=\"Accept();\" \/>");
document.writeln("		<area shape=\"rect\" coords=\"136,107,244,142\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/www.yz16.com\/booking.html');\" \/>");

document.writeln("		<area shape=\"rect\" coords=\"33,33,123,147\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/www.yz16.com\/doctor.html');\">");

document.writeln("		<area shape=\"rect\" coords=\"16,152,78,170\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/www.yz16.com\/ks-2.html');\">");
document.writeln("		<area shape=\"rect\" coords=\"95,151,155,170\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/www.yz16.com\/huodong\/index.html');\">");
document.writeln("		<area shape=\"rect\" coords=\"171,151,235,170\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/www.yz16.com\/ks-3.html');\">");
document.writeln("		<area shape=\"rect\" coords=\"241,151,317,170\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/www.yz16.com\/list-5-1.html');\">");
document.writeln("		<area shape=\"rect\" coords=\"325,151,387,170\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/www.yz16.com\/ks-8.html');\">");
document.writeln("		<area shape=\"rect\" coords=\"385,4,402,19\" href=\"javascript:void(0);\" onclick=\"Reject();\">");
document.writeln("	<\/map>");
document.writeln("<\/div>");



function Accept() {
	window.open(LINK_URL2);
	document.getElementById("MyWindow").style.display = "none";
	
	IS_INVITE = 1;
}

function Reject() {
	document.getElementById("MyWindow").style.display = "none";
	
	IS_INVITE = 0;
	INVITE_COUNT++;
	if (IS_FIRST == 0) {
		if (INVITE_COUNT == 2) {
			setTimeout("Invite();", 25*1000);
		}
		else {
			setTimeout("Invite();", INVITE_TIME*1000);
		}
	}
}

function Invite() {
	if (IS_INVITE == 0) {
		document.getElementById("MyWindow").style.display = "block";
		
		IS_INVITE = 1;
	}
}


setTimeout("Invite();", 8000);


