if ( !Get_Cookie( 'ctc' ) ) {
	Shadowbox.init({
	    skipSetup: true,
	    players: ["html"],
	    modal: true,
	    displayNav: false
	});
	function openChat() {
	    Shadowbox.open({
	        content:    '<div id="welcome-msg" style="background: #FFF url(http://www.clientchatlive.com/js/site/hbh/chat-banner.jpg) no-repeat top center;text-align:center;padding:120px 10px 10px 10px;">' +
	        			'<p style="font-family:Arial, \'Helvetica Neue\', Helvetica, sans-serif; font-size: 12px;">Hello...sorry to barge in, but we are available to answer your questions.  Would you like to speak to a live person?</p>' +
	        			'<input type="button" name="chat" value="     Yes     " onClick="Shadowbox.close();window.open(\'https://server2.clickandchat.com/chat/chatstart.htm?domain=www.thehbhgroup.biz\',\'wochat\',\'width=484,height=361\');return false;" />' +
	        		    '<input type="button" name="chat" value="No thanks" onClick="Shadowbox.close()" />' +
	        		    '</div>',
	        player:     "html",
	        height:     235,
	        width:      400,
	        displayNav: false
	    });
	    Set_Cookie( 'ctc', 'true', '', '/', '', '' );
	}
	var OnLoad = setTimeout('openChat()',15000);
	window.onload = function() {eval(OnLoad);};
}
