<?xml version="1.0"?>
<?xml-stylesheet href="/resources/xslt/newsite.xsl" type="text/xsl"?>
<?cocoon-process type="xsp"?>
<?cocoon-process type="xslt"?>
<xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core"
          xmlns:util="http://www.apache.org/1999/XSP/Util"
		  xmlns:request="http://www.apache.org/1999/XSP/Request">

<page>
	<util:include-uri>
		<util:href><xsp:expr>"http://127.0.0.1/cgi-bin/pages/get_preview.cgi?page_id=553" +
		"&amp;dir=" + <request:get-request-uri/> + "&amp;getpage=1"</xsp:expr></util:href>
	</util:include-uri>
</page>
</xsp:page>
