jQuery(function($)
{
    $('.tx-pilmailform-only-without-js').hide();
    $('.tx-pilmailform-only-with-js').show();
});


