> http://twitreferral.com/profile/WhizBangZoom

There's no doctype at all, never mind the recommended one.
The HTML structure is hopelessly invalid - there are more than one
html-head-body tag structures inside the outer html-head-body
structure.

But the biggest problem is that your onLoad() is never called, as
requested in one of the <body> tags.
You've added this line
<script type="text/javascript">window.onload = function()
{ facebook_onload(true); };</script>
which destroys the previous onload setting.

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to