
				function FLASHBANNER_DoFSCommand(command, args) {
				  if (command == "click") {
				     document.location.href = "http://www.digitelevisie.nl";
				  } 
				} 
								
				var ShockMode = 0;
				var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ?
					navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
				var isNet6 = navigator.userAgent && (navigator.userAgent.indexOf("Netscape6")>=0);
				var isJavaE = navigator.javaEnabled()==true;
				if (plugin) {
					var isIEMac = navigator.userAgent && (navigator.userAgent.indexOf("MSIE")>=0) && (navigator.userAgent.indexOf("Mac")>=0);
					if (isJavaE && !isIEMac && !isNet6 && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4) {
						ShockMode = 1;
					}
				}
				else if (!isNet6 && navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && 
				    (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)
				   ) {
				  var end="RIPT";
				  document.write('<SC'+end+' LANGUAGE=VBScript\> \n');
				  document.write('on error resume next \n');
				  document.write('ShockMode = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
				  document.write('Sub FLASHBANNER_FSCommand(ByVal command, ByVal args)\n');
				  document.write('    call FLASHBANNER_DoFSCommand(command, args)\n');
				  document.write('end sub\n');
				  document.write('</SC'+end+'\> \n');
				}
				if ( ShockMode ) {
				  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
				  document.write(' codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
				  document.write('  ID=FLASHBANNER WIDTH="301" HEIGHT="52">');
				  document.write('  <PARAM NAME=movie VALUE="../images/logo.swf"> ');
				  document.write('  <PARAM NAME=quality VALUE=autohigh> ');
				  document.write('<EMBED SRC="../images/logo.swf" NAME=FLASHBANNER');
				  document.write(' swLiveConnect=TRUE WIDTH="301" HEIGHT="52"');
				  document.write(' QUALITY=autohigh');
				  document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
				  document.write('</EMBED>');
				  document.write('</OBJECT>');
				} else {
				  document.write('<a href="http://www.digitelevisie.nl"><img src="http://www.digitelevisie.nl/gifs/digitelevisie.gif"></a>');
				}
				//-->