if ( typeof(window.mb)=="undefined"){ mb={}; }

mb.amg = new (function($)
{
	var me = this;
	var build = null;
	
	me.showDealerLocator = function(build)
	{
		alert("Dealer Locator");
	}
	
	me.showContactDealer = function(build)
	{
		alert("Contact a Dealer");
	}

	me.showPaymentEstimator = function(build)
	{
		alert("Payment Estimator");
	}

	me.showContactUs = function(build)
	{
		alert("Contact Us - General request");
	}

})(jQuery);




