// JavaScript Document

// variables relative to page content
var store;
var store_bad_axe_saws;
var store_bench_hook_sets;
var store_accessories;
var store_restoration;
var reviews;
var home_page;

function add(){
	var a = "<div><a href=\"bad-axe-bench-hook-sets.html\"><img src=\"images/ad_bench_hook.jpg\" /><br />Bad Axe Bench Hook Sets &raquo;</a></div>";
	var b = "<div><a href=\"bad-axe-accessories.html#toothline-guards\"><img src=\"images/ad_toothline_guard.jpg\" /><br />Toothline Guards &raquo;</a></div>";
	var c = "<div><a href=\"bad-axe-accessories.html#gift-certificates\"><img src=\"images/ad_gift_certificates.jpg\" /><br />Bad Axe Gift Certificates &raquo;</a></div>";
	var d = "<div><a href=\"16-inch-large-tenon-back-saw.html\"><img src=\"images/ad-16-inch-back-saw.jpg\" /><br />Bad Axe 16&quot; Back Saw &raquo;</a></div>";
	var e = "<div><a href=\"bad-axe-bench-hook-sets.html\"><img src=\"images/largeTenon.jpg\" width=\"270\" height=\"150\" /></a><br /><strong><a href=\"bad-axe-bench-hook-sets.html\">Bad Axe Bench Hook Sets</a></strong><p style=\"letter-spacing:-.5px;\">&#8220;They\'re the kind of accessory I\'ll leave on my bench top, always there ready to work and the fact that they look good is a bonus!&#8221;</p><p><strong>&ndash; Tom Fidgen</strong>, Author, The Unplugged Woodshop</p></div>";
	var f = "<div><a href=\"18-inch-large-tenon-back-saw.html\"><img src=\"images/ad-18-inch-back-saw.jpg\" width=\"270\" height=\"150\" /></a><br /><strong><a href=\"18-inch-large-tenon-back-saw.html\">18\" Large Tenon Back Saw</a></strong><p style=\"letter-spacing:-.5px;\">&#8220;...a saw Henry Disston would have put his own name on.&#8221;</p><p><strong>&ndash; Erik von Sneidern</strong>, Disstonian Institute</p></div>";
	var g = "<div><a href=\"bad-axe-accessories.html#gift-certificates\"><img src=\"images/ad-gift-certificates.jpg\" width=\"270\" height=\"150\" /></a><br /><strong><a href=\"bad-axe-accessories.html#gift-certificates\">Bad Axe Gift Certificates</a></strong><p>Just in time for the holidays, I offer a selection of gift certificates you can apply toward any of the saws or services I sell through Bad Axe Tool Works. Tell SWMBO...or HWMBO, for that matter!</p></div>";
	store_bad_axe_saws = a+b+c;
	store_bench_hook_sets = b+c;
	store = a+b+c;
	store_restoration = d+c+b+a;
	store_accessories = d+c;
	reviews = a+b+c+d;
	home_page = e+g;
}
add();
