host=location.host;
if (window.location.protocol=="https:"){
document.writeln('');
document.writeln('
');
document.writeln('');
}
function ShowTrustInfo(host) {
document.getElementById('sitesealinfo').innerHTML = '';
document.getElementById('sitesealinfo').style.display='block';
}
function HideTrustInfo() {
window.setTimeout("document.getElementById('sitesealinfo').style.display='none';", 5000);
}