$(function(){
	$("#jquery-test").html("jQuery is loaded");
	jQuery("label").inFieldLabels();	
	jQuery("#contactform").FormController();
});

