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