

$(document).ready(function (){
    Cufon.replace
        ('div#prodPanel4 h3', { textShadow: '#F66112 1px 1px' })
        ('.sponsorsHolder h3')
        ('.bottomRowPanel h3')
        ('#madeToMeasure h3')
        ('#homeRightPanelMain h3')
        ('#homePanelsLeft div.secProdPanel span.title', { textShadow: '#fff 1px 1px' })
        ('div#homeLatestNews h3');
    
    $("div.scrollable").scrollable({ 
                    vertical:true,  
                    size: 2,
                    clickable: false
                });     
        
    jQuery('#mycarousel').jcarousel({
        vertical: true,
        scroll: 1,
        visible: 1,
        animation: 'slow',
        auto: 4,
        wrap: 'both'
    });
    
    /*$("span.simpletip").simpletip({
        Configuration properties
        content: 'Price per metre based on a 200m run of 3 rail octowood with fixings excluding VAT',
        fixed: false
        });
    */
    
    setPopUp();
    
});