<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<TABLE WIDTH="755" BORDER="1" BORDERCOLOR="#000000">');
document.write('<TR>');
document.write('<TD ALIGN=RIGHT BGCOLOR=#B22222 COLSPAN=5>');
document.write('<A HREF=lugosihomepage.html>HOME</A> | <A HREF=mailinglist.html>MAILING LIST</A> &nbsp;&nbsp;&nbsp;');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD ALIGN=RIGHT BGCOLOR=#000000 COLSPAN=5>');
document.write('<A HREF=lugosihomepage.html><IMG SRC=images/bl_header.jpg BORDER=0></A>');
document.write('</TD>');
document.write('</TR>');
document.write('<TR HEIGHT=30 BGCOLOR=#B22222>');
document.write('<TD ALIGN=CENTER><A HREF=about.html>ABOUT</A>');
document.write('</TD>');
document.write('<TD ALIGN=CENTER><A HREF=society.html>SOCIETY</A>');
document.write('</TD>');
document.write('<TD ALIGN=CENTER><A HREF=store.html>STORE</A>');
document.write('</TD>');
document.write('<TD ALIGN=CENTER><A HREF=business.html>BUSINESS</A>');
document.write('</TD>');
document.write('<TD ALIGN=CENTER><A HREF=website_contact.html>CONTACT</A>');
document.write('</TD>');
document.write('</TR>');
document.write('</TABLE>');



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 -->