(function() {

// create swfobject params

if (typeof(ID)=="undefined") {
	ID = "aiderdonnerWidget";
}

if (typeof(width)=="undefined") {
	width = "160";
}
if (typeof(height)=="undefined") {
	height = "250";
}
if (typeof(version)=="undefined") {
	version = "8.0.0";
}
if (typeof(expressInstallSwfurl)=="undefined") {
	expressInstallSwfurl = false;
}
if (typeof(params)=="undefined") {
	params = {
		wmode : "transparent",
		pluginspage : "http://www.adobe.com/go/getflashplayer",
		quality : "high",
		menu : "false"
	};
}
if (typeof(attributes)=="undefined") {
	attributes = false;
}

// add widget
swfobject.embedSWF(swfUrl, ID, width, height, version, expressInstallSwfurl, flashvars, params, attributes);

})();