if(typeof(sp_isRichMediaLoaded) == "undefined") {
	sp_isRichMediaLoaded = true;

	function spWriteFlash(src)
	{
		var classId = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
		var codebase = 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0';
		var width = 234; 
		var height = 60;
		var name = "dochterFlash";
		var tag	=	'<object classid="' + classId + '" codebase="' + codebase + '" width="' + width + '" height="' + height + '" align="middle" id="' + name + '" name="' + name + '">' +
				'	<param name="movie" value="' + src + '"/>' +
				'	<param name="allowScriptAccess" value="sameDomain"/>' +
				'	<param name="menu" value="false"/>' +
				'	<param name="quality" value="high"/>' +
				'	<param name="wmode" value="transparent"/>' +
				'	<embed src="' + src + '" width="' + width + '" height="' + height + '" name="' + name + '" menu="false" align="middle" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>' +
				'</object>';

		document.write(tag);
	}
	
	function spWrite(str){
			document.write(str);
	}


	function spWriteln(str){
		document.writeln(str);
	}

	
	function sp_isInternetExplorer() {
		alert(navigator.appVersion.indexOf("MSIE"));
		return (navigator.appVersion.indexOf("MSIE") != -1 && navigator.userAgent.indexOf("Opera") < 0);
	}
}


