﻿<?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:include href="SuccessStoriesBio.xslt"/>	
	<xsl:output method="xml" indent="yes"/>

	<xsl:template match="/">
		<xsl:variable name="TemplateURL" select="normalize-space(AjaxRequest/TemplateURL)"></xsl:variable>
		<xsl:variable name="HostName" select="normalize-space(AjaxRequest/HostName)"></xsl:variable>		

		<div class="dragon_DivColordBakground">
			<table class="tableMaster paddingTop20" cellpadding="0" cellspacing="0">
				<tr>
					<td class="textCenter verticallyBottom">
						<img border="0" style="display:none;" class="onMouseOver" title="View Joey Watson" onload="setWidthAndHeightImage(this, 320);" alt="" src="{$TemplateURL}web/images/ver_2_0/dragonkick/watson.png"
							 onclick="dragonKick_getPageHeader('joey', '-99', 'divStoriesBioDetails', 'LoadStoriesBioDetails');"></img>
						<div class="textCenter marginTop5 partiesHeaderSmallText">Joey Watson, 21</div>
					</td>
					<td class="textCenter verticallyBottom">
						<img border="0" style="display:none;" class="onMouseOver" title="View David Lloyd" onload="setWidthAndHeightImage(this, 270);" alt="" src="{$TemplateURL}web/images/ver_2_0/dragonkick/David-Lloyd.png"
							 onclick="dragonKick_getPageHeader('david', '-99', 'divStoriesBioDetails', 'LoadStoriesBioDetails');"></img>
						<div class="textCenter marginTop5 partiesHeaderSmallText">David Lloyd, 18</div>
					</td>
					<td class="textCenter verticallyBottom">
						<img border="0" style="display:none;" class="onMouseOver" title="View Jacob Ellis" onload="setWidthAndHeightImage(this, 250);" alt="" src="{$TemplateURL}web/images/ver_2_0/dragonkick/Jacob-Ellis.png"
							 onclick="dragonKick_getPageHeader('jacob', '-99', 'divStoriesBioDetails', 'LoadStoriesBioDetails');"></img>
						<div class="textCenter marginTop5 partiesHeaderSmallText">Jacob Ellis, 17</div>
					</td>
					<td class="textCenter verticallyBottom">
						<img border="0" style="display:none;margin-left:-50px;" class="onMouseOver" title="View Kiana Adams" onload="setWidthAndHeightImage(this, 280);" alt="" src="{$TemplateURL}web/images/ver_2_0/dragonkick/kiana.png"
							 onclick="dragonKick_getPageHeader('kiana', '-99', 'divStoriesBioDetails', 'LoadStoriesBioDetails');"></img>
						<div class="textCenter marginTop5 partiesHeaderSmallText">Kiana Adams, 16</div>
					</td>
					<td class="textCenter verticallyBottom">
						<img border="0" style="display:none;margin-left:-20px;" class="onMouseOver" title="View Christian Lloyd" onload="setWidthAndHeightImage(this, 300);" alt="" src="{$TemplateURL}web/images/ver_2_0/dragonkick/christian-Lloyd.png"
							 onclick="dragonKick_getPageHeader('christian', '-99', 'divStoriesBioDetails', 'LoadStoriesBioDetails');"></img>
						<div class="textCenter marginTop5 partiesHeaderSmallText">Christian Lloyd, 15</div>
					</td>
				</tr>
			</table>
			<div id="divStoriesBioDetails" style="margin-top:40px;">
				<xsl:call-template name="StoriesBio">
					<xsl:with-param name="TemplateURL" select="$TemplateURL"></xsl:with-param>
					<xsl:with-param name="HostName" select="$HostName"></xsl:with-param>
					<xsl:with-param name="Name">
						<xsl:text>joey</xsl:text>
					</xsl:with-param>
				</xsl:call-template>
			</div>
		</div>
	</xsl:template>
</xsl:stylesheet>
