function localParty()
{
	if (document.getElementById('txtLocalParty').value == 'Your postcode')	
	{
		document.getElementById('txtLocalParty').value = '';
	}
	else if (document.getElementById('txtLocalParty').value == '')	
	{
		document.getElementById('txtLocalParty').value = 'Your postcode';
	}
}
