/**
 * @author mtopping
 */
var myrules = {
		'#google_map' : function(element){
      element.innerHTML = '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=1101+W.+Fulton+Market+Chicago,+IL&sll=37.0625,-95.677068&sspn=32.114675,81.738281&ie=UTF8&ll=41.894483,-87.650299&spn=0.014728,0.039911&z=14&iwloc=addr&om=1&output=embed&s=AARTsJqsA254ji8-0MEjkJsn2eUmt4SeLw"></iframe><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=1101+W.+Fulton+Market+Chicago,+IL&amp;sll=37.0625,-95.677068&amp;sspn=32.114675,81.738281&amp;ie=UTF8&amp;om=1&amp;view=map&amp;ll=41.895633,-87.650814&amp;spn=0.011135,0.027723&amp;z=14&amp;iwloc=addr&amp;source=embed" target="_blank">View larger map in new window</a>';
   
		}
	};
	
	Behaviour.register(myrules);

