doc = '<font size="1">&copy;2010 International Animation Festival Hiroshima All Rights Reserved</font>';


document.open();
document.clear();
document.write(doc);
document.close();