function archiveForm(obj){
	var href = obj.action+"&year="+obj.year.value+"&month="+obj.month.value;
	location.href = href;
	return false;
}