/*コピーライト<*/


f=new Array("2009 ");
k=new Array("IMAGICA");

theJoin=k.join("/");

document.write("<center><table width=\"750\">");
document.write("<tr>");
document.write("<td BGCOLOR=\"#FFFFFF\" align=\"center\" width=\"250\"><a href=\"http://www.imagica-digix.com/web/en/\" target=\"_blank\"><img src=\"../images/digix_logo_15.png\" alt=\"imagica robot group\"></a></td>");
document.write("<td BGCOLOR=\"#FFFFFF\" align=\"center\" width=\"250\"><a href=\"http://www.imagicarobot.jp/\" target=\"_blank\"><img src=\"../images/group_logo_s.png\" alt=\"imagica robot group\"></a></td>");
document.write("<td BGCOLOR=\"#FFFFFF\" align=\"right\"><font size=\"1\" face=\"Arial\"><b>");
document.write("Copyright &copy;"+f +theJoin+" DIGIX Inc.</b></font></td>");
document.write("</tr></table></center>");

