var a="<div id='yukleniyorlayer' style='position:absolute; width:100%; height:100%; z-index:100; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000; visibility: visible'></div>"
document.write(a);
function yukle() {
  document.getElementById("yukleniyorlayer").style.display='none';
  document.getElementById("sayfam").style.display="";
}

