$(document).ready(function() {	




	//alert(window.location.href.split("/")[3]);
	 if(window.location.href.split("/")[3] == "" || window.location.href.split("/")[3] == "contact-form.php" || window.location.href.split("/")[3] == "cms.php" || window.location.href.split("/")[3] == "modules" || window.location.href.split("/")[3] == "content" || window.location.href.split("/")[3] == "authentication.php" || window.location.href.split("/")[3] == "my-account.php" || window.location.href.split("/")[3] == "password.php" || window.location.href.split("/")[3] == "history.php" || window.location.href.split("/")[3] == "order-slip.php" || window.location.href.split("/")[3] == "identity.php" || window.location.href.split("/")[3] == "addresses.php" || window.location.href.split("/")[3] == "order.php" || window.location.href.split("/")[3] == "new-products.php" || window.location.href.split("/")[3] == "prices-drop.php" || window.location.href.split("/")[3] == "best-sales.php" || window.location.href.split("/")[3] == "order-confirmation.php"|| window.location.href.split("/")[3] == "discount.php" || window.location.href.split("/")[3] == "payment.php" || window.location.href.split("/")[3] == "authentication.php?back=my-account.php"){



	 	$('#editorial_block_center').show();

		$('.bread_desc').hide();

		$('.catpdts_conseil').hide();



	 }



	 



	 



});