addNamespace("EO.EMS.WebControls.Common");
EO.EMS.WebControls.Common.RealTimeImageControl_class = Class.create();
EO.EMS.WebControls.Common.RealTimeImageControl_class.prototype = (new AjaxPro.AjaxClass()).extend({
	GetMapAreaTags: function(elementId) {
		return this.invoke("GetMapAreaTags", {"elementId":elementId}, this.GetMapAreaTags.getArguments().slice(1));
	},
	initialize: function() {
		this.url = 'http://www3.elections.on.ca/InternetApp/ajaxpro/EO.EMS.WebControls.Common.RealTimeImageControl,EO.EMS.WebControls.ashx';
	}
});
EO.EMS.WebControls.Common.RealTimeImageControl = new EO.EMS.WebControls.Common.RealTimeImageControl_class();

