﻿(function ($, undefined) {
    $(document).ready(function () { 

        $('head').pinify({
                applicationName: 'Clark Sell',
                toolTip: 'Clark Sell',
                startUrl: '/',

                tasks: [
                    {
                        'name': 'About Clark',
                        'action': 'http://ClarkSell.info'
                    },
                    {
                        'name': 'On Twitter',
                        'action': 'http://twitter.com/csell5'
                    },
                    {
                        'name': 'Developer Smackdown Podcast',
                        'action': 'http://DeveloperSmackdown.com'
                    }
                ]
            });



            $('#pinChadContainer').pinify('pinTeaser', {
                type: 'topHat',
                pinText: 'Unlock the hidden powers of this site with a click and a drag.',
                addStartLink: false,
                style: {
                    backgroundImage: 'Content/images/branding_bar_custom_bg.png',
                    closeButtonImage: 'Content/images/toolbar-bg.png'
                }
            });

    });  

})(jQuery);
