﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
	<xsl:output method="xml" indent="yes"/>
	<xsl:include href="Footer.xslt"/>

	<xsl:template match="/">
		<xsl:variable name="HostName" select="normalize-space(AjaxRequest/HostName)"></xsl:variable>
		<xsl:variable name="TemplateURL" select="normalize-space(AjaxRequest/TemplateURL)"></xsl:variable>
		<xsl:variable name="SelectedLink" select="normalize-space(AjaxRequest/Params/SelectedLink)"></xsl:variable>
		
		<div id="divSelectedTab_{$SelectedLink}" class="marginLeft25" align="center" style="margin-bottom:60px;margin-right:25px;background:#FFFFFF;">
			<table class="tableMaster" cellpadding="0" cellspacing="0">
				<tr>
					<td>
						<div style="margin-top:30px;">
							<span class="blackHeader">Happiness begins </span>
							<span class="blackHeaderBold">with goals!</span>
						</div>
						<div class="capitalFont happinessBlackText">
							Its Time to set goals in a fun and interactive way.
						</div>
					</td>
					<td class="textCenter" width="25%">
						<div class="orangeNarrowText smallerFont marginTop10 marginBottom5">
							join today - it's free!
						</div>
						<div align="center">
							<div class="textCenter onMouseOver" onclick="DisplaySignUpPopUp('signup','brandloginregister','0');"
								 onmouseover="document.getElementById('img_BlueButton').src = '{$TemplateURL}web/images/ver_2_0/happiness/blueButton-over.png';"
								 onmouseout="document.getElementById('img_BlueButton').src = '{$TemplateURL}web/images/ver_2_0/happiness/blueButton.png';">
								<img border="0" id="img_BlueButton" alt="" src="{$TemplateURL}web/images/ver_2_0/happiness/blueButton.png"></img>
							</div>
						</div>
						<div style="width:91%;" class="textRight spanPostMessage">
							<span>powered by: </span>
							<a href="https://www.coachsimple.net/" target="_blank">
								<span class="spanPostMessage">CoachSimple</span>
							</a>
						</div>
					</td>
				</tr>
				<tr>
					<td colspan="2">
						<div class="textCenter marginTop25">
							<img border="0" alt="" src="{$TemplateURL}web/images/ver_2_0/happiness/happiness_Page1.png"></img>
						</div>
					</td>
				</tr>
			</table>

		</div>

		<xsl:call-template name="HappinessFooter">
			<xsl:with-param name="HostName" select="$HostName"></xsl:with-param>
			<xsl:with-param name="TemplateURL" select="$TemplateURL"></xsl:with-param>
		</xsl:call-template>

	</xsl:template>
</xsl:stylesheet>
