Cufon.replace('#nav a,', { fontFamily: 'MORBOLD', textShadow: '#008abe -1px -1px' });
Cufon.replace('.head p', { fontFamily: 'MORBOLD', textShadow: '#535353 -1px -1px' });
Cufon.replace('h1, h2, h3, #head p, .head p span', { fontFamily: 'MOR' });
Cufon.replace('#head p span, h2 span, #banner h1, #banner span', { fontFamily: 'MORBOLD' });

//Jquery
$(function(){  
    // fixed tooltip  
    $('label img').aToolTip({  
        fixed: true,
        xOffset: 5,                     // x position  
        yOffset: 5,                     // y position  
    });  
      
    $('.form-element img').aToolTip({  
        fixed: true,
        xOffset: -230,                     // x position  
        yOffset: -20,                     // y position  
    });  
      
});  
