<?xml version="1.0" encoding="utf-8"?><!-- DWXMLSource="paidonresults-bathroomwall[1].xml" -->
<!DOCTYPE xsl:stylesheet  [
	<!ENTITY nbsp   "&#160;">
	<!ENTITY copy   "&#169;">
	<!ENTITY reg    "&#174;">
	<!ENTITY trade  "&#8482;">
	<!ENTITY mdash  "&#8212;">
	<!ENTITY ldquo  "&#8220;">
	<!ENTITY rdquo  "&#8221;"> 
	<!ENTITY pound  "&#163;">
	<!ENTITY yen    "&#165;">
	<!ENTITY euro   "&#8364;">
]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" encoding="utf-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<xsl:comment>
body {
	text-align: center;
	background-image: url(shortsbackground.gif);
	background-repeat: repeat-x;
	background-color: #d0d0d0;
}
#master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:125px;
	z-index:1;
}
#topbannerholder {
	position: absolute;
	height: auto;
	width: auto;
	left: 350px;
	top: 15px;
}
#topmenunav {
	position: absolute;
	height: 20px;
	width: 330px;
	left: 260px;
	top: 83px;
}
#content {
	position:absolute;
	left:0px;
	top:125px;
	width:900px;
	height:100px;
	z-index:2;
}
#footer {
	position:absolute;
	left:0px;
	top:225px;
	width:900px;
	height:100px;
	z-index:3;
	background-image: url(shortsfooterbackground.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	background-image: url(shortslogo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 250px;
	left: 0px;
	top: 0px;
}
.style1 {font-family: "Times New Roman", Times, serif}
#footernav {
	position: absolute;
	height: 50px;
	width: 700px;
	left: 100px;
	top: 10px;
}
.style3 {font-family: "Times New Roman", Times, serif; font-size: small; }

</xsl:comment>
</style>
</head>

<body>
<div id="master">
<div id="header">
  <div id="logo"></div>
  <div id="topbannerholder"><? 
include_once("advert.php"); 
echo "<div align='center'>$bannerAd</div>";
?></div>
  <div id="topmenunav">
    <table width="300px" border="0" cellspacing="0" cellpadding="4">
      <tr align="left"><td><span class="style1">Home</span></td>
  <td>|</td>
  <td><span class="style1">About Us</span></td>
  <td>|</td>
  <td><span class="style1">Contact Us</span></td>
    </tr>
    </table></div>
</div>
<div id="content"></div>
<div id="footer">
  <div id="footernav">
  <table width="700px" border="0" cellspacing="10" cellpadding="4"><tr align="left">
  <td><span class="style3">Contact </span></td>
  <td>|</td>
  <td><span class="style3">Privacy Policy</span></td>
  <td>|</td>
  <td><span class="style3">About </span></td>
  <td>|</td>
  <td><span class="style3">Site Map</span></td>
  <td>|</td><td><a href="http://www.addthis.com/bookmark.php?v=20" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/sm-bookmark-en.gif" width="83" height="16" alt="Bookmark and Share" style="border:0"/></a></td><td>|</td>
  <td width="100%"><span class="style3">&copy; MensShortsStore 2009</span></td>
  </tr></table></div>   </div>
</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
