jQuery(document).ready(function($){

	$('.postEntry tr:odd').addClass('odd');
	
	// $('#mappress0, .mapp-poweredby').hide();
	// $("#map-btn").click(function(){
	  // $("#mappress0").slideToggle("slow");
	// });

	$('#flash').flash({swf:'/wp-content/themes/startingpoint/videos/home-slides.swf', height: 271, width: 591 });
	
	// $('#header-swf').flash({
		// swf: '/wp-content/themes/bb/images/header.swf',
		// height: 132,
		// width: 770,
		// params: {
		// wmode: 'transparent'
		// }
	// });
	
	// $('ul.sf-menu').superfish({
		// delay:       800,
		// animation:   {opacity:'show',height:'show'},
		// speed:       'fast',
		// autoArrows:  true,
		// dropShadows: true
	// });
	
	//$(".accordion").accordion();
	
	// jQuery('#tabs').tabs({
		// fx: {  height: 'toggle', opacity: 'toggle', duration: 'normal'  },
		// select: function(event, ui) {
		// jQuery(this).css('height', jQuery(this).height());
		// jQuery(this).css('overflow', 'hidden');
		// },
		// show: function(event, ui) {
		// jQuery(this).css('height', 'auto');
		// jQuery(this).css('overflow', 'visible');
		// }
	// });

	// $('.collapsible .head').click(function() {
		// $(this).next().toggle('slow');
		// $(this).toggleClass("active");
		// return false;
	// }).next().hide();
	
	$('blockquote p:last').addClass('blockquote-last');
    $('blockquote li:last').addClass('blockquote-last');
    $('blockquote').prepend('<div class="leftquote">');
    $('blockquote').append('<div class="rightquote right clearfix">')
	
});
