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/thibodeauxlaw/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.thibodeauxlaw.com\',\'wochat\',\'width=484,height=361\');return false;" />' +
	        		    '<input type="button" name="chat" value="No thanks" onClick="Shadowbox.close()" />' +
	        		    '</div>' +
			    '<div id="ctl-powered-by" style="position:absolute;bottom:0;left:0;width:400px;"><a href="http://www.clientchatlive.com" target="_blank" style="display:block;height:14px;padding:2px 0;text-decoration:none;background-color:#ededed;text-align:center;color:#2677b6;font-family:Arial;font-weight:bold;font-size:10px;">Powered by ClientChatLive.com</a></div>',
	        player:     "html",
	        height:     235,
	        width:      400,
	        displayNav: false
	    });
	    Set_Cookie( 'ctc', 'true', '', '/', '', '' );
	}
	var OnLoad = setTimeout('openChat()',15000);
	window.onload = function() {eval(OnLoad);};
}
