$(document).ready(function() {
// Hide Loading and Output Elements
	$("#loader").hide();
	$("#filter").hide();		
	
		
	

	$('#quickform form').ajaxForm(options);


});