$(document).ready(
        function(){ 

   var sPath = window.location.pathname;
   var currentTime = new Date();
   var sPage = sPath.substring(sPath.lastIndexOf('/') + 1) + "&t=" + currentTime.getTime();
      $("#news_comments").load("/Innovation/News/comments.cfm?page="+sPage);
       //alert(sPage);	  
   });

