function darwin_sunar(secure) {
	var shockmode = false;
	var mimetype = 'application/x-shockwave-flash';

	if (navigator.mimeTypes) {
		if (navigator.mimeTypes[mimetype] != null) {
			if (navigator.mimeTypes[mimetype].enabledPlugin != null) {
				shockmode = true;
		      }
		}
	}

	if (!shockmode && navigator.appVersion.indexOf('MSIE') !=-1) {
		shockmode = true;
	}
	if (shockmode) {
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
		document.write(' codebase="http'+secure+'://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"');
		document.write(' ID=banner WIDTH=171 HEIGHT=194 >');
		document.write(' <PARAM NAME=movie VALUE="/yachtingshop/swf/banner-shop.swf"> ');
		document.write(' <PARAM NAME=quality VALUE=autohigh> ');
		document.write(' <PARAM NAME=wmode VALUE=transparent> ');
		document.write('<EMBED SRC="/yachtingshop/swf/banner-shop.swf"');
		document.write(' swLiveConnect=FALSE WIDTH=171 HEIGHT=194');
		document.write(' QUALITY=autohigh WMODE=transparent');
		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('Nemáte Adobe Flash Player');
	}
}

