function LinkAlert () {
  var linktxt; 
  linktxt = confirm("You are leaving hdvest.com and entering a website that H.D. Vest Financial Services does not control. H.D. Vest Financial Services has provided this link for your convenience, but does not endorse and is not responsible for the content, links, privacy policy, or security policy of this website.");
 if(linktxt){
  
 	window.location = link;

    }
}
