var header = "The page cannot be found"
var subhead = "The page you have requested is unavailable"
var text1 = "We apologize for the inconvenience, please use the site map to find the information you are seeking, or "
var click = "click here"
var text2 = " to go to the front page."
var text3 = "If you typed the page address in the Address bar, please make sure that it is written correctly."
var errmsg = "HTTP 404 - file not found"

function err404()
{
document.write('<h1>The page cannot be found</h1><table border="0" width="600" class="ictable" cellspacing="1" cellpadding="0"><tr><td width="100%" class="ic-moreabout">The page you have requested is unavailable</td></tr><tr><td width="100%" class="ic-white">We apologize for the inconvenience, please use the site map to find the information you are seeking, or <a href="../../../../" class="ictd">click here</a> to go to the front page.</td></tr><tr><td width="100%" class="ic-white">If you typed the page address in the Address bar, please make sure that it is written correctly.</td></tr></table><p class="ictd">HTTP 404 - file not found</p>')
}