﻿Cufon.replace('#topnav a, .wTeaser h4, #content h1 .textWidget, #content h3, .widgetCTA .widgetCTAHeaders', { hover: true, fontFamily: 'Trajan Pro' });
Cufon.replace('.wTeaser a', { fontFamily: 'Trajan Pro', textShadow: '#52341c 1px 1px' });
//Cufon.replace('#subNav a', { hover: true, fontFamily: 'Trajan Pro' });
//Cufon.replace('#subNav li', { hover: true, fontFamily: 'Trajan Pro' });
Cufon.replace('#mainNavLinks>li>a', { hover: true, fontFamily: 'Book Antiqua' });

(function($){
$(document).ready(function() {

     //add a slashy-dash to the help menu items. except for the silly translate link and the last link.
     $("#usabilityNav li:not(:last):not(:nth-child(3)):not(:nth-child(5))").after("<li>|</li>");
        
     //add a slashy-dash to the footer menu items. 
     $(".bottom_nav li:not(:last)").after("<li>|</li>");
     
     //add the arrows to subnav links
     $("#subNavDownLinks a").append("<img src='files/templates/183/arrow.gif'>");
     
     //kill the last border at the bottom 
     $("#address .tel:last").css({"border" : "none"});
     
     $(".wTeaser:odd").addClass("odd");

});
})(jQuery);
