<!--
function getNew0125(){
	var nen = 2005;
	var tsuki = 01;
	var hi = 25;
	var month = tsuki-1;
	var upDay = new Date(nen,month,hi);
	var toDay = new Date();
	var UD = (toDay.getTime()-upDay.getTime())/(1000*60*60*24);
	var countDays = Math.ceil(UD)-1;
	if(countDays < 5){
	document.write("<img src=\"parts/new.gif\" width=\"45\" height=\"15\" alt=\"NEW!\" align=\"absmiddle\" border=\"0\">");
	}
}
//-->
<!--
function getNew1224(){
	var nen = 2004;
	var tsuki = 12;
	var hi = 24;
	var month = tsuki-1;
	var upDay = new Date(nen,month,hi);
	var toDay = new Date();
	var UD = (toDay.getTime()-upDay.getTime())/(1000*60*60*24);
	var countDays = Math.ceil(UD)-1;
	if(countDays < 5){
	document.write("<img src=\"parts/new.gif\" width=\"45\" height=\"15\" alt=\"NEW!\" align=\"absmiddle\" border=\"0\">");
	}
}
//-->
<!--
function getNew1214(){
	var nen = 2004;
	var tsuki = 12;
	var hi = 14;
	var month = tsuki-1;
	var upDay = new Date(nen,month,hi);
	var toDay = new Date();
	var UD = (toDay.getTime()-upDay.getTime())/(1000*60*60*24);
	var countDays = Math.ceil(UD)-1;
	if(countDays < 5){
	document.write("<img src=\"parts/new.gif\" width=\"45\" height=\"15\" alt=\"NEW!\" align=\"absmiddle\" border=\"0\">");
	}
}
//-->
<!--
function getNew1210(){
	var nen = 2004;
	var tsuki = 12;
	var hi = 10;
	var month = tsuki-1;
	var upDay = new Date(nen,month,hi);
	var toDay = new Date();
	var UD = (toDay.getTime()-upDay.getTime())/(1000*60*60*24);
	var countDays = Math.ceil(UD)-1;
	if(countDays < 5){
	document.write("<img src=\"parts/new.gif\" width=\"45\" height=\"15\" alt=\"NEW!\" align=\"absmiddle\" border=\"0\">");
	}
}
//-->


