/**
 * @author Chris Lambe
 */

var Contact = {
	NAME:"Contact",
	init:function() {
		//$('#map').googlemap({addresses:['720 S Lamar Blvd, Austin, TX']});
	}
}

Registry.add(Contact);

