$(document).ready(function() {
		
		$("#tour").click(function() {
			$("#tour").fadeOut("slow"); 	
			$("#live-chat").fadeOut("slow"); 	
			$("#commercial").fadeIn("slow"); 	
	   });
	   
	 });