if (!useRedirect) {
  if(hasRightVersion) {
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"'
    + 'width="367" height="367">'
    + '<param name="movie" value="swf/exterior.swf" />'
	+ '<param name="quality" value="high" />'
    + '<param name="menu" value="false" />'
    + '<embed src="swf/exterior.swf"'
    + 'quality="high"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer"'
	+ 'type="application/x-shockwave-flash"'
	+ 'width="367" height="367">'
    + '<\/embed>'
    + '<\/object>';

    document.write(oeTags);
  } else {
    var alternateContent = '<img src="img/exterior01.jpg" width="367" height="367" />';
    document.write(alternateContent);
  }
}
