/**
 * @author Chris
 */
 jQuery(document).ready(function($){
	$('.widgettitle').click(function(){
		$(this).siblings('ul').slideToggle();
	});
	if($.pngfix){
		$.pngfix.fix('div#logo-title img');//, 'li.current_page_item a');
		//$.pngfix.fix('ul.sf-menu li.current_page_item a');
		
		//$.pngfix.fixPng($('ul.sf-menu li.current_page_item a')[0]);
		//$('ul.sf-menu li.current_page_item a').html("SHIGGY5");
		
		//$.unitpngfix();
	}
	
	loadMap();
	
	function loadMap(){
		 var map = '<iframe width="620" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=francis+j+trapasso&amp;sll=42.402300,-71.127800&amp;sspn=0.014600,0.017000&amp;ie=UTF8&amp;hq=francis+j+trapasso&amp;hnear=&amp;filter=0&amp;update=1&amp;cid=7165035886950535540&amp;ll=42.280611,-71.797972&amp;spn=0.025401,0.053215&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=francis+j+trapasso&amp;sll=42.402300,-71.127800&amp;sspn=0.014600,0.017000&amp;ie=UTF8&amp;hq=francis+j+trapasso&amp;hnear=&amp;filter=0&amp;update=1&amp;cid=7165035886950535540&amp;ll=42.280611,-71.797972&amp;spn=0.025401,0.053215&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>';
		 $("#mapbox").html(map);
		 
		 
	 }
 });
 
 