// JavaScript Document
     $(document).ready(function(){
       $(".link-to-blog").click(function(event){
         alert("WARNING: The information and comments provided here in under no circumstances are to be considered an offer or solicitation to invest and nothing herein should be construed as investment advice. The information provided is believed to be accurate at the date the information is produced.");
         //event.preventDefault();
       });
     });
