
/*

*/
function jumpToOtherCokesburyWebSite(sendToUrl)
{
	location.href = sendToUrl;
}


