function load_banner_in_5(){
var obj = document.getElementById("dv_in5");
if(obj){
with(obj){
innerHTML = "";
}}}