function writeDiscography() {
	//
	window.scroll(0,0);
	MM_showHideLayers('mediaplayer','','hide')
	MM_showHideLayers('disc','','show');
	var flashVars = '';//'importedMedia='+importedMedia+'&myTitle='+myTitle;
	//
	if (!useRedirect) {
  		if(hasRightVersion) {
   	 		var oeTags = '<OBJECT ID="discography" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    		+ 'WIDTH="900" HEIGHT="600"'
    		+ 'CODEBASE="'+$http+'download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="discography">'
    		+ '<PARAM NAME="MOVIE" VALUE="'+sitePath+'flash/discography.swf?rnd=' +  Math.round(Math.random()*1000) +'">'
   	 		+ '<PARAM NAME="PLAY" VALUE="true">'
   	 		+ '<PARAM NAME="QUALITY" VALUE="high">'
			+ '<param name="scale" value="noscale" />'
    		+ '<PARAM NAME="MENU" VALUE="false">'
			+ '<param name="wmode" value="transparent">'
			+ '<param name="allowScriptAccess" value="sameDomain" />'
			+ '<param name="FlashVars" value="'+flashVars
			+ '" />'
    		+ '<EMBED SRC="'+sitePath+'flash/discography.swf?rnd=' +  Math.round(Math.random()*1000) +'"'
			+ 'name="discography"'
			+ 'scale="noscale"'
    		+ 'width="900"'
			+ 'height="600"'
			+ 'wmode="transparent"'
    		+ 'PLAY="true"'
    		+ 'LOOP="false"'
			+ 'allowScriptAccess="sameDomain"'
    		+ 'QUALITY="high"'
    		+ 'MENU="false"'
			+ 'flashvars="'+flashVars
			+ '"'
    		+ 'TYPE="application/x-shockwave-flash"'
    		+ 'PLUGINSPAGE="'+$http+'www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    		+ '<\/EMBED>'
    		+ '<\/OBJECT>';
  			if (document.getElementById) {
				document.getElementById('disc').innerHTML = oeTags;
				//document.getElementById('galleryCont').innerHTML = oeTags;
			} else if (document.all) {
				document.all.disc.innerHTML = oeTags;
			}
		} else {
			MM_showHideLayers('galleryCont','','show');
			var oeTags = '<a href="http://www.macromedia.com/go/getflashplayer" onclick="MM_showHideLayers(\'disc\',\'\',\'hide\');" target="_blank"></a>';
			if (document.getElementById) {
    		document.getElementById('galleryCont').innerHTML = oeTags;
			} else if (document.all) {
				document.all.galleryCont.innerHTML = oeTags;
			}
		}
		
		//moveobject();
	}
	}
	