jQuery(document).ready( function($){
    $('#mycontactform').contactable({
        name: 'Name',
        email: 'E-Mail',
        message : 'Message',
        recipient: '',
        subject: '',
        label_name: '',
        label_email: '',
        label_website: '',
        label_feedback: '',
        label_send: '',
        recievedMsg : '',
        notRecievedMsg : '',
        disclaimer: '',
        hide_email: '',
        hide_website: '',
        fileMail : 'http://rent-property-in-rayong-thailand.com/wp-content/plugins/rejected-magic-contact-rejected/contactable/mail.php'
    });
});

