jQuery(document).ready(function(){
	jQuery('#submitimg').click(function() { 
		window.location = "http://www.evastat.net/login_proceed.cfm?sure=1&backto=evastat&pw="+jQuery('#submitpw').attr('value');
	});
});

