$(document).ready(function(){
	
	// Move any images and objects from post into a seperate DIV.
	
	//$(".post .entry img").fadeOut("slow");
	// attach google map so that it floats right... 
	$("h3:contains('Studio Location:')").append('<div style="float: right; padding-left: 40px; margin-bottom: 40px;"> <iframe width="325" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=557+Waller+St,+San+Francisco,+CA+94117&amp;sll=37.0625,-95.677068&amp;sspn=35.90509,80.419922&amp;ie=UTF8&amp;hq=&amp;hnear=557+Waller+St,+San+Francisco,+California+94117&amp;ll=37.770837,-122.432836&amp;spn=0.035009,0.078535&amp;z=14&amp;iwloc=r0&amp;output=embed"></iframe></div> ')
	
	

});

