Make a page compatible with old version of IE

Hi everybody.

I have a page to show locations using Google Earth API V3, you can see this project at:

http://www.yucatanproperties.com/mapa.htm

The map works fine in all browser except versions prior to the 8 version of IE, in the recent version of IE (8 y 9) works fine, the problem is on the onLoad method in the <body> tag.

I try to make this page compatible with old versions of IE, I did read than many people has this trouble with the onload method.

Please, can you help me to find a way to fix this problem?

From now, thank you for your help.

Sincerely.

On line 23 of your JavaScript you have a rouge comma at the end, in IE this causes a parsing error so simply removing it will fix the error.