$(document).ready(function(){
// Copyright (c) 2007 42 Answers Creative Internet Studio. All rights reserved.
// No reproduction or republication without exclusive written permission from owner.
// http://42answers.com/

  $("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])")
    .addClass("external")
    .attr("target","_blank");

  Cufon.replace('#wrapperHeader p.description');
  Cufon.replace('#wrapperFooter');
  Cufon.replace('#wrapperSidebarLeft h4');
  Cufon.replace('h2, h3');

});
