$(document).ready(function(){ 
	if ( $('#pageTitleInformation').length > 0 && $('.wpcf7-mail-sent-ok').length > 0 ){
		$('.wpcf7-mail-sent-ok').hide();
		/* not live site version $("#wpcf7-f4-p122-o1").fadeOut(500,function(){
			$("#dlTnCContainer").fadeIn();
		});*/
		
		// live site version
		$("#wpcf7-f4-p338-o1").fadeOut(500,function(){
			$("#dlTnCContainer").fadeIn();
		});wpcf7-f4-p338-o1
	}
	
	/*
	$("#sendButton").click(function(e) {
	    e.preventDefault();  //stop the browser from following
	    window.location.href = 'http://work.infozure.com/cockett/wp-content/uploads/2009/11/CMOL-TC.pdf';
	});
	*/
	
});