<!-- Begin
function LiveChat(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=1, screenX=50, screenY=50, left=50, top=50, width=625, height=300');");
}
// End -->