var milford = {
	init: function(){
		
	}
}
$( document ).ready( function(){
	milford.init();	

} );
