// objects loaded var url; if(num_parks == 1) { // cool, redirect to park page url = "http://www.dnr.state.mn.us/parks_and_recreation/state_parks/" + parks[0].dir; window.location.replace(url); } else { // make a list of links document.write("Search Results

\n"); document.write("The search found " + num_parks + " State Parks. Choose one from the list below to continue.

\n"); document.write("

\n"); document.write("or click here to return to the map.\n"); }