

$(document).ready(function (){
    Cufon.replace
        ('div#prodPanel4 h3', { textShadow: '#F66112 1px 1px' })
        ('.sponsorsHolder h3')
        ('.bottomRowPanel h3')
        ('#whyJacksons div h3')
        ('#homeRightPanelMain h3')
        ('#homePanelsLeft div.secProdPanel span.title', { textShadow: '#fff 1px 1px' })
        ('div#homeLatestNews h3');
    
        $("div.scrollable").scrollable({ 
            vertical:true
        });        
        
        
    /*$("#featurePanels").scrollable({
        circular:true
    }).autoscroll({ 
        autoplay: true
    });*/
    
    $(".slideTabs").tabs("#featurePanels .items > div", {
        effect: 'fade',
        rotate: true
    }).slideshow({autoplay: true, interval: 6500, 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();
    
});
