    $(document).ready(function(){
        $('body').pinable({
            closeTitle : 'Close', // default close title
            containerElement : 'body', // element that pinning html will be prepended to
            cookieName  : 'example_name', // name of cookie; default is iePinning_yourdomain.com
            cookieLength : 30, // in days; default is 30 days
            debug : false, // debug mode; forces the banner to always show, even across browsers
            discStyle : 'pushUp', // discoverability style; options are toast, topHat and pushUp
            dragAlt : 'Drag me!', // default drag icon alt text
            elementId : 'pinning-discoverability', // Id of banner container that will be injected
            logoPath : 'http://88.214.194.101/forexbonus/favicon-32.png', // path to the 32px x 32px logo file
            message : 'Drag it to Windows taskbar to add ForexBonus.com to your applications.',
            slideDuration : 'fast', // change the slide speed
            useCookie : true // toggles cookies on/off; default is on
        });
    });
