$(document).ready(function() {
	
////////////////////////////////////////////////////////////////////////////siFR call
  if(typeof sIFR == "function"){
    sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"/swf/sifr.swf", sColor:"#330000", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"h2.list", sFlashSrc:"/swf/sifr.swf", sColor:"#330000", sWmode:"transparent", sFlashVars:"textalign=center"}));
    sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"/swf/sifr.swf", sColor:"#330000", sWmode:"transparent"}));
   }

   //Clear mailing list input value onclick
   $('form#mailing-list input#email').focus(function() {
     $(this).val("");
   });

//Contact form valiadation
$("form#contact-form").validate({
  	errorPlacement: function(error, element) {
			error.prependTo( element.parent("p") );
		}
});
      
}); //end document.ready