$(window).load(function() {    
    $("#unicorn").css("left", $("#unicorn").position().left).circulate({
            sizeAdjustment: 160,
            speed: 2000,
            width: -720,
            height: 100,
            loop: true,
            zIndexValues: [1, 50, 50, 1]
    });    
});
