jQuery(document).ready(function(){

	jQuery(function() {
		jQuery('.droppy').droppy();
	});
	
});
