function hideNoscript()
{
    var noscript_id = "noscript";
    document.getElementById(noscript_id).style.display = "none";
}
