Your JS files never seem to load - they time out. Probably a misconfiguration on your HTTP server.
$ time curl -s http://pubcrawl.me/js/utility/jquery-1.5.1.min.js > /dev/null curl: (18) transfer closed with 69145 bytes remaining to read real 1m5.420s $ time curl -s http://pubcrawl.me/js/utility/jquery-ui/js/jquery-ui-1.8.10.custom.min.js > /dev/null curl: (18) transfer closed with 61066 bytes remaining to read real 1m5.420s I suggest using the Google Libraries API: http://code.google.com/apis/libraries/devguide.html#jquery Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
