/*
 * JAVASCRIPT FUNCTIONS FOR SWWWEET
 * By Javier Usobiaga - www.swwweet.com
 * Requires jQuery Library - www.jquery.com
 */


/*
 * =======================
 * Functions: declaration
 * =======================
 */



/*
 * =======================
 * Functions: call
 * =======================
 */

$(document).ready(function(){

	 $(function(){ 
			$("label").inFieldLabels(); 
			$("input").attr("autocomplete","off");
		});
		
	

});

