
var relativePath = "";

function writeHeader()
{
	document.write(
		"<tr>" +
			"<td colspan=\"2\" height=\"111px\"><img src=\"" + relativePath + "fly-fishing-web-images/FlyFishingGraphic.jpg\" alt=\"\" height=\"110\" width=\"800\"></td>" +
		"</tr>" +
		"<tr>" +
			"<td></td>" +
			"<td height=\"20px\" align=\"center\" style=\"color: #ACA59A; font-size: 9pt; background-color: black; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: italic;\">" +
				"&quot;The premier fly fishing outfitter in Greater Cincinnati and Northern Kentucky&quot;" +
			"</td>" +
		"</tr>"
	);
}

function writeSidebar()
{
	document.write(
		"<td width=\"150px\" valign=\"top\" style=\"background-color: black;\">" + 
			"<table border=\"0px\" cellpadding=\"5px\" cellspacing=\"0px\" style=\"color: #ACA59A;\">" + 
				"<tr>" + 
					"<td style=\"background-color: #CC0000; padding: 10px; border-left: 5px black solid; border-right: 5px black solid;\">" +
						"<a href=\"http://www.flyandshot.com/shopping/index.html\"><span style=\"font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; color: white; text-decoration: underline;\">SHOP ONLINE NOW</span></a><br />" +
							"<a href=\"http://www.flyandshot.com/shopping/index.html\"><img src=\"" + relativePath + "fly-fishing-web-images/products/Open-Range-Pak.jpg\" alt=\"\" style=\"margin: 5px;\" /></a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"" + relativePath + "index.html\" class=\"navLink\">FLY AND SHOT HOME</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"http://flyandshot.blogspot.com/\" target=\"_blank\" class=\"navLink\">UPCOMING EVENTS</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"" + relativePath + "fly-fishing-stream-conditions.html\" class=\"navLink\">FISHING CONDITIONS</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"" + relativePath + "fly-fishing-trips.html\" class=\"navLink\">FLY FISHING TRIPS</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"" + relativePath + "fly-fishing-products.html\" class=\"navLink\">FLY FISHING PRODUCTS</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"http://stores.ebay.com/Fly-and-Shot-Outfitters\" target=\"_blank\" class=\"navLink\">PRODUCT SPECIALS</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"" + relativePath + "fly-fishing-photo-album.html\" class=\"navLink\">PHOTO ALBUM</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"" + relativePath + "fly-tying-bench.html\" class=\"navLink\">FLY TYING BENCH</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"http://flyandshot.blogspot.com\" class=\"navLink\" target=\"_blank\">FLY &amp; SHOT BLOG</a>" +
					"</td>" +
				"</tr>" +
//				"<tr>" +
//					"<td>" +
//						"<a href=\"#\" class=\"navLink\">LINKS</a>" +
//					"</td>" +
//				"</tr>" +
				"<tr>" +
					"<td>" +
						"<a href=\"" + relativePath + "fly-fishing-contact-us.html\" class=\"navLink\">CONTACT US</a>" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<td>&nbsp;</td>" +
				"</tr>" +
				"<tr>" +
					"<td style=\"font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-size: 8pt; background-color: #ACA59A; border: 5px black solid; color: black;\">" +
						"CAN'T FIND IT?<br />" +
						"SEARCH BELOW" +
					"</td>" +
				"</tr>" +
				"<tr>" +
					"<!-- SiteSearch Google -->" +
					"<td>" +
					"<form method=\"get\" action=\"http://www.google.com/custom\">" +
						"<a href=\"http://www.google.com/\"><img src=\"http://www.google.com/logos/Logo_25blk.gif\" border=\"0\" alt=\"Google\"></a><br/>" +							
						"<input type=\"text\" name=\"q\" style=\"width: 90px;\" maxlength=\"140\" value=\"\">" +
						"<br />" +
						"<input type=\"radio\" name=\"sitesearch\" value=\"\" checked=\"checked\"> <span style=\"font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-size: 8pt; color: #ACA59A;\">Web</span>" +
						"<input type=\"radio\" name=\"sitesearch\" value=\"www.flyandshot.com\"> <span style=\"font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-size: 8pt; color: #ACA59A;\">Fly &amp; Shot</span>" +
						"<br />" +
						"<input type=\"hidden\" name=\"domains\" value=\"www.flyandshot.com\">" +
						"<input type=\"hidden\" name=\"client\" value=\"pub-0640394742343556\">" +
						"<input type=\"hidden\" name=\"forid\" value=\"1\">" +
						"<input type=\"hidden\" name=\"channel\" value=\"2386663629\">" +
						"<input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\">" +
						"<input type=\"hidden\" name=\"oe\" value=\"ISO-8859-1\">" +
						"<input type=\"hidden\" name=\"cof\" value=\"GALT:#FFFFFF;GL:1;DIV:#000000;VLC:663399;AH:center;BGC:ACA59A;LBGC:000000;ALC:0000FF;LC:0000FF;T:000000;GFNT:666633;GIMP:666633;LH:100;LW:100;L:http://www.flyandshot.com/webimages/flyfishinglogo.gif;S:http://www.flyandshot.com;LP:1;FORID:1;\">" +
						"<input type=\"hidden\" name=\"hl\" value=\"en\">" +
						"<input type=\"submit\" name=\"sa\" value=\"Search\">" +
					"</form>" +
					"</td>" +
					"<!-- SiteSearch Google -->" +
				"</tr>" +
			"</table>" +
		"</td>"
	);
}

