//global variable for media server path
var mediaPath = "http://media.travel-wise.com"

//add flash to page
function addSwf() {
	document.write("<embed src='");
	document.write(mediaPath);
	document.write("/swf/map.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='693' height='325' AllowScriptAccess='always'</embed>");
}