<!-- 

var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if(hasRightVersion) {

    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'

    + 'width="445" height="347"'

    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'

    + '<param name="movie" value="http://www.dnaadvertising.co.uk/blogfiles/video/snow/DNA-video.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" />'

    + '<embed src="http://www.dnaadvertising.co.uk/blogfiles/video/snow/DNA-video.swf" quality="high" bgcolor="#000000" '

    + 'width="445" height="347" name="DNA Blog Video" align="middle"'

    + 'play="true"'

    + 'loop="false"'

    + 'quality="high"'

    + 'allowScriptAccess="sameDomain"'

    + 'type="application/x-shockwave-flash"'

    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'

    + '<\/embed>'

    + '<\/object>';

    document.write(oeTags);

  } else {

    var alternateContent = '<a href="http://get.adobe.com/flashplayer/" target="_blank" title="This link opens the Adobe Flash Player download site in a new browser window"><img src="http://www.dnaadvertising.co.uk/blogfiles/video/shared/novideo.gif" alt="You do not have Flash Player installed - Click to download Flash Player" width="445" height="347" border="0" /></a>';

    document.write(alternateContent);

  }

// -->