 $(document).ready(function() {
	/*
	$('.slideshow').cycle({				  
		fx:'fade', 
			speed: 500, 
			timeout: 4000
	 });
	*/
	$('.colorBoxLink').colorbox({inline:true, width:"600px", height:"725px", opacity:0.7});	
	
	$chatimg = $('#LiveChatButton a img');
	$chatimg.attr('src','http://localhost/~peter/jdbohnlaw.com/wp-content/themes/jdbohnlaw/images/chat-live.png');
	$chatimg.css({'width':'243px','height':'86px'});
	
	
});
