<!--
function HeadLinkFunction()
{
  document.write("Accepted");
}

function HeadLinkWrite()
{
  document.writeln("<scr" + "ipt type=\"text/javascript\">");
  document.writeln("<" + "!" + "-" + "-");
  document.writeln("HeadLinkFunction();");
  document.writeln("shown++;");
  document.writeln("/" + "/" + "-" + "-" + ">");
  document.writeln("<" + "/" + "script>");
}
//-->
