function zet(str){document.write(str)}

function video(f, w, h){
		document.write('<embed width="' + w + '" height="' + h + '" src="video/mediaplayer.swf" allowfullscreen="true" flashvars="backcolor=0x000000&frontcolor=0xFFFFFF&lightcolor=0xD90000&screencolor=0x000000&file=' + f + '&image=video/' + f.replace('video/', '').replace('.swf', '.flv') + '.jpg&height=' + h + '"/>');
}
