if (!window.eventsportal)
	window.eventsportal = {};

eventsportal.Page = function() 
{
}

eventsportal.Page.prototype =
{
	handleLoad: function(control, userContext, rootElement) 
	{
		this.control = control;
			rootElement.findName("tbxHeadline").Text = txtHeadline;
			rootElement.findName("tbxContent").Text = txtContent;
	}
}

function MClick()
{
	window.open(txtLink,"_self");
}