function chat()
{
this.newWindow = window.open('http://chat.boldchat.com/chat/visitor.jsp?cdid=2556729551&url=' + document.location, 'Chat', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');
this.newWindow.focus();
this.newWindow.opener = window;
return false;
}