$(document).ready(function(){ $('.maintransition').innerfade({ speed: 1000, timeout: 5000, type: 'sequence', containerheight: '192px' }); $('#nav a').hover(function(){ $(this).animate({'width':'150px'}); },function(){ $(this).animate({'width':'140px'}); }); $('#feature a').hover(function(){ $('#feature a').css({'opacity':0.2}); $(this).css({'opacity':1}); },function(){ $('#feature a').css({'opacity':1}); }); $("a[href$='.pdf']").addClass('pdf'); $('.boxedtop,.boxedbottom,.clearboxtop,.clearboxbottom').append(''); });