 $(function(){
                $('[wtf]').qtip({
                    content: 'If you have a twitter account message "#wbol " \n\
        followed by a name, or item, or movement or whatever the great Brimley has outlasted \n\
and it will appear here.',
                    style: {
                        padding: '10px',
                        width: 300,
                        name: 'dark'
                    },
                    hide: { fixed: true, delay: 1000 }
                });
            });
