function FlashParser()
{
	document.write('<object data="http://www.durhamhomes.org.uk/movie/flvplayer.swf?file=http://www.durhamhomes.org.uk/movie/damha02_bbmed.flv&autoStart=true" width="320" height="240" name="xxx" id="xxx" type="application/x-shockwave-flash">\n');
	document.write('<param name="movie" value="http://www.durhamhomes.org.uk/movie/flvplayer.swf?file=http://www.durhamhomes.org.uk/movie/DAMHA02_bbMed.flv&amp;autoStart=true" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#ffffff" />\n');
	document.write('</object>\n');
}
