if (typeof OasInnerHtml == 'undefined')
{
	function OasInnerHtml(element, content)
	{
		if(typeof document.getElementById(element) != 'object')
		{
			return;
		}
		document.getElementById(element).innerHTML = content;
	}
}