var strHtml = '';
var strSource = "/_swf/browse/striphome.swf?stageheight=" + nStripHeight + "&autoload=" + bAutoload + "&images=" + escape("/_swf/browse/stripvideo.asp?videotopicnr=" + nVideotopicnr)
strHtml = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="165" height="' + nStripHeight + '" ID="stripvideo' + nStripnr + '">';
strHtml += '<param name="movie" value="'+strSource+'" />';
strHtml += '<param name="quality" value="high" /><param name="LOOP" value="false" />';
strHtml += '<param name="bgcolor" value="#CFD0BA" />';
strHtml += '<embed bgcolor="#CFD0BA" name="stripvideo' + nStripnr + '" src="'+strSource+'" width="165" height="' + nStripHeight + '" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" swLiveConnect="true"></embed>';
strHtml += '</object>';
document.write(strHtml);