document.write("<table border='0' width='80%' cellpadding='0' style='border-collapse: collapse' class='smallfont'>");
document.write("<tr><td align='center' valign='bottom'>");
document.write("<a href='http://www.snapcapps.com/cappstore.htm'>CAPP STORE</a>&nbsp;|&nbsp;");
document.write("<a href='http://www.snapcapps.com/teamcapps.htm'>TEAM CAPPS</a>&nbsp;|&nbsp;");
document.write("<a href='http://www.snapcapps.com/contact.htm'>CONTACT</a>&nbsp;|&nbsp;");
document.write("<a href='http://www.snapcapps.com/distributors.htm'>DISTRIBUTORS</a>&nbsp;|&nbsp;");
document.write("<a href='http://www.snapcapps.com/fundraisers.htm'>FUNDRAISERS</a>&nbsp;|&nbsp;");
document.write("<a href='http://www.snapcapps.com/howto.htm'>HOW TO</a>&nbsp;|&nbsp;");
document.write("<a href='http://www.snapcapps.com/index.htm'>HOME</a>");
document.write("</td></tr></table>");

//google analytics
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-3965867-10");
pageTracker._trackPageview();
} catch(err) {}

//right click disabler
var message="Sorry, that function is disabled";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;