$(document).ready(function(){
	//$(document).pngFix()
	$('a.facebook').click(function (){u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;})
	/*
	if (document.getElementById('map_canvas') != null){
			
		map = new google.maps.Map2(document.getElementById('map_canvas')); // load map into div
		map.setCenter(new google.maps.LatLng($('div.grantee').find('span.lat').text(),$('div.grantee').find('span.long').text()), 3); // set map center
		//map.addControl(new google.maps.SmallMapControl());
		map.disableDragging()
		map.setMapType(G_SATELLITE_MAP);
		
		ftguIcon = new google.maps.Icon(G_DEFAULT_ICON) // create global default marker icon
		ftguIcon.image = '/hunger/images/feature_signup_button.png'
		ftguIcon.iconSize = new google.maps.Size(20,20)
		ftguIcon.shadow = ''
		ftguIcon.iconAnchor = new google.maps.Point(4,4)
		
		//mapGrantees($('div.grantee'))
	}*/
	$('#actions .nav_signup').toggle(function(){
		$(this).next('.signup_form').slideDown()
		return false
	}, function(){
		$(this).next('.signup_form').slideUp()
		return false
	})
	$('#actions .share .twitter').attr('href', 'http://twitter.com/home?status=via @ajwsdotorg ' + document.title + ' - ' + location.href)
})

