<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="menu-table"><tr><td align="center">');


<!--BEGIN RIGHT CLICK PROTECTION-->

var message="You may not right mouse click this page.";
if (navigator.appName == 'Microsoft Internet Explorer'){
function NOclickIE(e) {
if (event.button == 2 || event.button == 3) {
alert(message);
return false;
}
return true;
}
document.onmousedown=NOclickIE;
document.onmouseup=NOclickIE;
window.onmousedown=NOclickIE;
window.onmouseup=NOclickIE;
}
else {
function NOclickNN(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=NOclickNN; }
document.oncontextmenu=new Function("alert(message);return false")
}



<!--END RIGHT CLICK PROTECTION-->








// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON





document.write('<a href="index.htm" class="menu"><span class="firstmenu">Home</span></a>');


document.write('</td><td align="center">');











document.write('<a href="about1.htm" class="menu">About</a>');


document.write('</td><td align="center">');










document.write('<a href="http://www.facebook.com/pages/Jay-Bryan-Sandifer/128119983917980" class="menu">Facebook</a>');


document.write('</td><td align="center">');







document.write('<a href="store.htm" class="menu">Store</a>');


document.write('</td><td align="center">');



document.write('</td></tr></table>');


//  End -->
