function HideContent(d) {
document.getElementById(d).style.display = "none";
}

function Hidetime(d) {
document.getElementById("ad").style.visibility="hidden"
}

setTimeout("Hidetime()",8000)