/* Author: 

*/
/*
 * In-Field Label jQuery Plugin
 */
$(document).ready(function(){
  $("#search-form label").inFieldLabels();
});


/*
 * jQuery Validation
 */
$(document).ready(function() {
	$(".zemContactForm").validate();
});

/*
 * Facebook init
 */
FB.init({
    appId  : '227233827291552',
    status : true, // check login status
    cookie : true, // enable cookies to allow the server to access the session
    xfbml  : true  // parse XFBML
  });














