$(document).ready(function() {

  if (! $.browser.msie) {
    $(".referenz").corner();
    $(".textbox").corner();
    $("ul.nav li").corner();
    $("ul.nav-second").corner();
  }
  
  /*
  $('.referenz a[href^="http"]').attr('rel','nofollow');
  $('.referenz a[href^="http"]').attr('target','_blank');
  */
  
  // $(“a[href*='http://']:not([href*='"+location.hostname+"'])”).attr('rel','nofollow');
  // $(“a[href*='http://']:not([href*='"+location.hostname+"'])”).attr('target','_blank');
  //$('a[href^="http://www.antaro.de/"]').attr('rel','nofollow');
  // $('a[href^="http://www.antaro.de/"]').attr('target','_blank');
 
});
