
<!-- hide
var time=new Date();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
what = "Copyright © ";
why = " All Rights Reserved Worldwide";
document.writeln('<span style="font-family: Arial,Ms Sans Serif,Tahoma,Verdana; font-size: 8pt;">');
document.writeln(what + '1999 - ' + (year) + ',' + why);
document.write('</span>');
function Certify(URL) {
  popupWin = window.open(URL, 'Participant', 'location,scrollbars,width=450,height=300')
  window.top.name = 'opener';
}
// End -->
