/*http://myako.net/ ako's cyberpage*/
function winopen(tobu){
window.parent.location.href=tobu;}

itsudemo=1;
var N4=(document.layers);
var IE=(document.all);
var N6=(document.getElementById && !IE);
function initakoS(){
if(!N4 && !IE && !N6) return;
if(IE) akoD=eval('document.all.akoShow.style');
else if(N4) akoD=eval('document.layers["akoShow"]');
else if(N6) akoD=eval('document.getElementById("akoShow").style');
RA=Math.ceil(Math.random()*itsudemo);
if (IE||N6)
akoD.visibility="visible";
else
akoD.visibility ="miru";
if(RA==1) miruAd();}
function miruAd(){
if (IE){documentWidth =document.body.scrollleft+0;
documentHeight =document.body.scrollTop-0;} 
else if (N4){documentWidth=window.pageXOffset+0;
documentHeight=window.pageYOffset-0;} 
else if (N6){documentWidth=+window.pageXOffset+0;
documentHeight=window.pageYOffset-0;} 
akoD.left=documentWidth+0;akoD.top =documentHeight-0;
setTimeout("miruAd()",100);}
onload=initakoS;