jQuery(document).ready( function($){
    $('#mycontactform').contactable({
        name: 'Name',
        email: 'E-Mail',
        message : 'Message',
        recipient: 'redaktion@fresse.at',
        subject: '',
        label_name: 'Ihr Name',
        label_email: 'Ihre E-Mail-Adresse',
        label_website: 'Webseite',
        label_feedback: 'Ihre Nachricht',
        label_send: 'SENDEN',
        recievedMsg : 'Danke für Ihre Nachricht!',
        notRecievedMsg : 'Die Nachricht konnte nicht versendet werden!',
        disclaimer: 'Wir freuen uns auf Ihre Nachricht!',
        hide_email: 'false',
        hide_website: 'true',
        fileMail : 'http://fresse.at/wp-content/plugins/rejected-magic-contact-rejected/contactable/mail.php'
    });
});

