$(document).ready(function() {
  $(".ae_sitemap li a").each(function(){
    var init = $(this).attr("href");
    $(this).attr("href", init.replace("http://www.st-philips.com",""));
  });
  
  // $(".ae_sitemap ul:nth-child(3n)").after("<div style='clear:both; width:100%'></div>");
});

