$(document)["ready"](function (){$("#sessionForm")["submit"](function (){if($("#session-adi")["val"]()==""){$("#sonuc-session")["html"]("\x3Cdiv class=\x22ui-state-error ui-corner-all\x22 style=\x22margin-top: 20px; padding: 0 .7em; display:block; float:left;\x22\x3E\x3Cp style=\x22color:#fff;\x22\x3E\x3Cspan class=\x22ui-icon ui-icon-alert\x22 style=\x22float: left; margin-right: .3em;\x22\x3E\x3C/span\x3E\x3Cstrong\x3EUyarı:\x3C/strong\x3E Gerekli alanları doldurunuz..\x3C/p\x3E\x3C/div\x3E");return false;} ;} );$("#chatForm")["submit"](function (){if($("#chat-text")["val"]()!=""){$["post"]("http://www.evdeneve.gen.tr/chat_musteri_kaydet.php",{mesaj:$("#chat-text")["val"]()},function (chatFormData){$("#chatGoster")["html"](chatFormData);} );$("#chat-text")["val"]("");$("#chatGoster")["animate"]({scrollTop:$("#chatGoster")["attr"]("scrollHeight")},1000);} ;return false;} );$("#dialog")["dialog"]({autoOpen:false,modal:false,bgiframe:true,height:400,width:400,zIndex:9997,close:function (){bitir();} ,open:function (){chatAlVer();} });$(".chatKapat")["live"]("click",function (){var sessionID=$(this)["attr"]("rel");$["post"]("http://www.evdeneve.gen.tr/chat_kapat.php",{sessionID:sessionID},function (chatKapatData){$("#session"+sessionID)["hide"]();t=setTimeout("chatAlVer()",2000);tf=setTimeout("chatAlVer()",2000);$("#dialog")["dialog"]("close");$("#dialogF")["dialog"]("close");} );return false;} );$(".firmaGorusme")["live"]("click",function (){$["post"]("http://www.evdeneve.gen.tr/chat_musteri_firma.php",{firmaID:$(this)["attr"]("rel")},function (chatFirmaData){$("#dialog")["dialog"]("option","title",chatFirmaData);$("#dialog")["dialog"]("open");$("#chatGoster")["animate"]({scrollTop:$("#chatGoster")["attr"]("scrollHeight")},1000);} );return false;} );$(".musteriGorusme")["live"]("click",function (){$["post"]("http://www.evdeneve.gen.tr/chat_firma_musteri.php",{cID:$(this)["attr"]("id")},function (chatMusteriData){$("#dialogF")["dialog"]("option","title",chatMusteriData);$("#dialogF")["dialog"]("open");$("#chatFirmaGoster")["animate"]({scrollTop:$("#chatFirmaGoster")["attr"]("scrollHeight")},1000);} );return false;} );$("#dialogF")["dialog"]({autoOpen:false,modal:false,bgiframe:true,height:400,width:400,zIndex:9997,close:function (){bitirF();} ,open:function (){chatAlF();} });$("#chatFirmaForm")["submit"](function (){if($("#chat-firma-text")["val"]()!=""){$["post"]("http://www.evdeneve.gen.tr/chat_firma_kaydet.php",{mesaj:$("#chat-firma-text")["val"]()},function (chatFirmaFormData){$("#chatFirmaGoster")["html"](chatFirmaFormData);} );$("#chat-firma-text")["val"]("");$("#chatFirmaGoster")["animate"]({scrollTop:$("#chatFirmaGoster")["attr"]("scrollHeight")},1000);} ;return false;} );} );function chatAlVer(){$["getJSON"]("http://www.evdeneve.gen.tr/chat_musteri_al.php",{},function (chatData){if(chatData["durum"]=="0"){$("#chatGoster")["html"](chatData["veri"]);$("#chatGoster")["animate"]({scrollTop:$("#chatGoster")["attr"]("scrollHeight")},1000);t=setTimeout("chatAlVer()",2000);} else {if(chatData["durum"]=="1"){$("#dialog")["dialog"]("close");$("#session"+chatData["id"])["hide"]();} ;} ;} );} ;function bitir(){clearTimeout(t);$("#chatGoster")["html"]("\x3Cimg src=\x22http://www.evdeneve.gen.tr/img/twit-loading.gif\x22 style=\x22margin:20px 0 0 0\x22 /\x3E");} ;function chatAlF(){$["getJSON"]("http://www.evdeneve.gen.tr/chat_firma_al.php",{},function (chatAlData){if(chatAlData["durum"]=="0"){$("#chatFirmaGoster")["html"](chatAlData["veri"]);$("#chatFirmaGoster")["animate"]({scrollTop:$("#chatFirmaGoster")["attr"]("scrollHeight")},1000);tf=setTimeout("chatAlF()",2000);} else {if(chatAlData["durum"]=="1"){$("#dialogF")["dialog"]("close");$("#session"+chatAlData["id"])["hide"]();} ;} ;} );} ;function bitirF(){clearTimeout(tf);$("#chatFirmaGoster")["html"]("\x3Cimg src=\x22http://www.evdeneve.gen.tr/img/twit-loading.gif\x22 style=\x22margin:20px 0 0 0\x22 /\x3E");} ;