//Changes the identifier to Capabilities link ID if pointing from the logistics page (absolute path)
if (document.referrer=="http://www.crescentpark.com/logistics.shtml")
{
	document.getElementById("identifier").innerHTML="mb_capabilities";
}