window.onload = function() {
    if (document.getElementById('locator-nav'))
        swfobject.embedSWF('/assets/images/locations/locations-nav.swf', 'locator-nav', 160, 160, "9.0.0", false, {}, {}, {});

    if (document.getElementById('locator-main'))
        swfobject.embedSWF('/assets/images/locations/locations-main.swf', 'locator-main', 250, 250, "9.0.0", false, {}, {}, {});

    if (document.getElementById('photo-splash'))
        swfobject.embedSWF('/assets/slideshow/movie_photos.swf', 'photo-splash', 470, 163, "9.0.0", false, {}, { base : '/assets/slideshow' }, {});
}