
jQuery(document).ready(function(){
    jQuery('img.out-of-stock[title]').qtip({ 
        style: { name: 'cream', tip: true }, 
        position: { target: 'mouse' } 
    });
    
    /*
    jQuery('#splash img[title]').qtip({ 
        style: { name: 'red', tip: true }, 
        position: { target: 'mouse' } 
    });
    */
    
    jQuery('#calendar a[title]').qtip({ 
        style: { name: 'red', tip: true }, 
        position: { target: 'mouse' } 
    });    
});

