 
 function doContactUsRefer()
    {
      var Page_Title, URL, Updated_URL;
      Page_Title = document.title; 
      URL = "http://dev.water.corporate.ge.com/ko/about/contactus.jsp"; 
      Updated_URL = URL+"?"+Page_Title;
      // alert("The value final URL" + Updated_URL ); 
      document.location.href = Updated_URL;
    } 
  
