$(document).ready(function(){
//  Blockfader on home page
    $("#portfolio-preview").blockfade([
        {
            image:          '/gfx/portfolio/passthepresent.jpg',
            href:           '/portfolio/',
            blocks_x:       6,
            blocks_y:       6,
            delay:          4000
        },
        {
            image:          '/gfx/portfolio/stuffthebeetle.jpg',
            href:           '/portfolio/',
            blocks_x:       6,
            blocks_y:       6,
            delay:          4000
        },
        {
            image:          '/gfx/portfolio/dancetop40.jpg',
            href:           '/portfolio/',
            blocks_x:       6,
            blocks_y:       4,
            delay:          4000
        },
        /*
        {
            image:          '/gfx/portfolio/rioters.jpg',
            href:           '/portfolio/',
            blocks_x:       6,
            blocks_y:       6,
            delay:          4000
        },
        */
        {
            image:          '/gfx/portfolio/eatpraylove.jpg',
            href:           '/portfolio/',
            blocks_x:       6,
            blocks_y:       6,
            delay:          4000
        },
        /*
        {
            image:          '/gfx/portfolio/donotlink.png',
            href:           '/portfolio/',
            blocks_x:       6,
            blocks_y:       4,
            delay:          4000
        },
        */
        {
            image:          '/gfx/portfolio/propertymanagement.jpg',
            href:           '/portfolio/',
            blocks_x:       6,
            blocks_y:       4,
            delay:          4000
        }
    ]);
});
