    var flashinstalled = 0;
    MSDetect = "false";
    if (navigator.mimeTypes && navigator.mimeTypes.length) { 
        x = navigator.mimeTypes['application/x-shockwave-flash'];
        if (x && x.enabledPlugin) flashinstalled = 2;
        else flashinstalled = 1;
    }
    else {
        MSDetect = "true";
    }
document.write('<SCRIPT LANGUAGE=\"VBScript\">\r\n'); 
document.write('on error resume next\r\n'); 
document.write('If MSDetect = \"true\" Then\r\n'); 
document.write('If Not(IsObject(CreateObject(\"ShockwaveFlash.ShockwaveFlash\"))) Then\r\n'); 
document.write('    flashinstalled = 1\r\n'); 
document.write('Else\r\n'); 
document.write('    flashinstalled = 2\r\n'); 
document.write('End If\r\n'); 
document.write('End If\r\n'); 
document.write('</SCRIPT>\r\n');
     var oeTags = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
	        + ' WIDTH="180" HEIGHT="140"'
                + ' codebase="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">'
                + '<PARAM NAME="MOVIE" VALUE="http://reklaam.trigger.ee/reklaam/img/rek/mail_ee_shell.swf?clickTAG=http%3A%2F%2Freklaam%2Etrigger%2Eee%2Fcgi%2Dbin%2Frot%5Ffe%2Efcgi%3Fm%3D3%26bid%3D2386%26urlid%3D0">'
                + '<PARAM NAME="PLAY" VALUE="true">'
                + '<PARAM NAME="LOOP" VALUE="true">'
                + '<PARAM NAME="QUALITY" VALUE="high">';
     if (flashinstalled == 2) {
	 document.write(oeTags);
	 document.write('<EMBED SRC="http://reklaam.trigger.ee/reklaam/img/rek/mail_ee_shell.swf?clickTAG=http%3A%2F%2Freklaam%2Etrigger%2Eee%2Fcgi%2Dbin%2Frot%5Ffe%2Efcgi%3Fm%3D3%26bid%3D2386%26urlid%3D0" WIDTH="180" HEIGHT="140" LOOP="true" QUALITY="high">');
        document.write('</OBJECT>');        }
     else {
        document.write('<A TARGET="_top" HREF="http://reklaam.trigger.ee/cgi-bin/rot_fe.fcgi?m=3&bid=2386&urlid=0">');
        document.write('<IMG SRC="http://reklaam.trigger.ee/reklaam/img/rek/22624.gif" ALT="" BORDER=0 WIDTH="180" HEIGHT="140"></a>');
     }
