//==============================================================================
// Setup MailAddress
//==============================================================================
function infoMail() {document.write('<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#110;&#102;&#111;&#64;&#102;&#111;&#110;&#116;&#97;&#108;&#108;&#105;&#97;&#110;&#99;&#101;&#46;&#110;&#101;&#116;">&#105;&#110;&#102;&#111;&#64;&#102;&#111;&#110;&#116;&#97;&#108;&#108;&#105;&#97;&#110;&#99;&#101;&#46;&#110;&#101;&#116;</a>')
}

function supportMail() {document.write('<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#102;&#111;&#110;&#116;&#97;&#108;&#108;&#105;&#97;&#110;&#99;&#101;&#46;&#110;&#101;&#116;">&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#102;&#111;&#110;&#116;&#97;&#108;&#108;&#105;&#97;&#110;&#99;&#101;&#46;&#110;&#101;&#116;</a>')
}




//==============================================================================
// Setup This Year on Copyrights
//==============================================================================
nowyear = new Date();
function ThisYear () {
		document.write(nowyear.getFullYear());
}
