
               /* copyright statement - © No Win No Fee Solicitors Directory. All rights reserved */

               var date=new Date();
               var year=date.getYear();
               if (year < 1000)
               {
                 year+=1900;
               }
               var copyright="Copyright &copy; "+year+" No Win No Fee Solicitors Directory. All rights reserved worldwide.<br />";
          
               document.write(copyright);   
                             
               
