<?xml version="1.0" encoding="UTF-8"?>
<Page>
	<title>Using jquery UI Layout with HomePortals. Example 1</title>
	<skin id="sandbox" />
	<layout>
		<location name="header1" type="region" class="ui-layout-north" />
		<location name="column1" type="region" class="ui-layout-west"/>
		<location name="column2" type="region" class="ui-layout-center"/>
		<location name="column3" type="region" class="ui-layout-east"/>
		<location name="footer1" type="region" class="ui-layout-south"/>
	</layout>
	<eventListeners/>
	<body>
		<content id="c1" href="/uilayout/lorem.txt" location="header1" title="c1" />
		<content id="c2" href="/uilayout/lorem.txt" location="column1" title="c2" />
		<view id="c3" href="/uilayout/about.cfm" location="column2" title="c3" />
		<content id="c4" href="/uilayout/lorem.txt" location="column3" title="c4" />
		<content id="c5" href="/uilayout/lorem.txt" location="footer1" title="c5" container="false" />
	</body>
</Page>
