// JavaScript Document

var df = new Image();
df.src = "/gfx/gfx_flash_download.gif";

$(document).ready( function() {

	$("#destination_map").html("").flash(
		{	src: '/interactive_map/map_destinations.swf?html=true&x=lkfghj3826',
			width: 967,
			height: 680	}, 
		null,
		null,
		function() { $(this).html('<p>Flash Player 8 or later is required in order to view this content. You can download the Flash Player by clicking on the link below...</p><p><a href="http://www.adobe.com/go/getFlashPlayer"><img src="/gfx/gfx_flash_download.gif" alt="Click here to download the Flash Player" width="400" height="96" /></a></p>'); }
	);

});