  jQuery(document).ready
  (
    function($) 
    {
        $('a').click(function() 
        { 
            //alert('yes'); 
            _tag.dcsOffsite();
            _tag.dcsDownload();
            _tag.nhsIntrasite();

        }); 
    }
  );
     

