function vierdaagse(bla,width,status)
{
	var height
	if(status="false") {
		height=width*.72
 	} else {
		height=width/1.2
	}
		
					document.write("<object id='MediaPlayer2' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902' type='application/x-oleobject' height='"+height+"' width='"+width+"' standby='Loading Microsoft Windows Media Player components...' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95'><param value='http://www.garnierstreamingmedia.com/asx/4daagse0"+bla+".asp' name='FileName'/><param value='false' name='transparentatStart'/><param value='true' name='autoStart'/><param value='false' name='showControls'/><param value='http://www.kmba.nl' name='URL'/><param value='true' name='Mute'/><param value='"+status+"' name='ShowStatusBar'/></object>");
	
}

