/* Author: Joe Buckle (http://www.white-fire.co.uk) */

// CHECK FOR MICRODATA SUPPORT
function supports_microdata_api() {
  return !!document.getItems;
}



		$(function(){ 
			$("label").inFieldLabels(); 
			$("input").attr("autocomplete","off");
		});

















