






























c0007620091103_komaImg = "http://image.blog.4koma.livedoor.com/image/work/c00076/20091103/w00066_0";
c0007620091103_Url = "http://4koma.livedoor.com/?utf_source=4koma&utm_medium=plugin&utm_campaign=daily";
c0007620091103_Img = "http://image.blog.4koma.livedoor.com/image/work/ad/ad00087s.jpg";

var c0007620091103_animeImage=new Array();
for (var i=0;i<5;i++){
        c0007620091103_animeImage[i]=new Image();
        c0007620091103_animeImage[i].src= c0007620091103_komaImg +(i)+"s.jpg";
}
        c0007620091103_animeImage[5] = new Image(); c0007620091103_animeImage[5].src = c0007620091103_Img;

var c0007620091103_numImage = new Array();
for (var i=1;i<5;i++){
        c0007620091103_numImage[i]=new Image();
        c0007620091103_numImage[i].src="http://image.blog.4koma.livedoor.com/image/work/cmn/num_0"+(i)+".gif";
}
        c0007620091103_numImage[0] = new Image(); c0007620091103_numImage[0].src="http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif";
        c0007620091103_numImage[5] = new Image(); c0007620091103_numImage[5].src="http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif";

var imgID = 0;
var imgName ;
var naviImg = new Array();
var dw_naviImg = new Array();
naviImg[1] = new Image(); naviImg[1].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_back_off_s.gif";
naviImg[2] = new Image(); naviImg[2].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_next_off_s.gif";
dw_naviImg[1] = new Image(); dw_naviImg[1].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_back_on_s.gif";
dw_naviImg[2] = new Image(); dw_naviImg[2].src ="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_next_on_s.gif";

c0007620091103_currentImage=0;
function c0007620091103_forward(){
        if(c0007620091103_currentImage ==5){
                location.href= c0007620091103_Url;
                return;
        }
        c0007620091103_currentImage++;
        document.c0007620091103_koma.src=c0007620091103_animeImage[c0007620091103_currentImage].src;
        document.c0007620091103_komanum.src=c0007620091103_numImage[c0007620091103_currentImage].src;
        if(c0007620091103_currentImage >0){
                document.c0007620091103_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/btn_back_off_s.gif';
        }
        return;
}

function c0007620091103_backward(){
        if(c0007620091103_currentImage==0){
                return;
        }
        if(c0007620091103_currentImage==1){
                document.c0007620091103_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
                document.c0007620091103_komanum.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
        }
        c0007620091103_currentImage--;
        document.c0007620091103_koma.src=c0007620091103_animeImage[c0007620091103_currentImage].src;
        document.c0007620091103_komanum.src=c0007620091103_numImage[c0007620091103_currentImage].src;
        return;
}

function c0007620091103_ImgCh_Back_down(imgName,imgID){
        if(c0007620091103_currentImage==0){
                document.c0007620091103_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
                return;
        }
        document.images[imgName].src=dw_naviImg[imgID].src;
};

function c0007620091103_ImgCh_Back_up(imgName,imgID){
        if(c0007620091103_currentImage==0){
                document.c0007620091103_backbt.src= 'http://image.blog.4koma.livedoor.com/image/work/cmn/spacer.gif';
                return;
        }
        document.images[imgName].src=naviImg[imgID].src;
};

function c0007620091103_ImgCh_Next_down(imgName,imgID){
        document.images[imgName].src=dw_naviImg[imgID].src;
};

function c0007620091103_ImgCh_Next_up(imgName,imgID){
        document.images[imgName].src=naviImg[imgID].src;
};

document.write('<div style="text-align:center;width:140px;">');
document.write('<div style="text-align:center;margin-bottom:2px;border:2px solid #000;"><img name="c0007620091103_koma" style="cursor:pointer;" src="' + c0007620091103_komaImg + '0s.jpg" width="136" height="136" alt="デイリー4コマ" onClick="c0007620091103_forward();"></div>');
document.write('<div style="float:left;width:55px;text-align:left;border:0px;"><img name="c0007620091103_backbt" style="cursor:pointer;" src="http://image.blog.4koma.livedoor.com/img/cmn/spacer.gif" width="55" height="21" onClick ="c0007620091103_backward();" onMouseDown="c0007620091103_ImgCh_Back_down(\'c0007620091103_backbt\',\'1\');return false;" onMouseUp="c0007620091103_ImgCh_Back_up(\'c0007620091103_backbt\',\'1\');"></div>');
document.write('<div style="float:right;width:55px;text-align:right;border:0px;"><img name="c0007620091103_nextbt" style="cursor:pointer;" src="http://image.blog.4koma.livedoor.com/image/work/cmn/btn_next_off_s.gif" width="55" height="21" onClick ="c0007620091103_forward();" onMouseDown="c0007620091103_ImgCh_Next_down(\'c0007620091103_nextbt\',\'2\');return false;" onMouseUp="c0007620091103_ImgCh_Next_up(\'c0007620091103_nextbt\',\'2\');"></div>');
document.write('<div style="float:left;width:30px;text-align:center;padding:1px 0;"><img name="c0007620091103_komanum" style="cursor:pointer;" src="http://image.blog.4koma.livedoor.com/img/cmn/spacer.gif" width="16" height="16"></div>');
document.write('</div><div style="clear:left;"></div>');
document.close();
