$(document).ready(function(){ 
    $("ul.sf-menu").superfish(); 
});


$(function() {
    $('a[title]').qtip({
        position: {
            my: 'left center',
            at: 'right center'
        },
	style: {
	    classes: 'ui-tooltip-green ui-tooltip-shadow'
	}
    });
});
    

$(function() {    
    $('.removable_button').submit(function() {
        $('.removable').remove();
    });
});


