        // JQUERY CYCLE PLUGIN - CALLS HOMEPAGE ROTATOR
	$(document).ready(function() {
	    $('#home-feature').cycle({
			fx: 'fade', // transition style
	                speed: 2000, //transition fx speed
	                timeout: 8000 //time between transitions
		});
	});


       // JQUERY LABELIFY - ADDS INPUT VALUES TO FIELDS
     $(document).ready(function(){$(":text").labelify();});
