// ü//###################################################################################//	Page//###################################################################################function Page() {		var active_head_event;	var next_head_event;	var prev_head_event;	var arr_events = new Array();		//------------------------------------------------------------------------------	/**	 * 	 * @return void	 */	this.__construct = function() {		this.request = new AjaxRequest();	}					//------------------------------------------------------------------------------				this.init = function() {			}				this.changeAjaxContent = function(direction) {						page.request.send({			url:"xhr/returndate.php",			params:"testparam=" + "X300TEST",			onFailure:function( error ){},			onSuccess:function( text, xml )	{				$('ajaxcontent').innerHTML = text;			}		});	}				//------------------------------------------------------------------------------	this.__construct();	//------------------------------------------------------------------------------}
