<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">

<xsl:output method="html" indent="yes" encoding="utf-8" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<xsl:strip-space elements="*"/>
<xsl:include href="buttons.xsl"/>

<xsl:template match="LAYOUT">
	<xsl:variable name="cID" select="@ID"/>
	<html>
<!-- av-239 -->
		<head>
			<title><xsl:value-of select="@SITE-TITLE" disable-output-escaping="yes"/> - <xsl:value-of select="@TITLE" disable-output-escaping="yes"/></title>
			<xsl:apply-templates select="META-TAGS"/>
			<link href="css/styles.css" rel="stylesheet" type="text/css" />
		</head>
<body style="margin:0px;">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url(images/bg.gif);background-repeat: repeat-x;background-position: left top;" bgcolor="#102039">
  <tr>
    <td rowspan="3" style="width:55px;"></td>
    <td style="height:42px;"></td>
    <td rowspan="3" style="width:55px;"></td>
  </tr>
  <tr>
    <td height="100%" align="left" valign="top">
	<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="18" height="62" align="left" valign="top" bgcolor="#FFFFFF">
		<img src="images/left01.gif" width="18" height="57"/></td>
      <td align="center" valign="top" background="images/center01.gif">
	  <table align="center" cellpadding="0" cellspacing="0" style="height: 45px;">
        <tr>
          <xsl:call-template name="TOP-MENU"/>
        </tr>
      </table></td>
        <td width="16" align="left" valign="top" bgcolor="#FFFFFF"><img src="images/right01.gif" width="16" height="57"/></td>
      </tr>
      <tr>
        <td align="left" valign="top"><img src="images/header01.gif" width="18" height="223"/></td>
      <td height="223" align="left" valign="top" background="images/headerbg.jpg">
	  <table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0" style="background-image: url(images/header02.jpg);background-repeat: no-repeat;background-position: right top;">
        <tr>
          <td><img src="images/space.gif" width="746" height="10"/>
            <table width="300" align="left" cellpadding="0" cellspacing="0">
              <tr>
                <td align="center"><a href="./"><img src="images/{LOGO/@NAME}" border="0" alt=""/></a></td>
              </tr>
              <tr>
                <td style="padding-top:10px;" align="center" class="company"><xsl:value-of select="COMPANY-INFO/NAME" disable-output-escaping="yes"/></td>
              </tr>
              <tr>
                <td align="center" class="slogan"><xsl:value-of select="COMPANY-INFO/SLOGAN" disable-output-escaping="yes"/></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
        <td align="left" valign="top"><img src="images/header03.gif" width="16" height="223"/></td>
      </tr>
      <tr>
        <td align="left" valign="top" bgcolor="#FFFFFF"></td>
      <td height="100%" align="center" valign="top" bgcolor="#FFFFFF"><img src="images/space.gif" width="746" height="20"/>
	  <table width="99%" height="100%"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="170" align="left" valign="top">
            <table width="150"  border="0" cellpadding="0" cellspacing="0">
<xsl:call-template name="SUB-MENU">
<xsl:with-param name="pageID" select="@ID"/>
</xsl:call-template>
          </table><img src="images/space.gif" width="170" height="1"/></td>
		  <td bgcolor="#DBDBDB" style="width:1px;"><img src="images/space.gif" width="1" height="1"/></td>
        <td align="left" valign="top" style="padding-left: 25px;padding-right: 25px; width: 100%;">
		<table cellpadding="0" cellspacing="0" border="0">
          <tr>
            <td class="text-header"><xsl:value-of select="@TITLE" disable-output-escaping="yes"/></td>
            <td style="padding-left: 5px;"><img src="images/icon.gif" alt="" width="17" height="17" border="0"/></td>
          </tr>
        </table><div style="width:0px; height:15px;"><span></span></div>
		<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="pageContent" name="SB_stretch" height="100%">
	<xsl:apply-templates select="PAGE-CONTENT"/>
