if (jQuery) // Check if jQuery is loaded

{

  $(document).ready(function(){ 

    if($.fn.placeholder)

    {

      $(".placeholder").placeholder();

    }

    if($.fn.checkRequired)

    {

      $("#contact-form").attr('action','http://www.thefreshuk.com/cmail/lindagreen/cmail.php').checkRequired();

    }

  });

}
