<!--
	today=new Date();
		Y=today.getFullYear();
		M=today.getMonth()+1;
		D=today.getDate();
	sDate=new Date(document.lastModified);
		sY=sDate.getFullYear();
		sM=sDate.getMonth()+1;
		sD=sDate.getDate();

	document.fgColor="white";

	document.write("Welcome!!@",Y,"/",M,"/",D,"@");
	document.write("Last Up Date@",sY,"/",sM,"/",sD,"<br>");

	document.write("SUZUKI RGB500 snd RG500 GAMMA ULTIMATE SITE");
-->


