<% dim strLat dim strLon dim strImg if request.QueryString()<>"" then if request.QueryString("lat")<>"" then strLat=request.QueryString("lat") else strLat="0" End If if request.QueryString("lon")<>"" then strLon=request.QueryString("lon") else strLon="0" End If End If %>