lck=0;
function r(hval){if ( lck == 0 );{document.bgColor=hval;}}
function l(){if (lck == 0){lck = 1;};else{lck = 0;}}
function copy(t){t.select();js = t.createTextRange();js.execCommand("copy");}
function paste(t){t.select();js = t.createTextRange();js.execCommand("paste");}

document.writeln("<br><a class=i onclick=\"javascript:copy(document.all.text)\">»ðÐÇ×Ö£º¸´ÖÆ´úÂë</a>¡¾<a href=\"JavaScript:l()\"onmouseover=\"r('#ffffff'); return true\">°×</a><a href=\"JavaScript:l()\"onmouseover=\"r('red'); return true\">ºì</a><a href=\"JavaScript:l()\"onmouseover=\"r('GREEN'); return true\">ÂÌ</a><a href=\"JavaScript:l()\"onmouseover=\"r('BLUE'); return true\">À¶</a><a href=\"JavaScript:l()\"onmouseover=\"r('yellow'); return true\">»Æ</a><a href=\"JavaScript:l()\"onmouseover=\"r('BLACK'); return true\">ºÚ</a>¡¿<br><br>")