$(document).ready(function() {
	swfobject.embedSWF("/loader.swf", "divTopContainerSWF", "950", "555", "9", "", {xmlpath:"/xml/shell.xml", swfpath:"/shell.swf"}, {}, {})
	$(document).pngFix(); 
	
	$("#frmContact").validationEngine({
		inlineValidation: false,
		promptPosition: 'centerRight',
		success :  function() {
			window.document.frmContact.submit();
			alert('Thanks for getting in touch. Someone form GINA will get back to you shortly regarding your request.');
		},
		failure : function() {  }
	})
});