function reponderEnquete(){
	FormSubmitAjax("formEnquete" , "/enquete.php" , "" , "");
}

function cleanFormContato(){
	$('formInscricaoContato').reset();
}

function _getDestaque(html){
	$j.facebox(html,{width:450 , title:'Doe seu bem mais precioso'});
}