Cufon.replace('.gotham, #content.base h1, ul#navigation li', { fontFamily: 'Gotham', hover: true }); jQuery.noConflict(); function form_input_classes(){ jQuery('input[type="text"]').addClass('text'); jQuery('input[type="password"]').addClass('text'); jQuery('input[type="checkbox"]').addClass('checkbox'); jQuery('input[type="radio"]').addClass('radiobutton'); jQuery('input[type="submit"]').addClass('submit'); jQuery('input[type="image"]').addClass('buttonImage'); } function assign_fitted() {jQuery('.clickable').fitted();} function form_labelize(){ jQuery(".labelize input:text").clearingInput(); } function suckerfish(){ jQuery('ul.sf-menu').superfish ({ delay: 500, animation: {opacity:'show',height:'show'}, speed: 'normal', autoArrows: false }); } jQuery(document).ready(function() { form_input_classes(); assign_fitted(); form_labelize(); suckerfish(); });