Object.extend=function(destination,source){for(var property in source){destination[property]=source[property]}return destination};var wpopup=function(options){options=Object.extend({id:null,url:'',width:'500',height:'500',scrollbars:'1',resizable:'1',left:((screen.availWidth/2)-(500/2)),top:((screen.availHeight/2)-(500/2)),location:'0',toolbar:'0',directories:'0',status:'0',menubar:'0'},options);var aParams=[];for(k in options){aParams.push(k+'='+options[k])}var popupNew=window.open(options.url,options.id,aParams.join(','));if(popupNew==null)alert('팝업이 차단되어 있습니다.\n\n서비스팩 2를 설치하셨다면\n\n알림줄에서 팝업을 허용하여 주시기 바랍니다');return popupNew};var popChat=function(){var options={id:'popChat',url:'http://58.211.82.236/vt/chat/chat.php?rt=0&co=1&tc=0&cc=4&lc=zh-cn&id=&gd=&rf=http%3A%2F%2Fwww.thejamy.com%2F',width:'800',height:'600',left:'10',top:'10',scrollbars:'0',resizable:'1'};wpopup(options)}; var siteDomain = 'thejamy.com';