
function FusionShowAd(space) {
var spacer="";

document.write("<div id='FusionSpace'>");

if(window.Fusion != undefined) { 
window.Fusion.space(space);
}

document.write("</div>");
spacer = document.getElementById('FusionSpace');
spacer.id = null;

var CheckContent=spacer.innerHTML


if (CheckContent == "") {

   
if (space == "jb"){
}


if (space == "suurtaulu2"){
}

if (space == "boxi"){
}
if (space == "jattiboxi"){
}
}
}

