onload=function()
{

document.getElementById('banner').style.display='block';
document.getElementById('distractor').style.display='none';
}


