// JavaScript Document
function onover(what){
document.getElementById('bannerad').innerHTML=''+what+'';
}
function onout(){
document.getElementById('text').innerHTML='';
}