<html><head><title>Your script</title>
<!-- copy from here if you want to paste this into a HTML document -->
<style type="text/css">
<!--
body { background-color: #ffffff; }
pre { font-family: "Courier New",Courier,monospace; font-size: 12px; color: #000000; }
span.comment { color: #008080; font-weight: normal; }
span.oper { color: #0000f0; font-weight: normal; }
span.var { color: #d56000; font-weight: normal; }
span.func { color: #aa00ff; font-weight: normal; }
span.string { color: #777777; font-weight: normal; }
span.num { color: #990000; font-weight: bold; }
span.reg { color: #8d7f07; font-weight: normal; }
-->
</style></head><body>
<pre> <span class="oper">function</span> <span class="func">a</span>()
{
<span class="func">alert</span>("<span class="string">adf</span>");
}
</pre>
<!-- stop copying here-->
</body></html>"