Cufon.replace('h1, h3, .about h2, .main-navigation a, .contact h4, .jobtitle, .itsChristmas h4, .ourWork .year, .ourWork .listing h2, .quickDetails dd, #workDetail h4', { hover: true });

$j = jQuery.noConflict();

$j(document).ready(function() {
    Cufon.now();
    $j('body').addClass('js');
    $j('a[rel="external"]').attr("target", "_blank");
    
    /*
    $j('.carousel').galleryScrollV({
        btUp: '.up-button a',
        btDown: '.down-button a',
        holderList: '.carousel-content',
        scrollElParent: '.carousel-content ul',
        scrollEl: '.carousel-content ul > li',
        slideNum: false,
        duration: 1000,
        step: false,
        circleSlide: true,
        disableClass: 'disable',
        funcOnclick: null
    });
    var carouselItems = $j('.carousel li');
    if (carouselItems.length < 4) {
        $j('.carousel .up-button a').hide();
        $j('.carousel .down-button a').hide();
    }
    */

    /*** 960.gridder ***/
    
    /*
    window.gOverride = {
        gColor: '#EEEEEE',
        gColumns: 12,
        gOpacity: 0.35,
        gWidth: 10,
        pColor: '#C0C0C0',
        pHeight: 15,
        pOffset: 0,
        pOpacity: 0.55,
        center: false,
        gEnabled: true,
        pEnabled: false,
        setupEnabled: true,
        fixFlash: true,
        size: 960
    };

    createGridder = function() {
        document.body.appendChild(
        document.createElement('script'))
        .src = '/_Client/Scripts/Gridder/960.gridder.js';
    }
    */
 

});