function onLoad() {
    var seoText = document.getElementById('SEOText');
    if (seoText) seoText.style.cssText = 'display:none';
}