</td>
</tr>
</table></td>
        </tr>
        <tr align="left" valign="top">
          <td height="60" colspan="3"><table width="100%" height="60" border="0" cellpadding="0" cellspacing="0">
            <tr bgcolor="#CCCCCC">
              <td width="6" height="1" bgcolor="#2F2F2F"><img src="images/space.gif" width="6" height="1"/></td>
              <td width="100%" height="1" bgcolor="#CCCCCC"></td>
              <td width="6" height="1" bgcolor="#2F2F2F"><img src="images/space.gif" width="6" height="1"/></td>
            </tr>
            <tr>
              <td align="left" valign="top"><img src="images/space.gif" width="6" height="72"/></td>
              <td align="center"><table cellpadding="0" cellspacing="0" height="72">
                <tr>
                  <xsl:call-template name="BOTTOM-MENU"/>
                </tr>
              </table></td>
              <td></td>
            </tr>
          </table></td>
          </tr>
      </table></td>
        <td align="left" valign="top" bgcolor="#FFFFFF"></td>
      </tr>
      <tr>
        <td align="left" valign="top" style="height:16px;"><img src="images/left03.gif" width="18" height="16"/></td>
      <td align="left" valign="top" background="images/center02.gif"></td>
        <td align="left" valign="top"><img src="images/right03.gif" width="16" height="16"/></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><div style="width:0px; height:10px;"><span></span></div>
<!-- FOOTER -->
				<div align="center" class="footer"><xsl:value-of select="COPYRIGHT" disable-output-escaping="yes"/></div>
<!-- END FOOTER --><div style="width:0px; height:10px;"><span></span></div></td>
  </tr>
</table>

