$(document).ready(function(){

	$('#flash').flash({swf:'/wp-content/themes/startingpoint/videos/mnm-slides4.swf', height: 234, width: 410 });
	$('#tv-commercial').flash({swf:'http://c2081632.cdn.cloudfiles.rackspacecloud.com/ad.swf', height: 482, width: 600 });
	
	$('.sf-menu li:last-child').css('background','none');
	$('#footer-nav li:last-child a').css('border','none');
	$('#above-page-nav li:last-child a').css('background','none');
	
	$('ul.sf-menu').superfish({
		delay:       800,
		animation:   {opacity:'show',height:'show'},
		speed:       'fast',
		autoArrows:  false,
		dropShadows: false
	});
	
	$('.accordion .head').click(function() {
		$(this).next().toggle('fast');
		return false;
	}).next().hide();
	
	$('#tabs').tabs({ fx: { opacity: 'toggle' } });
	
});
