<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output method='html' version='1.0' encoding='UTF-8'/>
	<xsl:template match="/">
  		<html>
			<head>
				<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
				<title>Flex Directory</title>
				<script type="text/javascript" src="http://directory.onflex.org/swfobject.js"></script>
				<script type="text/javascript">
					// <![CDATA[
					
					function writeView(){
						var so = new SWFObject( "http://directory.onflex.org/template001.swf" , "fxtxsl" , "100%" , "100%" , "9" , "#191919");
						so.addParam( "scale" , "noscale" );
						so.addVariable("xmlurl", document.location );
						so.useExpressInstall( "http://directory.onflex.org/expressinstall.swf" );
						so.write( 'flexcontent' )
					}

					// ]]>
				</script>
				<style type="text/css">

					/* hide from ie on mac \*/
					html {
						height: 100%;
						overflow: hidden;
					}

					#flexcontent {
						height: 100%;
					}
					/* end hide */

					body {
						height: 100%;
						margin: 0;
						padding: 0;
						background-color: #191919;
					}

				</style>
			</head>
			<body onload="writeView()">
				<div id="flexcontent"></div>
  			</body>
  		</html>
	</xsl:template>
</xsl:stylesheet>