MyTickers_class = Class.create();
MyTickers_class.prototype = (new AjaxPro.AjaxClass()).extend({
	CreateTimerAjax: function(userTime, strEventDate, counter, bottomText) {
		return this.invoke("CreateTimerAjax", {"userTime":userTime, "strEventDate":strEventDate, "counter":counter, "bottomText":bottomText}, this.CreateTimerAjax.getArguments().slice(4));
	},
	initialize: function() {
		this.url = '/ajaxpro/Users_MyTickers,App_Web_wtt-2nxz.ashx';
	}
});
MyTickers = new MyTickers_class();

