(function($, module){

//-------------
// MAPSTRACTION
//-------------

	function addMarker(point) {
	    alert(this.api);
		alert(point);
	}
	
	$.registerModule(module, {
		addMarker : addMarker
	});

})(mxn, 'yahoo.core');