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