function setFadeOut(){$("#box").fadeOut("slow")}
function setFadeIn(){$("#box").fadeIn("slow");}
window.onload = setFadeOut;
