  
      // This script may not be reproduced, distributed, transmitted, cached, or
	  // otherwise used, except with the prior written permission of Bernhard Ehn.
      // Copyright © 2003-2009 EHN Design, Vienna. All rights reserved.
      // Contact us at http://www.ehn.at/

      // Variable definitions:

      var clickTag = "";
      var topMargin = 100;    
      var leftMargin = 100; 
      var zIndex = 100;     
      var prefix = "http://streaming2.eprojects.at/at.erstebank/200910.international/investment/";
      var movieName = "streamloader.430x270px.swf"; 
      var movieWidth = "430";
      var movieHeight = "270";
      
      // Object creation:
      
      document.write('<div id="Streamloader" style="position: absolute; height:'+movieHeight+'px; width:'+movieWidth+'px; left:'+leftMargin+'px; top:'+topMargin+'px;z-index: '+zIndex+'">');
      document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+movieWidth+'" height="'+movieHeight+'">');
      document.write('<param name=movie value="'+prefix+movieName+'?clicktag='+clickTag+'">');
      document.write('<param name="quality" value="best"><param name="wmode" value="transparent">');
      document.write('<embed src="'+prefix+movieName+'?clicktag='+clickTag+'" quality="best" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+movieWidth+'" height="'+movieHeight+'"></embed>');
      document.write('</object>');
      document.write('</div>');
