function sendForm() {

	document.forms[0].action = location.href;
	document.forms[0].submit();

}

function initDisplay() {

	document.getElementById('mainContent').style.display = 'block';
	document.getElementById('contactLinkContainer').style.display = 'block';

	document.getElementById('loadingMessage').style.display = 'none';

}

function contact() {

	var var1 = '3RAZHItYmVudG9uLmNvbQ==';
	var var2 = 'bWFpbHRvOmNvbnRhY';

	self.location = Base64.decode( var2+var1 );

}

window.onload = initDisplay;