In Safari 3.2.3 (OS X 10.5.7), I see several script errors.

Didn't look into these:
- Parse Error in backgroundslider.js
- Parse Error in slideshow.js

The page defines the load() function in script down in the HTML <body>
section, but it calls load() inside a  window.addEvent() function in
the <head> section of the page.

I didn't look into why the load() and GUnload() functions are called
via added event listeners. The script calls load() and GUnload()
within the window.addEvent functions for events 'load' and 'onunload'.
But you get window load and unload events (NOT 'onunload') for free,
so I don't see why this approach is used.

Anyway, the load function is throwing an error on one line of your
marker data; there seem to be some extra double quote marks around the
word "Istra" (line 170 of the HTML doc). Because of the error, the
function isn't compiled, so the window.load script can find a function
named 'load'.

Might not be the only problem, but it's a place to start..
--~--~---------~--~----~------------~-------~--~----~
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