﻿// JScript File

function GeoChange(state,cnty,dist){
  document.location.href = "main.aspx?state=" + state + "&cty=" + cnty + "&dist=" + dist;
  //document.location.href = "hotreports.aspx?state=" + state + "&cty=" + cnty + "&dist=" + dist;
}

function NoDist(){
alert("Please select the district");
}