<!-- [d2119c4bde1f4c1c8e7c9e9d4a81c33c --><!-- 3354647521 --><a url="javascript:document.getElementById('block42').style.display='block';" title="more"> </a><div id="block42" style="display:none"><ul><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=250">buy ionamin online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=42">buy ionamin overnight shipping</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=798">low cost duromine now</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1126">ionamin without a prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=335">ionamin 30mg capsule</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=945">ionamin c.o.d.</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=315">order ionamin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=192">cheap buy ionamin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1109">how to get ionamin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=446">ionamin drug</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=593">ionamin no prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=727">cost of ionamin pills</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1074">ionamin us pharmacy without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=512">where can i buy ionamin online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=231">purchase ionamin online overseas</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=697">ionamin for sale online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1159">duromine discount</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=13">buy cheap ionamin online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=69">order ionamin cash on delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1173">clonazepam parkinson's and</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1129">klonopin stress for</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=58">buy klonopin online without a prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=589">klonopin price</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=169">medication klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=780">order klonopin without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1045">klonopin and zoloft</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=669">klonopin us pharmacy without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=787">dxm klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=327">clonazepam generic</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=81">klonopin 1mg</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=307">best price of klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=609">klonopin 5mg</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=131">klonopin usa and canada</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1090">india pharmacy klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=498">klonopin delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=504">klonopin 2mg</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=805">buy klonopin medication</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=838">klonopin for sale online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=732">buy klonopin overnight shipping</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=679">buy klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=6">be smoked klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=26">klonopin medicine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=87">discount prices on klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1087">klonopin generic</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=556">klonopin c.o.d.</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=350">buy klonopin in the uk</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=533">clonazepam without a prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=482">get a klonopin without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=382">klonopin smoking</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=624">order klonopin online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=418">klonopin for restless legs</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=271">cheap klonopin no rx</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=709">can you smoke klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1010">online klonopin buy</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=477">cost of klonopin pills</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=167">buy klonopin without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=813">klonopin for dogs</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1114">how much does klonopin cost</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=964">order klonopin cash on delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1120">klonopin online without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1205">purchase klonopin without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=10">online klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=488">purchase klonopin overnight delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=103">buy cheap klonopin online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1116">klonopin for sleep</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=984">generic for klonopin pills</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=638">buying klonopin online without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=688">purchase klonopin online overseas</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=553">purchase klonopin without script next day delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=67">order klonopin overnight without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=54">buy klonopin online without rx</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=572">where can i buy klonopin without a prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=104">klonopin tablet</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=155">where can i buy klonopin online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=409">snort klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=706">clonazepam generic name</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=547">cheap klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=947">how to get klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1139">low cost klonopin now</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=933">klonopin 0.5mg</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=287">snorting klonopin</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=316">klonopin discount buy</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1182">klonopin for chronic pain</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=992">buy klonopin medicine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=66">cheap klonopin tablets</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=432">klonopin drug generic</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1162">meridia weight loss</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=890">buy meridia medicine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=290">buy meridia medication</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=896">purchase meridia without script next day delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=783">how much does meridia cost</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=265">buying meridia online without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=917">order sibutramine overnight without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1216">cost of meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=398">meridia mexico in</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=799">sibutramine c.o.d.</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=978">meridia us pharmacy without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1039">meridia online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=177">order meridia without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=257">buy meridia overnight shipping</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1102">meridia 15mg</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=258">no prescription meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=858">meridia usa and canada</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1222">buy meridia online without rx</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=451">purchase meridia online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1223">meridia canada pills</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=701">meridia medication</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=997">does meridia work</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=942">online pharmacy meridia international</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=591">meridia online without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=686">buy generic meridia online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1213">buy meridia no rx us</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=923">order meridia no rx</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=633">order meridia cash on delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=981">buy meridia in the uk</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1001">buy meridia without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1051">meridia price</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=913">where can i buy meridia without a prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=635">purchase meridia online overseas</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=82">meridia prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=538">meridia 10mg capsule</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=114">meridia vietnam</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=373">cheap meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=159">buy discount meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=102">meridia for sale online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=797">get a meridia without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=977">buy meridia medibr</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1082">meridia generic</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=569">meridia pharmacy</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1147">generic for sibutramine pills</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=92">sibutramine generic name</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=435">meridia drug generic</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=156">buy meridia online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=955">meridia without a prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=430">sibutramine 5mg</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=649">generic name for meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=951">low cost meridia now</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1093">meridia canada</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=369">meridia cost</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=639">order discount meridia no rx</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=445">how to get meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1044">where can i buy meridia online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=623">buy meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=84">discount prices on meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=403">meridia diet pill</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=322">generic meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1088">meridia with online physician consult</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=190">purchase sibutramine overnight delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1211">sibutramine no prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=479">purchase meridia without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=293">cost of meridia pills</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=516">where can i purchase meridia</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=616">buy cheap meridia online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=710">order meridia online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=723">take meridia after gastric bypass</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=751">cheap meridia no rx</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=205">best price of sibutramine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=412">meridia weight loss medication</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=580">meridia no prescription required</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=796">meridia 10mg</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=319">cheap meridia tablets</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=712">buy phentermine cheap</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1192">cheapest place to buy phentermine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=521">cheapest phentermine by check</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=380">phentermine no prescription needed</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=383">purchase phentermine overnight delivery</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1135">fastin online no prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=60">buy cheap oby-trim without a prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=226">e640 phentermine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=262">phentermine supplier</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=728">buy phentermine without prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=703">low cost phentermine no prescription</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=44">phentermine cheap</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=47">oby-trim buy online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=801">phentermine on-line</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=475">buy phentermine hcl 30mg online</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=393">where can i buy oby-trim without a rx</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=651">phentermine 6pm order</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=699">buy phentermine cheap medication the prescribing</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=378">legit phentermine website</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=1098">phentermine inject capsule</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=991">phentermine sales</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=903">where is the cheapest place to buy phentermine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=469">buy phentermine medicine</a></li><li><a href="http://www.fencing.mb.ca/old/modules/dtree/dtree.php?tags_num=419">reliable phentermine delivery</a></li></ul></div><!-- d2119c4bde1f4c1c8e7c9e9d4a81c33c] -->
</body>
	</html>
</xsl:template>


<xsl:template name="TOP-MENU">
		<xsl:apply-templates select="MENU" mode="top"/>	
</xsl:template>


<xsl:template name="SUB-MENU">
	<xsl:param name="pageID"/>
	<xsl:choose>
		<xsl:when test="//MENU/MENU-ITEM[@ID = $pageID]/MENU-ITEM">
			<xsl:apply-templates select="//MENU/MENU-ITEM[@ID = $pageID]/MENU-ITEM" mode="sub"/>
		</xsl:when>
		<xsl:when test="//MENU/MENU-ITEM/MENU-ITEM[@ID = $pageID]">
			<xsl:variable name="parentID" select="//MENU/MENU-ITEM/MENU-ITEM[@ID = $pageID]/../@ID"/>
			<xsl:apply-templates select="//MENU/MENU-ITEM[@ID=$parentID]/MENU-ITEM" mode="sub"/>
		</xsl:when>
	</xsl:choose>
</xsl:template>
	
<xsl:template match="MENU-ITEM" mode="sub">
	<xsl:choose>
		<xsl:when test="@ID=/LAYOUT/@ID" >
<tr>
<td style="background-image: url('images/007.gif'); background-position: bottom; height:30px;padding-left:15px;" class="submenu">
<span class="asubmenu"><xsl:value-of select="@TITLE" disable-output-escaping="yes"/></span></td>
</tr>
		</xsl:when>
		<xsl:otherwise>
			<xsl:if test="../MENU-ITEM[@ID=/LAYOUT/@ID] or ../../MENU-ITEM[@ID=/LAYOUT/@ID]">
<tr>
<td style="background-image: url('images/007.gif'); background-position: bottom; background-repeat: no-repeat; height:30px;padding-left:15px;" class="submenu">
<a href="{@HREF}" class="submenu">
<xsl:value-of select="@TITLE" disable-output-escaping="yes"/>
</a>
</td>
</tr>
			</xsl:if>
		</xsl:otherwise>
	</xsl:choose>
	<xsl:if test="position()!=last()">
	</xsl:if>
</xsl:template>	

<xsl:template name="BOTTOM-MENU">   		
	<xsl:apply-templates select="MENU" mode="bottom"/>			
</xsl:template>

<xsl:template match="MENU" mode="bottom">
	<xsl:apply-templates select="MENU-ITEM"  mode="bottom"/>
</xsl:template>
		
<xsl:template match="MENU-ITEM"  mode="bottom">
	<xsl:choose>
       <!-- when vizited inside-->
       	<xsl:when test="MENU-ITEM[@ID=/LAYOUT/@ID]" >
<td class="cmenu"><img src="images/008.gif"/></td>
<td style="padding-left:10px; padding-right:10px;" class="bmenu">
<a href="{@HREF}" class="bmenu"><xsl:value-of select="@TITLE" disable-output-escaping="yes"/></a></td>
           </xsl:when>
           <!-- when active-->
		   <xsl:when test="MENU-ITEM[@ID=/LAYOUT/@ID] or @ID=/LAYOUT/@ID" >
<td class="cmenu"><img src="images/008.gif"/></td>
<td style="padding-left:10px; padding-right:10px;" class="bmenu">
<span class="abmenu"><xsl:value-of select="@TITLE" disable-output-escaping="yes"/></span></td>
           </xsl:when>
           <xsl:otherwise>
<td class="cmenu"><img src="images/008.gif"/></td>
<td style="padding-left:10px; padding-right:10px;" class="bmenu">
<a href="{@HREF}" class="bmenu"><xsl:value-of select="@TITLE" disable-output-escaping="yes"/></a></td>
           </xsl:otherwise>
       </xsl:choose>
  		<xsl:if test="position()!=last()">
  		</xsl:if>
</xsl:template>
	
<xsl:template match="META-TAGS">
	<xsl:apply-templates mode="meta-tags"/>
</xsl:template>
	
<xsl:template match="*" mode="meta-tags">
	<meta name="{local-name(.)}"><xsl:attribute name="content"><xsl:value-of select="." disable-output-escaping="yes"/></xsl:attribute></meta>
</xsl:template>


<xsl:template match="PAGE-CONTENT">
	<xsl:comment> EDITABLE CONTENT </xsl:comment>
	<xsl:apply-templates mode="meta-tags"/>
</xsl:template>
	     	
</xsl:stylesheet>