Thanks! The ClientScript.RegisterStartupScript(//the javascript code)
places the call to the JavaScript below the html in the body and calls
it during the window.onload method. I actually already have my
javascript in another function and file. I was using the
RegisterStartupScript function to pass xml back to the client that
contained my lats, longs, and styles for icons on my map. I guess I
could do a bunch of inline vbscript on the page to get at some server
variables, but I wanted a more elegant solution.