// JavaScript Document


f=new Array("2010 ");
k=new Array("JAPAN BRAND.");

theJoin=k.join("/");

document.write("Copyright &copy;"+f +theJoin+" Tous droits r&eacute;serv&eacute;s.");