var where="dfw"
var currt=location.href

function getinfo()
{

if   (currt == "http://trident-metals.com/rfqformc.html?dfw") 
      where = "dfw"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?dfw") 
      where = "dfw"; 
if   (currt == "http://trident-metals.com/rfqformc.html?hou") 
      where = "hou"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?hou") 
      where = "hou"; 
if   (currt == "http://trident-metals.com/rfqformc.html?aus") 
      where = "aus"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?aus") 
      where = "aus"; 
if   (currt == "http://trident-metals.com/rfqformc.html?tul") 
      where = "tul"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?tul") 
      where = "tul"; 
if   (currt == "http://trident-metals.com/rfqformc.html?kci") 
      where = "kci"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?kci") 
      where = "kci"; 
if   (currt == "http://trident-metals.com/rfqformc.html?bos") 
      where = "bos"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?bos") 
      where = "bos"; 
if   (currt == "http://trident-metals.com/rfqformc.html?lax") 
      where = "lax"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?lax") 
      where = "lax"; 
if   (currt == "http://trident-metals.com/rfqformc.html?tga") 
      where = "tga"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?tga") 
      where = "tga"; 
if   (currt == "http://trident-metals.com/rfqformc.html?ods") 
      where = "ods"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?ods") 
      where = "ods"; 
if   (currt == "http://trident-metals.com/rfqformc.html?hrl") 
      where = "hrl"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?hrl") 
      where = "hrl"; 
if   (currt == "http://trident-metals.com/rfqformc.html?elp") 
      where = "elp"; 
if   (currt == "http://www.trident-metals.com/rfqformc.html?elp") 
      where = "elp"; 


document.getElementById('recipient.where').value=where;

}
