function inYourArea(strCountry)
{
	if (strCountry != '')
	{
	    document.getElementById("imgInYourArea").src = 'siteFiles/img/searchByLocation' + strCountry + '.gif';
	}
	else
	{
	    document.getElementById("imgInYourArea").src = 'siteFiles/img/searchByLocation.gif';
	}
}
