// JavaScript Document
if (typeof(getCopyrightDate)=='function') document.write(getCopyrightDate(2008, null, '-')); else document.write((new Date()).getFullYear());
