var showcontact = 0;
	
$(document).ready(function() {
	if(showcontact){
		$(".contact_block").show();		
	}
});
