function a()
{
   document.write('<div style="display: none">');
}


function b()
{
   document.write('</div>');
}
