function getZeeCode(zeeURL) {

     if (zeeURL == "http://ashburnhomes.dulleshomeguy.com/") {
          document.write("Ashburn Category");

     } else {
          document.write("Not Ashburn");

     }

}