$(document).ready(function() {
 
     $("ul.sf-menu").superfish().find('ul').bgIframe({opacity:false}); 
	$('.sf-menu li:has(ul) a').not($('.sf-menu li > ul a')).attr("href","javascript:void(0)");

 
        $('ul.sf-menu').superfish({ 
            delay:       700,                            // one second delay on mouseout 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: true                            // disable drop shadows 
        }); 
 
 
 	$('.mp3').jmp3({
				showfilename: "false",
				backcolor: "ffffff",
				forecolor: "77011C",
				width: 200,
				showdownload: "true"
		 });
 
	$('#sidebar').cornerz({radius:8, background:"#E7E4D1"});
	$('h2.shul-announce, h2.recent-posts, h2.shabbosSchedule, span.date').cornerz({radius:5, background:"white" });			
	
	$('a#rss-announcements').tipsy({gravity: 's', fade: true});
	
	$('#dialog').jqm({ overlay: 70 });
	$('#unsubscribe-ajax').jqm({ajax:'@href', ajaxText:'Please wait', trigger: 'a.unsubscribe', overlay: 70});
	$('body').append($('.jqmWindow'));
	
	$('li.sa, li.ss, li.rp, li.ts').cornerz({radius:5, background:"#E7E4D1", corners:"tl tr"});	
	
	$('#tabs > ul').tabs({ fx: {height: 'toggle', opacity: 'toggle' } }).tabs('rotate', 555555000);
	$('div.ui-tabs-panel').cornerz({radius:7, background:"#E7E4D1" })	;
	
});

