// JavaScript Document


time=(new Date()).getHours();
	if(time>=11 && time<14){
    document.write('<img src="http://www.v-blancher.jp/_images/res/copy_shopA.gif" alt="" />');
	}else if(time>=14 && time<17){
    document.write('<img src="http://www.v-blancher.jp/_images/res/copy_shopB.gif" alt="" />');
	}else if(time>=17 && time<22){
    document.write('<img src="http://www.v-blancher.jp/_images/res/copy_shopC.gif" alt="" />');
	}else if(time<22 || time>=11){
    document.write('<img src="http://www.v-blancher.jp/_images/res/copy_shopD.gif" alt="" />');
	}
	document.write("<body background='"+back+"'>");

