<!-- Copyright (c) Ormskirk & Croston Beekeepers Branch 2006-2008. All rights reserved.
function LaunchPHP()
	{
	if (document.getElementById)
		{
		var img=document.getElementById("counter_gfx");
		if (img)
			img.setAttribute("src","http://www.ormskirkbeekeepers.co.uk/counter/checkcounter.php");
		else
			counter_gfx.src="http://www.ormskirkbeekeepers.co.uk/counter/checkcounter.php";
		}
	else
		counter_gfx.src="http://www.ormskirkbeekeepers.co.uk/counter/checkcounter.php";
	}
window.onload=LaunchPHP;
//!-->