jQuery(document).ready(function() {
    
    // signupMsg = $('input#MERGE0').attr('value')

    $('input#mce-EMAIL').focus(
        function() {
            $(this).attr('value', '')
        }
    )
    
    $('.home #pre-content-area').cycle()
            
    // $('input#MERGE0').focusout(
    //     function() {
    //         $(this).attr('value', signupMsg)
    //     }
    // )
            
});
