 s = ' <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" style="background-color:transparent" style="z-index:1000" ' +
     ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8.0.0.0" width="187" height="214" id="dingzen"> ' +
     ' <param name=movie value="/grafikk/flash/kategori/kat_teller.swf?section=' + sSection + '"> ' +
     ' <param name=quality value=high> ' +
     ' <param name=wmode value=opaque > ' +
     ' <embed src="/grafikk/flash/kategori/kat_teller.swf?section=' + sSection + '" wmode="transparent" quality=high width="187" height="214" ' +
     ' name="mymoviename" align="" type="application/x-shockwave-flash" ' +
     ' pluginspage="http://www.macromedia.com/go/getflashplayer">' +
     ' </embed>' +
     '</object>';
     
  document.write (s);
  
