function header_flash()
	{
	if (location.href=='http://www.sedcb.org.uk/yesterdays-our-timeline/2010-belhus-cc-50th-anniversary')
		{
		document.write ('<p><img src="/wp-content/themes/sedcb/grounds/belhus.jpg" alt="Belhus"/></p>')
		document.write ('<p id="caption">Essex County Cricket Board over 60\'s v. Victoria (Australia) over 60\'s at Belhus CC on Thursday 30th September 2010</p>')
		}
	else
		{
		document.write ('<object class="flash" type="application/x-shockwave-flash" data="/wp-content/themes/sedcb/images/header.swf" width="960" height="200">')
		document.write ('<param name="movie" value="/wp-content/themes/sedcb/images/header.swf">')
		document.write ('<param name="wmode" value="transparent">')
		document.write ('</object>')
		}
	}
