a:link {font:9pt/11pt 굴림; color:FF0000} a:visited {font:9pt/11pt 굴림; color:FF0000} a:visited
function Homepage(){
/g, ┖>┖);
}
function TagAttrib(name, value)
{
return ┖ ┖+name+┖="┖+HtmlEncode(value)+┖"┖;
}
function PrintTag(tagName, needCloseTag, attrib, inner){
document.write( ┖<┖ + tagName + attrib + ┖>┖ + HtmlEncode(inner) );
if (needCloseTag) document.write( ┖┖ + tagName +┖>┖ );
}
function URI(href)
{
IEVer = window.navigator.appVersion;
IEVer = IEVer.substr( IEVer.indexOf(┖MSIE┖) + 5, 3 );
return (IEVer.charAt(1)==┖.┖ && IEVer >= ┖5.5┖) ?
encodeURI(href) :
escape(href).replace(/%3A/g, ┖:┖).replace(/%3B/g, ┖;┖);
}
function InsertElementAnchor(href, text)
{
PrintTag(┖A┖, true, TagAttrib(┖HREF┖, URI(href)), text);
}
//>