//-- 
//-- Copyright Morning Production 2008, All Rights Reserved.
//-- 


function getCookie(key){
    tmp=document.cookie+";";
    tmp1=tmp.indexOf(key,0);
    if(tmp1!=-1){
        tmp=tmp.substring(tmp1,tmp.length);
        start=tmp.indexOf("=",0)+1;
        end=tmp.indexOf(";",start);
        return(unescape(tmp.substring(start,end)));
    }
    return("");
}
function setCookie(key,val) {
    tmp=key+"="+escape(val)+";";
    tmp+="expires=Fri, 31-Dec-2030 23:59:59; ";
    document.cookie=tmp;
}


function mpro1(){

mydate = new Date()
aa5 = eval(mydate.getDate())

times=getCookie("Times");

if (times == aa5){
 alert("１日に１回しかできません！");
document.kaho.src = "0112.gif";
}
else {

if (times==""){
    times=aa5;
}

times=aa5;
setCookie("Times",times);

   ru =  Math.floor(Math.random() * 100);

   if (ru<5){ konchan="1103b.gif";}
   if (5<=ru  && ru<25){ konchan="1104.gif";}
   if (25<=ru  && ru<45){ konchan="1105.gif";}
   if (45<=ru  && ru<65){ konchan="1107a.gif";}
   if (65<=ru  && ru<85){ konchan="1108.gif";}
   if (85<=ru  && ru<95){ konchan="sample1.gif";}
   if (ru==77){ konchan="1101.gif";}

document.kaho.src = konchan;

}


}
