// JavaScript Document $j = jQuery; /* jQuery Cycle */ $j(document).ready(function() { $j('#slideshow').cycle({ fx: 'scrollHorz', timeout: 6000, speed: 800, pager: '#nav_cycle' }); $j('#bannershow').cycle({ fx: 'scrollHorz', timeout: 6000, speed: 800 }); $j("a[rel='fotos']").colorbox(); }); /* ============ */ /* Function form message */ send_form_message_message = "Enviando solicitação..."; form_message_send = function () { if ($j("#form_message .answer").html() != send_form_message_message) { $j.ajax({ type: "POST", url: "mensagem_post.php", data: $j("#form_message").serialize() + "&send=send", dataType: "html", beforeSend: function () { $j("#form_message .answer").html(send_form_message_message); }, success: function (HTML) { $j("#form_message .answer").html(HTML); } } ); } else { alert("Aguarde enquanto a mensagem está sendo enviada."); } } /* ============================== */ /* Filtro Noticias */ /* ============================== */