function r(f) {
	var gm = f.m.options[f.m.selectedIndex].value;
	if (gm.length==1) gm = "0" + gm;
	var gd = f.d.options[f.d.selectedIndex].value;
	if (gd.length==1) gd = "0" + gd;
	var destination = "ymd=2010" + gm + gd;
	document.location.href = document.location.pathname + "?c_id=" + club + "&" +destination;
}
