<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="system-index-block/calling-page/system-page">
		<xsl:comment>#START-CODE
          &lt;?php
/*
    Copyright (C) Hannon Hill Corporation, hannonhill.com, July 2006
    This is a script from hannonhill.com. You will find this and many other 
    scripts at our website as part of our content management system.	

    Terms of use:
    You are free to use this script as long as the copyright message is kept
    intact. However, you may not redistribute, sell or repost it without 
    our permission. There are no warranties and you use it at your own risk.
     */
    $loc = "[system-asset]/intranet/cast/content-rating/variables.php[/system-asset]";
    $curID="#END-CODE</xsl:comment><xsl:value-of select="@id"/><xsl:comment>#START-CODE";
    include_once("[system-asset:file]/intranet/cast/content-rating/content-rating-display-form.php[/system-asset:file]");
    
?&gt;#END-CODE</xsl:comment>
	</xsl:template>
</xsl:stylesheet>