window.onload = function () {
	if ( document.getElementById('flash') ) {
		var so = new SWFObject("img/header.swf", "The Ultimate Vacation Experience", "920", "282", "8", "#FFFFFF");
		so.write("flash");
	}
};

