function buildScoreCard(){
	var rsel=document.getElementById("rounds");	
	var num=rsel.options[rsel.selectedIndex].value;
	window.location = "http://www.handicap-index.com/index.php?r="+num;
}

