function Contact() {
	$('#content').load('pages/' + lang + '/contact.html', onPageComplete);
	
	function onPageComplete() {
		
	}
}
