		// <![CDATA[
		window.onload = function () {
			var subjectID = "", query = document.location.search;
			if(query.length > 1) {
				subjectID = query.substring(1);
			}

			var so = new SWFObject("http://www.semarang.nl/flash/2/nederlandss.swf", "mowave", "521", "410", "8", "#FFF0D5", true);
			so.addParam("base", "/");
			so.addParam("quality", "high");
			so.addParam("scale", "noscale");
			so.addParam("SeamlessTabbing", "false");
			if (subjectID != "") {
				so.addVariable('extvar_subject', subjectID);
			}
			
			mySWFLoaded = so.write("flashcontent");
			if (!mySWFLoaded) {
				// call hitbox function
				var version = deconcept.SWFObjectUtil.getPlayerVersion();
				updateCustomMetric("c1", version['major'] +"."+ version['minor'] +"."+ version['rev']);
			}
						
			document.getElementById("flashcontent").style.display = "block";
			document.getElementById("flashcontent2").style.display = "block";
		}
