// JavaScript Document

<!-- Paste this code into an external JavaScript file named: modCopyright.js  -->
COPYRIGHT = "Copyright &copy; MedSupport Europe, 2005-";

function modCopyright()
{
   document.write(COPYRIGHT, new Date().getFullYear(), ". All rights reserved.");
} 














