var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

var hostname = ('http://' + window.location.hostname + '/')

if (hasReqestedVersion) {
 AC_FL_RunContent("src",hostname+"images/sd2001-movie.swf","width","580","height","411","align","center","id","header","quality","high","name","header","wmode","transparent","allowScriptAccess","sameDomain","type","application/x-shockwave-flash",'codebase','http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab',"pluginspage","http://www.adobe.com/go/getflashplayer");
} else {
 var alternateContent = '<img src="'+hostname+'images/sd2001-movie.jpg" width="580" height="411" usemap="#script" border="0" alt="Website Development Solutions for ANY type of BUSINESS, new startups, small businesses, local &amp; overseas." />';
 document.write(alternateContent);
}
