var ba = document.getElementById('banneradFrame');
if (ba)
{
    ba.src = '/bannerad.html';
    ba.style.visibility = 'visible';
}

