function $(e){
return document.getElementById(e);
}
function init(){
	var e=$('swf');
	if(e){
		var so = new SWFObject("mdb.swf", "somdb", "862", "590", "8", "#000000");
		so.addParam("wmode","transparent");
		//so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.write("swf");
	}
	if(typeof(of)=="function") __f();
}
var __f=null;
if(typeof(window.onload)=="function"){
__f=window.onload;
}
window.onload=init;
