// Start of Chat Visitor monitoring code
window.onload = function(){
	var ciGqR2=document.createElement("div");
	ciGqR2.id = "ciGqR2";
	//ciGqR2.style = "z-index:100;position:absolute";
	ciGqR2.style.zIndex = "100";
	ciGqR2.style.position= "absolute";
	document.body.insertBefore(ciGqR2, document.body.firstChild);
	
	var sdGqR2=document.createElement("div");
	sdGqR2.id = "sdGqR2";
	//sdGqR2.style = "display:none";
	sdGqR2.style.display = "none";
	document.body.insertBefore(sdGqR2, document.body.firstChild);

	var seGqR2=document.createElement("script");
	seGqR2.type="text/javascript";
	seGqR2.defer=true;
	seGqR2.src=(location.protocol.indexOf("https")==0?"https://secure.providesupport.com/image":"http://image.providesupport.com")+"/js/spellex/safe-monitor.js?ps_h=GqR2\u0026ps_t="+new Date().getTime();
	document.getElementById("sdGqR2").appendChild(seGqR2);
}
// End of Chat Visitor monitoring code