function writeFooter()
{
	document.write(
		"<table border=\"0px\" cellpadding=\"0px\" cellspacing=\"0px\" width=\"650px\">" +
			"<tr>" +
				"<td colspan=\"5\">&nbsp;</td>" +
			"</tr>" +
			"<tr>" +
				"<td colspan=\"5\" style=\"font-family: Helvetica; color: black; font-size: 8pt;\" align=\"center\">" +
					"11130 Kenwood Rd. Cincinnati, OH  45242 - (513) 247-9523<br />" +
					"<a class=\"underline\" href=\"http://www.mapquest.com/maps/map.adp?searchtype=address&country=US&addtohistory=&searchtab=home&address=11130+Kenwood+Rd&city=Cincinnati&state=OH&zipcode=45242\" target=\"_blank\">Click Here For Directions To Our Store</a><br />" +
					"Copyright 2008 - Fly and Shot.com - Fly Fishing Outfitters" +
				"</td>" +
			"</tr>" +
			"<tr>" +
				"<td colspan=\"5\">&nbsp;</td>" +
			"</tr>" +
		/*	"<tr>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.theoutdoorlodge.com/cgi-bin/top_sites/fishing/topsites.cgi?flyandshot\" target=\"_BLANK\"><img src=\"http://www.theoutdoorlodge.com/images/buttons/top_sites/top_sites_fishing.gif\" border=0 height=\"28\" width=\"98\" alt=\"Vote for Us at The Outdoor Lodge\"s Top Fishing Sites\"></a></td>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.bigfishtackle.com/top50/1320\"><img src=\"http://www.bigfishtackle.com/cgi-bin/top50/topsites.cgi?action=button&id=1320\" border=\"0\" /></a></td>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.fishingnet.com/topangling/in.php?id=496\"><img src=\"http://www.fishingnet.com/topangling/button.php?id=496\" border=\"0\" /></a></td>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.flat-bellies.com/topsites/in.php?id=538\"><img src=\"http://www.flat-bellies.com/topsites/button.php?id=538\" border=\"0\" /></a></td>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.getbentsportfishing.com/wrapper/top-sites/in.php?id=314\"><img src=\"http://www.getbentsportfishing.com/topsites/button.php?id=314\" border=\"0\" /></a></td>" +
			"</tr>" +
			"<tr>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.midwestfishing.net/topsites/in.php?id=212\"><img src=\"http://www.midwestfishing.net/topsites/button.php?id=212\" border=\"0\" /></a></td>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.huntinfishin.com/topsitelist/in.php?id=43\"><img src=\"http://www.huntinfishin.com/topsitelist/button.php?id=43\" border=\"0\"> </a></td>" +
				"<td align=\"center\" valign=\"middle\"><!-- 100 Top Sites Code Start : Do not modify --><a href=\"http://www.hitsunlimited.com/cgi-bin/100topcg/100top.cgi?ID=1028\" target=\"_blank\"><img src=\"http://www.hitsunlimited.com/cgi-bin/100topcg/100top.cgi?IDimg=1028\" border=0 height=28 width=98 alt=\"image linking to 100 Top Captain and Guide Sites\"></a> <!-- 100 Top Sites Code End --></td>" +
				"<td align=\"center\" valign=\"middle\"><!-- BEGIN The Outdoor Store\"s Best Outdoor Sites CODE --><a href=\"http://usa.ultimatetopsites.com/bin/topsite.cgi?dhollins&cat=coolsites&ID=191\"><img src=\"http://usa.ultimatetopsites.com/bin/votepicture.art?dhollins&cat=coolsites&ID=191\" border=0></a> <!-- END The Outdoor Store\"s Best Outdoor Sites CODE --></td>" +
				"<td align=\"center\" valign=\"middle\"><a href=\"http://www.hotspotfishing.com/rank/rank.asp?member=flyshot&status=in\"><img src=\"http://www.hotspotfishing.com/rank/topimg.asp?id=flyshot\" border=0> </a></td>" +
			"</tr>" +
		*/
		"</table>" 
	);
}