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