function checkform(f){
	var url = f.action.substr(5);
	f.action = 'http' + url;
	f.submit();
}
