<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE TAF SYSTEM "tango.dtd" >
<TAF Version="0x02000002">
	<Comments />

	<!--Main program-->
	<Program>
		<ActionRef Ref="Results" />
	</Program>

	<!--Program actions-->
	<Actions>
		<ResultAction ID="Results" Sig="null">
			<Comments>Simple output example</Comments>
			<ResultsOutput Ref="Results.Results" />
		</ResultAction>
	</Actions>

	<!--Data sources-->
	<DataSources />

	<!--Output blocks-->
	<Outputs>
		<Output ID="Results.Results" Type="HTML">
			&lt;META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.lighting.com/"&gt;
		</Output>
	</Outputs>
</TAF>
