function addMov(movie)
	{
		document.write('<embed ');
		document.write('src="http://www.mrpaaj.nl/movies/mediaplayer.swf" ');
		document.write('width="678" ');
		document.write('height="400" ');
		document.write('allowscriptaccess="always" ');
		document.write('allowfullscreen="true" ');
		document.write('flashvars="height=400&width=678&file=http://www.mrpaaj.nl/movies/' + movie + '.flv&image=http://www.mrpaaj.nl/movies/' + movie + '.png&showdigits=false&link=http://www.mrpaaj.nl/movies/' + movie + '.flv&showdownload=false" ');
		document.write('/><p>');
	}