$(document).ready(function() {
    $('#slideshow').cycle({
        timeout: 5000,
        fx:      'fade',
        speed:   1000,
        pager:   '#pager',
        pause:   0,
        pauseOnPagerHover: 0
    });
    $('.pod2').cycle({
        timeout: 6100,
        fx:      'scrollLeft',
        speed:   2000,
    });
    $('#mycarousel').jcarousel();

});


function click_newsletter(item) {
    if (item.value=="Nome")
        item.value=""
    if (item.value=="Apelido")
        item.value=""
    if (item.value=="E-mail")
        item.value=""
}


