function xpreloadImages()
{
var d=document;

if (d.images)
	{
	if(!d.xp)
		d.xp = new Array();
		
	var i, j = d.xp.length, a = xpreloadImages.arguments;

	for(i = 0; i < a.length; i++)
		{
		if (a[i].indexOf("#") != 0)
			{
			d.xp[j] = new Image;
			d.xp[j++].src=a[i];
			}
		}
	}
}


function page_footer()
{
firearms_makers();
copr();
}

function firearms_makers()
{
document.write("<tr>");
document.write("<td colspan=\"2\">");
document.write("<div align=\"center\">");

document.write("<a href=\"http://www.barrettrifles.com\" target=\"_blank\">Barrett</a> &bull; ");
document.write("<a href=\"http://www.berettausa.com\" target=\"_blank\">Beretta</a> &bull; ");
document.write("<a href=\"http://www.bushmaster.com\" target=\"_blank\">Bushmaster</a> &bull; ");
document.write("<a href=\"http://www.colt.com\" target=\"_blank\">Colt</a> &bull; ");
document.write("<a href=\"http://www.fnherstal.com\" target=\"_blank\">FN Herstal</a> &bull; ");
document.write("<a href=\"http://www.glock.com\" target=\"_blank\">Glock</a> &bull; ");
document.write("<a href=\"http://www.hecklerkoch-usa.com\" target=\"_blank\">Heckler &amp; Koch</a> &bull; ");
document.write("<a href=\"http://www.henryrepeating.com\" target=\"_blank\">Henry</a><br>");
document.write("<a href=\"http://www.mossberg.com\" target=\"_blank\">Mossberg</a> &bull; ");
document.write("<a href=\"http://www.paraord.com\" target=\"_blank\">Para-Ordnance</a> &bull; ");
document.write("<a href=\"http://www.remington.com\" target=\"_blank\">Remington</a> &bull; ");
document.write("<a href=\"http://www.ruger-firearms.com\" target=\"_blank\">Ruger</a> &bull; ");
document.write("<a href=\"http://www.savagearms.com\" target=\"_blank\">Savage Arms</a> &bull; ");
document.write("<a href=\"http://www.sigarms.com\" target=\"_blank\">Sig Sauer</a> <br>");
document.write("<a href=\"http://www.smith-wesson.com\" target=\"_blank\">Smith and Wesson</a> &bull; ");
document.write("<a href=\"http://www.springfield-armory.com\" target=\"_blank\">Springfield Armory</a> &bull; ");
document.write("<a href=\"http://www.taurususa.com\" target=\"_blank\">Taurus</a> &bull; ");
document.write("<a href=\"http://www.waltheramerica.com\" target=\"_blank\">Walther</a>");
document.write("<br>");
document.write("</div>");
document.write("</td>");
document.write("</tr>");
}

function copr()
{
document.write("<tr>");
document.write("<td colspan=\"2\">");
document.write("<div align=\"center\">");
document.write("<p class=\"copyright\">This website Copyright &copy; 2010 by Lone Wolf Trading Company, All Rights Reserved.</p>");
document.write("</div>");
document.write("</td></tr>");
}
