if(document.getElementById("wiz_footer_banners_area"))
{
document.getElementById("wiz_footer_banners_area").innerHTML=' ';
}
function wiz_main_click(url)
{
var script = document.createElement("script");
script.setAttribute("type", "text/javascript");
script.setAttribute("src", url);
document.body.appendChild(script);
}