var MotEvent = function () {
	Location.apply(this, arguments);
}

MotEvent.prototype = new Location();

MotEvent.properties = [
	'id',
	'name',
	'contact_name',
	'description',
	'date_begin',
	'date_end',
	'email',
	'private_email',
	'url',
	'sponsor',
	'venue',
	'times',
	'fees',
	'phone',
	'toll_free_phone',
	'fax',
	'physical_address',
	'mailing_address',
	'latitude',
	'longitude',
	'is_upcoming_feature',
	'upcoming_feature_blurb',
	'is_featured',
	'featured_blurb',
	'is_recurring'
];

