Sometimes it is convenient to simply re-use existing content on your website that is modified slightly if KioWare is displaying the page.
If you are running KioWare and the above says that you are not, it is probably because you need to add kioware.com to your Scripting Access list in the KioWare config tool (under the Start Page).
<script type="text/javascript">
function IsKioWare()
{
try
{
if(window.external.getKioProperty('SVNRev'))
return true;
}
catch(err){}
return false;
}
</script>