	<script>
	function changeColor(id,color)
	{
		document.getElementById(id).style.backgroundColor = color;	
	}
	
	function changeLocationCnt(cnt)
	{
		document.getElementById('locationCont').innerHTML = cnt + " Locations";
	}
	</script>
