$(document).ready(function(){
	$("#contactMe").click(function(){
		$("#sideContactForm").submit();
	});
});