jumpname=(location.hostname)
if (jumpname == "hamba.wfpws.com") {
document.write("<html><title>Humanist Association of the Monterey Bay Area</title></html>")
}
else if (jumpname == "tekmed.wfpws.com") {
document.write("<html><title>TekMed Development Site</title></html>")
}
else if (jumpname == "millercom.wfpws.com") {
document.write("<html><title>Miller Communications</title></html>")
}
else if (jumpname == "convergentmed.wfpws.com") {
document.write("<html><title>Convergent Medical Solutions, Inc.</title></html>")
}
else if (jumpname == "staff.convergentmed.wfpws.com") {
document.write("<html><title>Convergent Medical Solutions, Inc. Staff section (restricted)</title></html>")
}
else if (jumpname == "ergomobility.wfpws.com") {
document.write("<html><title>ERGOMobility</title></html>")
}
else if (jumpname == "echopixeltech.wfpws.com") {
document.write("<html><title>Echopixel Technologies</title></html>");
document.write("<html><link rel='shortcut icon' href='http://wfpconsulting.com/echopixeltech/eplogo.ico'></link></html>");
}
else if (jumpname == "staff.echopixeltech.wfpws.com") {
document.write("<html><title>Echopixel Technologies: Restricted Area</title></html>");
document.write("<html><link rel='shortcut icon' href='http://wfpconsulting.com/echopixeltech/eplogo.ico'></link></html>");
}
else if (jumpname == "articles.staff.echopixeltech.wfpws.com") {
document.write("<html><title>Echopixel Technologies: Restricted Area</title></html>");
document.write("<html><link rel='shortcut icon' href='http://wfpconsulting.com/echopixeltech/eplogo.ico'></link></html>");
}
else if (jumpname == "documents.staff.echopixeltech.wfpws.com") {
document.write("<html><title>Echopixel Technologies: Restricted Area</title></html>");
document.write("<html><link rel='shortcut icon' href='http://wfpconsulting.com/echopixeltech/eplogo.ico'></link></html>");
}
else if (jumpname == "links.staff.echopixeltech.wfpws.com") {
document.write("<html><title>Echopixel Technologies: Restricted Area</title></html>");
document.write("<html><link rel='shortcut icon' href='http://wfpconsulting.com/echopixeltech/eplogo.ico'></link></html>");
}
else if (jumpname == "bushopedia.wfpws.com") {
document.write("<html><title>Bushopedia</title></html>")
}
else if (jumpname == "hagsa.wfpws.com") {
document.write("<html><title>HAGSA Mirror Site</title></html>")
}
else if (jumpname == "blossomrock.wfpws.com") {
document.write("<html><title>Blossom Rock Consulting</title></html>")
}
else if (jumpname == "memorexat50.wfpws.com") {
document.write("<html><title>Memorex at 50 Mirror Site (partial)</title></html>")
}
else document.write("<html><title>WFP Consulting</title></html>")
