$(document).ready(function(){

  Cufon.replace("h5, #col_left h2", {textShadow: "#55890f 1px 0px 0px"});
  Cufon.replace("#slogan p, #col_right h3, span.btnWide, div.categoriesSmall a")

  /*IE*/

  if (/MSIE 6/i.test(navigator.userAgent) || /MSIE 7/i.test(navigator.userAgent)) {
    $("hr").remove();
  }
  if (/MSIE 6/i.test(navigator.userAgent) == false) {
    Cufon.replace("h2");
    Cufon.replace("h5");
    Cufon.replace("h3");
  }
  
  $('a.big, div.thumbs a').fancybox();
  
  $('.specs table tr:odd').addClass('even');

});

