doc = '<font size="1">&copy;2012 星の降る里芦別映画学校 All Rights Reserved</font>';


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