// GLOBAL Functions 
// ************************************************


//  KinAuzson DaZines footer

document.write('<STYLE type=text/css>');
document.write('.tagline {FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000080}'); 
document.write('.trFootText {FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000080}');

document.write('A.navlnk2 {FONT-SIZE: 9px; COLOR: #663300; LINE-HEIGHT: 13px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}');
document.write('A.navlnk2:link {COLOR: #663300}');
document.write('A.navlnk2:visited {COLOR: #663300}');
document.write('A.navlnk2:active {COLOR: #663300}');
document.write('A.navlnk2:hover {COLOR: red}');
    
document.write('A.navlnk {FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000080; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}');
document.write('A.navlnk:link {COLOR: #000080}');
document.write('A.navlnk:visited {COLOR: #000080}');
document.write('A.navlnk:active {COLOR: #000080}');
document.write('A.navlnk:hover {COLOR: red}');

document.write('</STYLE>');

document.write('<CENTER>');
document.write('<TABLE bgColor="#ffffff" width="100%" border=1 BorderColor="#000000" cellSpacing=0 cellPadding=2>');
document.write('<TBODY>');
document.write('<TR><TD bgColor="#00cccc" width="100%" valign=top colspan=3>');
document.write('<img border="0" height="4" src="http://www.4pointspress.com/img/clearpixel.gif" width="3">');
document.write('</TD></TR>');

document.write('<tr><td valign=middle align=center>');
document.write('<a target="_top" href="http://www.4pointspress.com/auzzkd/"'); 
document.write('title="Graphics and Web Design by AuzzKD">');
document.write('<img src="http://www.4pointspress.com/img/logo_auzzkd_webdesign_88x33.gif" width=88 height=33 border=0 alt="Graphics and Web Design by AuzzKD"></a>');
document.write('</TD>');

document.write('<td valign=top align=center>');
document.write('<FONT class="tagline">You Are Not Lost!&nbsp;&nbsp;You Are Here!</FONT><br>');
document.write('<FONT class="trFootText">');
var da=new Date();
document.writeln("© 1997-"+da.getYear());
document.write('</FONT><a class="navlnk" target="_top" title="You Are STILL Not Lost! Relax, Breathe Deep, You Are Here!"');
document.write('href="http://www.4pointspress.com/lauries/">KinAuzson DaZines&reg;</a>');

document.write('<br><a class="navlnk" target="_top" title="Our Privacy Policy"'); 
document.write('href="http://www.4pointspress.com/help/privacy.htm">Privacy</A>');
document.write('<FONT class="trFootText">&nbsp;|&nbsp;</FONT>');

document.write('<a class="navlnk" target="_top" title="Use of this website is subject to our Terms of Use"'); 
document.write('href="http://www.4pointspress.com/help/termsofuse.htm">Terms of Use</A>');
document.write('</TD>');

document.write('<td valign=middle align=center>');
document.write('<FONT class="trFootText">Sponsored By</FONT><br>');
document.write('<a class="navlnk" target="_top" title="Sponsored and hosted by 4 Points Press Publishing Co" href="http://www.4pointspress.com/">4PointsPress.com</A>');

document.write('</TD></TR></TBODY></TABLE></CENTER><BR CLEAR="center">');



//  No Right Click for AuzzKD
function right(e) {
{
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Thank you for wanting to steal, I mean borrow,  my ORIGINAL art work but you know that would be a NO-NO.  All graphics and images on this page are copyrighted to KinAuzson DaZines / AuzzKD and are not for use without specific permission.  Contact KinAuzson DaZines / AuzzKD to confirm permission has been granted. (Yeah, make me an offer I can't refuse)");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
}



