 $(document).ready( function(){
 if(location.href=="http://www.hunting-odl.dk/shop/frontpage.html"){
   $("#BreadCrumb").parent().remove();
 }
 if(location.href=="http://www.fishing-odl.dk/shop/frontpage.html"){
   $("#BreadCrumb").parent().remove();
 }
 if(location.href=="http://www.adventure-odl.dk/shop/frontpage.html"){
   $("#BreadCrumb").parent().remove();
 }
 
 $(".CmsPageStyle table tr:nth-child(3) td").removeAttr("style")
 $(".CmsPageStyle table tr:nth-child(3) td").css("padding-top","5px")
 $(".CmsPageStyle").css("padding-bottom","30px");
 var broed =  $(".CmsPageStyle table tr:nth-child(1)").html();
 $(".CmsPageStyle table tr:nth-child(2)").after("<tr>"+broed+"</tr>");
 $(".CmsPageStyle table tr:nth-child(1)").html("");
 
 });
