//HACK: workaround for http://support.microsoft.com/default.aspx?id=914782
if (window.navigator.appName.toLowerCase().indexOf("microsoft") == -1
	&& typeof __CMS_PostbackForm.onsubmit == "undefined")
{
	__CMS_PostbackForm.onsubmit = null;
}
