﻿jQuery(document).ready(function ()
{
    jQuery('#facebookIcon').cluetip({
        positionBy: 'fixed',
        topOffset: 60,
        leftOffset: -100,
        width: 220,
        showTitle: false,
        mouseOutClose: true,
        sticky: true,
        closeText: '',
        hideLocal: true,
        local: true,
        dropShadow: false,
        fx: {
            open: 'slideDown', // can be 'show' or 'slideDown' or 'fadeIn'
            openSpeed: ''
        },
        cluezIndex: 1004
    });
});
jQuery(document).ready(function ()
{
    jQuery('#twitterIcon').cluetip({
        positionBy: 'fixed',
        topOffset: 60,
        leftOffset: -100,
        width: 230,
        showTitle: false,
        mouseOutClose: true,
        sticky: true,
        closeText: '',
        hideLocal: true,
        local: true,
        dropShadow: false,
        fx: {
            open: 'slideDown', // can be 'show' or 'slideDown' or 'fadeIn'
            openSpeed: ''
        },
        cluezIndex: 1004
    });
});
jQuery(document).ready(function ()
{
    jQuery('#vkontakteIcon').cluetip({
        positionBy: 'fixed',
        topOffset: 60,
        leftOffset: -100,
        width: 220,
        showTitle: false,
        mouseOutClose: true,
        sticky: true,
        closeText: '',
        hideLocal: true,
        local: true,
        dropShadow: false,
        fx: {
            open: 'slideDown', // can be 'show' or 'slideDown' or 'fadeIn'
            openSpeed: ''
        },
        cluezIndex: 1004
    });
});
