From: <Saved by Windows Internet Explorer 8>
Subject: Texas Gun Owner's Guide - Updates
Date: Wed, 6 Apr 2011 11:30:43 -0700
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0011_01CBF44E.10AE5CC0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994

This is a multi-part message in MIME format.

------=_NextPart_000_0011_01CBF44E.10AE5CC0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.gunlaws.com/tgogup.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Texas Gun Owner's Guide - Updates</TITLE>
<META content=3D"text/html; charset=3Dwindows-1252" =
http-equiv=3DContent-Type>
<META name=3DAuthor content=3D"Alan Korwin">
<META name=3Ddescription=20
content=3D"Updates to the book: Texas Gun Owners Guide - by Alan =
Korwin">
<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.19019">
<META name=3Dkeywords=20
content=3D"Texas, gun laws, firearms rights, Alan Korwin, book, =
constitutional rights">
<META name=3DProgId content=3DFrontPage.Editor.Document><LINK =
rel=3Dstylesheet=20
type=3Dtext/css href=3D"http://www.gunlaws.com/gunlaws.css">
<SCRIPT type=3Dtext/javascript =
src=3D"http://www.gunlaws.com/gunlaws.js"></SCRIPT>

<META name=3D"Microsoft Border" content=3Dtb>
<SCRIPT language=3DJavaScript type=3Dtext/JavaScript=20
src=3D"http://www.gunlaws.com/qTip.js"></SCRIPT>
</HEAD>
<BODY bgColor=3D#ffffff>
<SCRIPT language=3Djavascript>=0A=
/**** Mini Cart Summary Display ****/=0A=
=0A=
/**** REPLACE THE VALUES IN THESE LINES ****/=0A=
var serialnum=3D"0001246504";=0A=
var =
cartURL=3D"http://www.gunlaws.com/cgi-gunlaws/sb/order.cgi?storeid=3D*1a0=
30545f18f8d550dcd7beeb90b57&function=3Dshow";=0A=
=0A=
var textColor=3D"#000099";=0A=
var backgroundColor=3D"transparent";=0A=
var showCart=3D"yes";       // only "yes" or "no"=0A=
var cartColor=3D"black";    // only "black" or "white"=0A=
var textAlign=3D"left";     // only "left" "right" or "center"=0A=
=0A=
/**** DON'T CHANGE ANYTHING BELOW HERE ****/=0A=
=0A=
var linkColor=3DtextColor;=0A=
var cookies=3Ddocument.cookie;  //read in all cookies=0A=
var start =3D cookies.indexOf("ss_cart_" + serialnum + "=3D"); =0A=
var cartvalues =3D "";=0A=
var linecount =3D 0;=0A=
var start1;=0A=
var end1;=0A=
var tmp;=0A=
=0A=
// Start Output=0A=
document.write("<div style=3D\"color:" + textColor + ";");=0A=
document.write("background-color:" + backgroundColor + ";");=0A=
document.write("text-align:" + textAlign + ";");=0A=
document.write("font-family: Verdana, Arial, Helvetica, sans-serif;");=0A=
document.write("font-size: 8pt;");=0A=
document.write("\">\n");=0A=
if (showCart =3D=3D "yes")=0A=
{=0A=
  document.write("<a href=3D\"");=0A=
  document.write(cartURL + "\"");=0A=
  document.write(">");=0A=
  document.write("<img =
src=3D\"http://www.gunlaws.com/store/media/themesmedia/cart-" + =
cartColor + ".gif\" border=3D\"0\" align=3D\"top\">");=0A=
  document.write("</a> ");=0A=
}=0A=
=0A=
document.write("<a href=3D\"" + cartURL + "\" style=3D\"color:" + =
linkColor + ";\">");=0A=
document.write("Your Shopping Cart");=0A=
document.write("</a>");=0A=
=0A=
if (start =3D=3D -1)  //No cart cookie=0A=
{=0A=
  document.write("</div>\n");=0A=
}=0A=
else   //cart cookie is present=0A=
{=0A=
  start =3D cookies.indexOf("=3D", start) +1;  =0A=
  var end =3D cookies.indexOf(";", start);  =0A=
=0A=
  if (end =3D=3D -1)=0A=
  {=0A=
    end =3D cookies.length;=0A=
  }=0A=
=0A=
  cartvalues =3D unescape(cookies.substring(start,end)); //read in just =
the cookie data=0A=
=0A=
  start =3D 0;=0A=
  while ((start =3D cartvalues.indexOf("|", start)) !=3D -1)=0A=
  {=0A=
    start++;=0A=
    end =3D cartvalues.indexOf("|", start);=0A=
    if (end !=3D -1)=0A=
    {=0A=
      linecount++;=0A=
=0A=
      if (linecount =3D=3D 2) // Total Quantity of Items=0A=
      {=0A=
        tmp =3D cartvalues.substring(start,end);=0A=
        colon =3D tmp.indexOf(":", 0);=0A=
        document.write("<br>Contains <b>");=0A=
        document.write(tmp.substring(colon+1,end - start));=0A=
        document.write("</b>");=0A=
        if ((tmp.substring(colon+1,end - start)) =3D=3D 1 )=0A=
        {=0A=
          document.write(" Item");=0A=
        }=0A=
        else=0A=
        {=0A=
          document.write(" Items");=0A=
        }=0A=
      }=0A=
=0A=
      if (linecount =3D=3D 3)  // Product Subtotal=0A=
      {=0A=
        tmp =3D cartvalues.substring(start,end);=0A=
        colon =3D tmp.indexOf(":", 0);=0A=
        document.write("<br>Subtotal: <b>");=0A=
        document.write(tmp.substring(colon+1,end - start));=0A=
        document.write("</b>");=0A=
      }=0A=
=0A=
      start =3D end;=0A=
    }=0A=
    else=0A=
      break;=0A=
    }=0A=
  } // end while loop=0A=
=0A=
  //close minicart HTML=0A=
  document.write("</div>\n");=0A=
</SCRIPT>

<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D10 width=3D"100%" =
align=3Dcenter>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><IMG border=3D0 alt=3D"Bloomfield Press"=20
      src=3D"http://www.gunlaws.com/images/LogoBlock.gif" width=3D481 =
height=3D137>=20
      <TABLE class=3Dnavbar border=3D0 cellSpacing=3D0 cellPadding=3D0 =
width=3D"90%"=20
      align=3Dcenter>
        <TBODY>
        <TR>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink title=3D"Main =
Intro"=20
            =
href=3D"http://www.gunlaws.com/index.htm">&nbsp;&nbsp;Home&nbsp;&nbsp;</A=
></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Main index to all our goods"=20
            =
href=3D"http://www.gunlaws.com/books.htm">&nbsp;&nbsp;Books&nbsp;&nbsp;</=
A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Link to any law or rights group nationwide"=20
            href=3D"http://www.gunlaws.com/links">National =
Directory</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Gun-law updates and analysis of gun-rights issues"=20
            href=3D"http://www.gunlaws.com/updates.htm">Position =
Papers</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Page Nine - Alan=92s Uninvited Ombudsman column"=20
            =
href=3D"http://www.gunlaws.com/PageNineIndex.htm">&nbsp;&nbsp;Alan=92s=20
            Blog&nbsp;&nbsp;</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Fequently Asked Questions"=20
            =
href=3D"http://www.gunlaws.com/faq.htm">&nbsp;&nbsp;&nbsp;FAQ&nbsp;&nbsp;=
&nbsp;</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Our latest news and views"=20
            href=3D"http://www.gunlaws.com/newstuff.htm">&nbsp;&nbsp;New =

            Stuff&nbsp;&nbsp;</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink title=3D"Search =
our site"=20
            =
href=3D"http://www.gunlaws.com/GoogleSearch.htm">&nbsp;&nbsp;Search&nbsp;=
&nbsp;</A></TD></TR></TBODY></TABLE>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D519 =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD class=3Dbrick bgColor=3D#ffffff height=3D18><A =
class=3Dnavlink1=20
            title=3D"All Bloomfield Press products"=20
            href=3D"http://www.gunlaws.com/AllProducts.htm">Complete =
alphabetical=20
            list</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D16><A style=3D"WIDTH: 71px" =
class=3Dnavlink2=20
            title=3D"Plain-English guides to state and national gun =
laws"=20
            href=3D"http://www.gunlaws.com/books.htm#gloa">Gun =
Laws</A><A=20
            style=3D"WIDTH: 77px" class=3Dnavlink2=20
            title=3D"How-To-Defend-Your-Rights Books"=20
            href=3D"http://www.gunlaws.com/books3.htm">Gun Rights</A> <A =

            style=3D"WIDTH: 80px" class=3Dnavlink2=20
            title=3D"The real deal behind the struggle for gun rights"=20
            href=3D"http://www.gunlaws.com/books4.htm">Gun =
Politics</A><A=20
            style=3D"WIDTH: 86px" class=3Dnavlink2=20
            title=3D"If we don't protect speech rights we could lose gun =
rights"=20
            href=3D"http://www.gunlaws.com/books9freespeech.htm">Free =
Speech</A><A=20
            style=3D"WIDTH: 48px" class=3Dnavlink2=20
            title=3D"Live-fire demonstrations and techniques from top =
pros"=20
            href=3D"http://www.gunlaws.com/videos.htm">DVDs</A><A=20
            style=3D"WIDTH: 147px" class=3Dnavlink2=20
            title=3D"How to avoid an attack and how to survive one"=20
            href=3D"http://www.gunlaws.com/persafe.htm">Self Defense and =

          Safety</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D16><A style=3D"WIDTH: 61px" =
class=3Dnavlink2=20
            title=3D"Books on preparing for emergencies"=20
            =
href=3D"http://www.gunlaws.com/books12survival.htm">Survival</A><A=20
            style=3D"WIDTH: 91px" class=3Dnavlink2=20
            title=3D"Police guides available to the public"=20
            href=3D"http://www.gunlaws.com/books6.htm">Police =
Guides</A><A=20
            style=3D"WIDTH: 54px" class=3Dnavlink2=20
            title=3D"Knife techniques and strategies for self defense"=20
            =
href=3D"http://www.gunlaws.com/books10knives.htm">Knives</A><A=20
            style=3D"WIDTH: 54px" class=3Dnavlink2=20
            title=3D"Gun-themed novels that make a point"=20
            =
href=3D"http://www.gunlaws.com/books7novels.htm">Novels</A><A=20
            style=3D"WIDTH: 143px" class=3Dnavlink2=20
            title=3D"What the Founding Fathers read... and wrote"=20
            href=3D"http://www.gunlaws.com/books8founders.htm">The =
Founders=20
            Package</A><A style=3D"WIDTH: 106px" class=3Dnavlink2=20
            title=3D"Why America is the linchpin of freedom on Earth"=20
            href=3D"http://www.gunlaws.com/books13history.htm">History =
of=20
            Rights</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D16><A style=3D"WIDTH: 52px" =
class=3Dnavlink2=20
            title=3D"Show off the best arguments for gun rights"=20
            =
href=3D"http://www.gunlaws.com/books11buttons.htm">Buttons</A> <A=20
            style=3D"WIDTH: 102px" class=3Dnavlink2=20
            title=3D"Some of the more recent additions to our line"=20
            href=3D"http://www.gunlaws.com/books8newbies.htm">Recent=20
            Additions</A><A style=3D"WIDTH: 73px" class=3Dnavlink2=20
            title=3D"Books especially for women"=20
            href=3D"http://www.gunlaws.com/books15Women.htm">For =
Women</A> <A=20
            style=3D"WIDTH: 156px" class=3Dnavlink2=20
            title=3D"For first-time gun owners and newcomers"=20
            href=3D"http://www.gunlaws.com/books14Newcomers.htm">For =
First-Time=20
            Gun Owners</A> <A style=3D"WIDTH: 127px" class=3Dnavlink2=20
            title=3D"Going, going, gone!"=20
            href=3D"http://www.gunlaws.com/books4sale.htm">Closeouts =
&amp;=20
            Bargains</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D18><A class=3Dnavlink3=20
            title=3D"See the very latest additions to our line"=20
            href=3D"http://www.gunlaws.com/books16Newest.htm">Newest=20
          =
Products</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
align=3Dcenter>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"95%" =
align=3Dcenter cols=3D1>
        <TBODY>
        <TR>
          <TD>
            <P align=3Dleft> </P>
            <TABLE border=3D2 borderColor=3D#000080 cellPadding=3D3 =
width=3D"85%"=20
            align=3Dcenter>
              <TBODY>
              <TR>
                <TD>
                  <DIV align=3Dcenter><B><FONT =
face=3DArial,Helvetica>"APPROVED BY=20
                  THE TEXAS DEPT. OF PUBLIC SAFETY<BR>FOR USE IN =
CONCEALED=20
                  HANDGUN LICENSE TRAINING."</FONT></B>=20
            </DIV></TD></TR></TBODY></TABLE>
            <P align=3Dcenter><FONT size=3D+3 face=3DImpact><A=20
            =
href=3D"http://www.gunlaws.com/updates.htm">UPDATES</A></FONT></P>
            <CENTER>
            <P></P></CENTER>
            <DIV align=3Dcenter>
            <CENTER>
            <TABLE border=3D0 width=3D"100%">
              <TBODY>
              <TR>
                <TD width=3D"33%"></TD>
                <TD width=3D"33%">
                  <P align=3Dcenter><A =
href=3D"http://www.gunlaws.com/tgog.htm"><IMG=20
                  border=3D0=20
                  =
src=3D"http://www.gunlaws.com/images/Photo/TGOG_2010.jpg"=20
                  width=3D164 height=3D250></A> </P></TD>
                <TD =
width=3D"34%"></TD></TR></TBODY></TABLE></CENTER></DIV><BR>
            <P align=3Dcenter><FONT face=3D"Arial, Helvetica, =
sans-serif"><B><FONT=20
            size=3D+3><I><A href=3D"http://www.gunlaws.com/tgog.htm">THE =
TEXAS GUN=20
            OWNER'S GUIDE</A></I></FONT></B></FONT></P>
            <P align=3Dcenter>&nbsp;</P>
            <P align=3Dcenter><FONT size=3D+3 face=3DImpact><A=20
            href=3D"http://www.gunlaws.com/tgogup5.htm">Updates for=20
            2009</A></FONT><BR><FONT size=3D+3 face=3DImpact><A=20
            href=3D"http://www.gunlaws.com/tgogup4.htm">Updates for=20
            2007-2008</A></FONT><BR><FONT size=3D+3 face=3DImpact><A=20
            href=3D"http://www.gunlaws.com/tgogup3.htm">Updates for=20
            2005-2006<BR></A></FONT><FONT size=3D+3 face=3DImpact><A=20
            href=3D"http://www.gunlaws.com/tgogup2.htm">Updates for=20
            2003-2004</A><BR><FONT size=3D+2><BR>Updates from 1997 to =
2002 appear=20
            below</FONT></FONT></P>
            <P align=3Dcenter>&nbsp;</P>
            <P align=3Dcenter>&nbsp;</P>
            <P><FONT face=3D"Arial, Helvetica, sans-serif"><B>CHANGES TO =
EDITION 4=20
            THAT APPEAR IN EDITION 5<BR>ISSUE DATE: March 30, 2002.<FONT =

            size=3D+1> </FONT></B></FONT></P>
            <P align=3Dleft><B>BILLS AFFECTING TEXAS GUN LAW IN=20
            2001</B><BR>&nbsp;<BR>Texas gun laws were affected in 2001 =
by 19=20
            bills (out of 5,514 filed and 1,600 enacted), during the =
77th=20
            session. This lead to a net gain of 1,348 words, or 3.2% =
growth in=20
            Texas gun law, to a total of 43,390 words.&nbsp; The text =
and law in=20
            The Texas Gun Owner's Guide (5th Edition, 2002) were updated =
to=20
            reflect the changes.&nbsp; Each bill can be viewed in its =
entirety=20
            on the Texas state website, =
www.capitol.state.tx.us/<BR>&nbsp;<BR>HB=20
            84.&nbsp; Penal Code 46.041. A felon may not possess metal =
or body=20
            armor.&nbsp; Possession by regular civilians is=20
            unaffected.<BR>&nbsp;<BR>HB 139.&nbsp; Penal Code 22.021. =
Sexual=20
            abuse is "aggravated" if the offense includes display or use =
of=20
            deadly weapon.<BR>&nbsp;<BR>HB 141.&nbsp; Penal Code 20.03.=20
            Kidnapping is a class 2 felony if serious injury is risked. =
Penal=20
            Code 20.04. Aggravated Kidnapping includes making a person a =
slave,=20
            abducting someone incompetent or under 17; change "him" to =
the=20
            politically correct gender-free term "the person=20
            abducted".<BR>&nbsp;<BR>HB 171.&nbsp; Penal Code 28.02. An =
arson=20
            offense occurs whether the fire starts or not; places of =
habitation=20
            or assembly are added.<BR>&nbsp;<BR>Penal Code 28.03. Arson =
and=20
            Criminal Mischief penalties are changed and "explosive =
weapon" is=20
            defined for use in this section.<BR>&nbsp;<BR>HB 780.&nbsp;=20
            Government Code 411.1999. Description of retired peace =
officers who=20
            are elligible for CHL is =
expanded.<BR>&nbsp;<BR>HB1118.&nbsp; Family=20
            Code 59.003. Delete "or (3)," of section (a)(2) to adjust =
penalty=20
            applicability.<BR>&nbsp;<BR>HB 1362.&nbsp; Penal Code 42.01. =
An=20
            exemption for using a firearm in defense against a wild =
animal=20
            attack is added to the Disorderly Conduct =
law.<BR>&nbsp;<BR>HB=20
            1600.&nbsp; Penal Code 38.14. Attempting to take a peace =
officer's=20
            gun is a state jail felony, taking the gun is increased to a =
class 3=20
            felony.<BR>&nbsp;<BR>HB 1837.&nbsp; Local Government Code, =
250.001.=20
            Shooting range protection.&nbsp; The definition of a range =
is=20
            expanded to include private clubs and associations =
regardless of=20
            when they opened, and nuisance complaints are=20
            restricted.<BR>&nbsp;<BR>HB 1118.&nbsp; Penal Code 8.07. =
Change "he"=20
            to "the person" so no one is offended.<BR>&nbsp;<BR>HB =
1925.&nbsp;=20
            Penal Code 46.03. Places where weapons are prohibited =
includes=20
            within 1,000 feet of a place of execution. Exceptions =
include=20
            driving on a public road, or while at home or at work.&nbsp; =
Penal=20
            Code 46.15. Proper authorities are exempted from the firearm =
ban=20
            within 1,000 feet of execution site.<BR>&nbsp;<BR>HB =
2098.&nbsp;=20
            Penal Code 20.02. False Imprisonment penalty is increased if =
the=20
            victim is under 17 or a public servant.<BR>&nbsp;<BR>HB =
2784.=20
            Government Code 411.047. DPS is allowed to maintain certain =
CHL=20
            statistics on its website, the stats allowed are=20
            described.<BR>&nbsp;<BR>HB 2812.&nbsp; Technical Corrections =
Bill.=20
            Non-substantive fixes, mostly changing citations, e.g. Texas =
Bd. of=20
            Private Investigators and Private Security Agencies is now =
Chap.=20
            1702, Occupations Code.<BR>&nbsp;<BR>SB 199.&nbsp; Penal =
Code 46.04.=20
            Unlawful possession of firearms by felons is amended to add =
people=20
            with a Class A misdemeanor violation under Penal Code 22.01=20
            (assault) within 5 years of release, and state employees =
under=20
            specified protective orders, except for =
police.<BR>&nbsp;<BR>Family=20
            Code 85.022. A court order can ban firearm possession, =
except for=20
            police.<BR>&nbsp;<BR>Family Code 85.026. The gun-ban =
statement=20
            required in certain court orders is changed to exclude=20
            police.<BR>&nbsp;<BR>SB 430.&nbsp; Occupational Code =
1701.603. Gun=20
            safety training in schools is encouraged, may include NRA =
Eddie=20
            Eagle program and more.<BR>&nbsp;<BR>SB 904.&nbsp; Penal =
Code 37.08.=20
            False report to a peace officer investigating a felony is =
now a=20
            state jail felony, or a class B misdemeanor if the =
investigation is=20
            for a misdemeanor.<BR>&nbsp;<BR>SB 1174.&nbsp; Penal Code =
28.03.=20
            Criminal mis-chief now includes penalties for tampering with =
public=20
            communication, public transportation, public gas or power =
supply, or=20
            other public service.<BR>&nbsp;<BR>SB 1368 (1999). Technical =

            Corrections Bill.&nbsp; Changes the old CHL law designation =
of=20
            4413(29ee) to Subchapter H, Chapter 411, Government=20
            =
Code.<BR>&nbsp;<BR>CORRECTION<BR>CORRECTION<BR>&nbsp;<BR>Previous=20
            announcements indicated the following bill was enacted, but =
it was=20
            vetoed by the governor and is not law.<BR>&nbsp;<BR>SB 1713. =
Penal=20
            Code 46.15. Nonapplicability would be changed so =
out-of-state police=20
            and certain special investigators in Texas would be exempt =
from gun=20
            bans on the public, the exact opposite of the original =
intent under=20
            the Constitution.&nbsp; This proposal was=20
            vetoed.<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>Copyright =
2002=20
            Alan Korwin<BR>BLOOMFIELD PRESS<BR>Call or write for free=20
            catalog<BR>and get free updates online!<BR>4848 E. Cactus,=20
            #505-440<BR>Scottsdale, AZ=20
            =
85254<BR>602-996-4020<BR>1-800-707-4020<BR>gunlaws.com<BR><BR><BR><BR></P=
>
            <P align=3Dcenter>&nbsp;</P>
            <P align=3Dcenter><B><FONT face=3DArial,Helvetica><A=20
            href=3D"http://www.gunlaws.com/tgog.htm">Texas Gun Owner's=20
            Guide</A></FONT></B> </P>
            <CENTER>
            <P align=3Dcenter><FONT face=3D"Arial, Helvetica, =
sans-serif"><B><FONT=20
            size=3D+1>THE TEXAS GUN OWNER'S GUIDE </FONT></B></FONT></P>
            <P align=3Dcenter><FONT size=3D+3 face=3DImpact>YEAR 2000=20
UPDATE</FONT></P>
            <P align=3Dcenter><FONT face=3D"Arial, Helvetica, =
sans-serif"><B><FONT=20
            size=3D+1>CHANGES TO EDITION 3 THAT APPEAR IN EDITION 4 =
<BR>ISSUE=20
            DATE: January 24, 2000. </FONT></B></FONT></P>
            <P align=3Dleft>The Texas legislature passed 27 bills on =
Texas gun law=20
            in its 1999 session. These have been included in the new 4th =
edition=20
            and are described here. Many typographical, pagination, =
positioning,=20
            grammatical and technical changes have been made and may not =
be=20
            noted. The page number from the prior book (Edition 3) =
precedes each=20
            entry. See the latest edition for full details. =
FFL=3DFederal Firearms=20
            Licensee (licensed dealers); CHL=3DConcealed Handgun License =
or=20
            Licensee. </P>
            <P align=3Dleft><B>"Approved by the Texas Dept. of Public =
Safety for=20
            Use In Concealed Handgun License training."</B> </P>
            <P align=3Dleft>Page 2--Now the 4th edition Copyright 2000 =
ISBN #=20
            1-889632-01-5 We are on the web at <A=20
            href=3D"http://www.gunlaws.com/index.htm">gunlaws.com</A>. =
</P>
            <P align=3Dleft><B>3</B>--Table of Contents updated as =
needed to match=20
            new text. </P>
            <P align=3Dleft><B>12</B>--Substitute "people" for =
"citizens," to=20
            increase precision. </P>
            <P align=3Dleft><B>16</B>--"The Second Amendment of =
coursemeans what=20
            it always used to mean, which explains the armed populace we =
observe=20
            today." </P>
            <P align=3Dleft><B>17</B>--A list of the various codes that =
contain=20
            Texas gun laws is included: </P>
            <P align=3Dleft>Alcoholic Beverage Code, Business and =
Commerce Code,=20
            Civil Practice and Remedies Code, Code of Criminal =
Procedure,=20
            Education Code, Family Code, Government Code, Health and =
Safety=20
            Code, Local Government Code, Parks and Wildlife Code, Penal =
Code,=20
            Property Code. </P>
            <P align=3Dleft><B>19</B>--Replicas of pre-1899 firearms =
that don't=20
            use rimfire or centerfire ammo are now excluded from the =
basic=20
            firearm definition. </P>
            <P align=3Dleft><B>20</B>--A new "right" is introduced under =
Health=20
            and Safety Code =A7247.065 for operators of assisted-living =
facilities=20
            to maintain an environment free of weapons. </P>
            <P align=3Dleft><B>21</B>--Certain protective orders must =
include a=20
            specified statement prohibiting guns and ammo for the person =
named=20
            in the order, see Family Code =A785.026. It is a five-year =
federal=20
            felony to make false statements on a dealer's Federal =
Firearm=20
            Transaction form, and it's illegal to knowingly provide a =
firearm to=20
            a prohibited possessor. </P>
            <P align=3Dleft><B>22</B>--The Juveniles section has been =
reworked and=20
            expanded. The federal cite requiring kids to carry written=20
            permission when involved with guns, even if they're with =
you, is 18=20
            USC =A7922 (x). Under Family Code =A754.0406, if a juvenile =
seeks=20
            probabtion for a gun offense, the child must inform on who =
provided=20
            the firearm. A child who acted delinquently with a firearm =
must be=20
            detained, see Family Code =A753.02. </P>
            <P align=3Dleft><B>25</B>--Since Brady Part 1 expired, the =
old process=20
            for buying a gun, with local law enforcement doing =
background checks=20
            has ended. Now, under Brady Part 2, Texas dealers must =
directly=20
            contact the FBI "NICS" system and get clearance before =
transferring=20
            a gun to you. Photo ID is required. The FBI can take up to =
three=20
            business days to respond, after which, if they don't, =
transfer may=20
            take place. Contrary to clear federal law, the FBI records =
the name=20
            and address of everyone purchasing a gun at retail in =
America. </P>
            <P align=3Dleft><B>26</B>--You may buy and take possession =
of long=20
            guns from a licensed dealer in another state, in a =
face-to-face=20
            transaction. </P>
            <P align=3Dleft><B>44</B>--States that allow non-residents =
to obtain a=20
            state carry license now include Arizona and Texas. Firearms =
taken on=20
            a common carrier must be legal at the destination of your =
trip.=20
            Though federal law requires written notice to the carrier, =
as a=20
            matter of practice, verbal notice is frequently accepted. =
</P>
            <P align=3Dleft><B>45</B>--While it is legal to give cutody =
of=20
            firearms to the operator of a common carrier during a trip, =
they are=20
            not obligated to accept custody. </P>
            <P align=3Dleft><B>46</B>--Special conditions were =
established to=20
            restrict government entities from suing gun and ammunition=20
            manufacturers or suppliers, in Civil Practices and Remedies =
Code=20
            =A7128.001. </P>
            <P align=3Dleft><B>53</B>--Conditions for buying firearms =
from dealers=20
            have been updated to reflect changes made by Brady Part 2, =
described=20
            on p. 25 and 147. The CHL license exempts you from the NICS =
check.=20
            </P>
            <P align=3Dleft><B>56</B>--The CHL law, which applicants =
must certify=20
            they have read and understand, was originally contained in =
Senate=20
            Bill 60, then Article 4413 (29ee) Revised Statutes, and now =
has been=20
            moved mostly to Chapter 411, Government Code, with some =
sections=20
            spread throughout Texas gun law as amendments and additions =
to=20
            existing statutes. </P>
            <P align=3Dleft><B>61</B>--A driver's license is acceptable =
in place=20
            of a birth certificate. </P>
            <P align=3Dleft><B>62</B>--Background checks must include =
county=20
            mental health records. </P>
            <P align=3Dleft><B>66</B>--CHL renewal applications go to =
the Austin=20
            DPS HQ. </P>
            <P align=3Dleft><B>69</B>--Reciprocity List: Under the new =
Texas=20
            reciprocity plan, deals have been cut with four =
states--Arizona,=20
            Arkansas, Louisiana and Oklahoma, making CHL licenses valid =
there,=20
            but only under those states rules, whatever that might be. =
From the=20
            text: "Be extremely cautious in these states because they =
have laws=20
            and rules vastly different than Texas (and no practical =
method for=20
            finding out what they are, although there is an Arizona =
guide=20
            similar to this Texas edition, listed in the back). </P>
            <P align=3Dleft>Instead of a protected right to keep and =
bear arms,=20
            your rights as an American have been reduced to a short list =
of=20
            government-approved states for licensees only, under the=20
            infringement of reciprocity schemes." </P>
            <P align=3Dleft><B>75</B>--DPS issues statistics on CHL Law =
offenses,=20
            as required by Government Code =A7411.047. </P>
            <P align=3Dleft><B>77</B>--A place that services alcoholic =
drinks=20
            (bring your own bottle), is included with places that serve=20
            alcoholic drinks, in the prohibitions for CHL carry, and a =
liquor=20
            store (or grocery store or similar) that sells packaged =
goods for=20
            off-premises consumption is not. Proper notice includes =
verbal or=20
            written communication, or posted signs. </P>
            <P align=3Dleft><B>80</B>--All references to the CHL law, =
formerly=20
            Article 4413 (29ee) are now, generally, to Chapter 411, =
Government=20
            Code. The distinctions about liquor service, described for =
p. 77,=20
            apply on this page too. </P>
            <P align=3Dleft><B>81</B>--Criminal trespass now makes a =
distinction=20
            for agricultural land as a class C misdemeanor, and =
Superfund sites=20
            have been added, as class B. The distinctions about liquor =
service,=20
            described for p. 77, apply on this page too. </P>
            <P align=3Dleft><B>101</B>--Article 4413 (29ee) is now, =
generally,=20
            Chapter 411, Government Code. </P>
            <P align=3Dleft><B>127</B>--Include =A7161.043 in the =
citation (the=20
            legislature split one law into two parts). </P>
            <P align=3Dleft><B>128</B>--Three laws amended in 1999 are =
included=20
            here: </P>
            <P align=3Dleft><B>Disarming a Peace Officer:</B> "It's =
generally=20
            illegal to take or try to take an officer's weapon." </P>
            <P align=3Dleft>It is a state jail felony to intentionally =
or=20
            knowingly, and with force, take or try to take a weapon away =
from a=20
            peace officer, parole officer, or community supervision and=20
            corrections department officer. However, there is a defense =
to=20
            prosecution if the officer was using greater force than =
allowed by=20
            law. </P>
            <P align=3Dleft>See Penal Code =A738.14 for the letter of =
the law. </P>
            <P align=3Dleft><B>Criminal Mischief:</B> "It's illegal to =
use a gun=20
            to cause property damage." </P>
            <P align=3Dleft>It is a state jail felony to damage or =
destroy a home=20
            with a firearm or explosive weapon. Many other penalties =
apply=20
            depending on the amount and nature of the damage. See Penal =
Code=20
            =A728.03 for details. </P>
            <P align=3Dleft><B>Appointing and Arming Deputies:</B> =
"Appointed=20
            deputies may only be armed as allowed by law." </P>
            <P align=3Dleft>The Commissioners Court of a county may =
authorize the=20
            sheriff to appoint reserve deputy sheriffs. The sheriff may=20
            authorize all reserve deputies to carry firearms when on =
official=20
            duty, and in the case of a reserve deputy who is already a =
peace=20
            officer as defined by law, may authorize carry when not on =
duty.=20
            Similar conditions apply to reserve deputy constables and =
reserve=20
            police officers, as defined in Local Government Code =
=A785.004. </P>
            <P align=3Dleft><B>145</B>--The list of federal gun laws now =
includes=20
            the Omnibus Consolidated &amp; Emergency Supplemental =
Appropriations=20
            Act, 1999 (numerous requirements detailed later). </P>
            <P align=3Dleft><B>147</B>--<B>The Brady Law Part 1</B> (the =
handgun=20
            part) has expired and Brady Part 2 (all retail guns and =
national=20
            background check and registration) has begun. From the text: =
</P>
            <P align=3Dleft>Enacted in 1993 as the Brady Handgun =
Violence=20
            Prevention Act, the Brady law in reality turned out to be =
five=20
            things: </P>
            <P align=3Dleft><B>1</B>--Centralized federal control over =
all handgun=20
            and long gun retail sales; </P>
            <P align=3Dleft><B>2</B>--A $200 million funding mechanism =
for a=20
            national computer system capable of checking out any =
individual from=20
            a single FBI location; </P>
            <P align=3Dleft><B>3</B>--The development of a national ID =
card=20
            requirement (based on drivers' licenses and social security =
numbers)=20
            for all original firearm purchases; </P>
            <P align=3Dleft><B>4</B>--The most thorough commerce =
tracking system=20
            on earth, initially only for retail sales of firearms in =
America;=20
            and </P>
            <P align=3Dleft><B>5</B>--A mechanism for preventing known =
criminals=20
            from directly purchasing firearms at retail and paying sales =
tax.=20
            </P>
            <P align=3Dleft>The widely publicized five-day waiting =
period was=20
            largely a myth, and never existed in most states (in Texas =
the=20
            "wait" ranged from zero to nine days as a local check was=20
            conducted). The effect of the Brady law on crime reduction =
is=20
            essentially unknown, since the 400,000 criminals reportedly=20
            identified by the system (the number is hotly disputed) are =
on the=20
            loose--virtually no effort to track or apprehend them has =
been made.=20
            It is a five-year federal felony for criminals and other=20
            disqualified persons to attempt to purchase a firearm. </P>
            <P align=3Dleft>Part 1 of the law, the handgun part, set to =
expire 60=20
            months after enactment, is described in small type (it =
expired Nov.=20
            30, 1998). Brady Part 2, the National Instant Background =
Check=20
            (dubbed NICS by the FBI, who has replaced BATF to operate =
the=20
            system), controls rifles, shotguns and handguns, and is =
described as=20
            it appears in the federal statute. Complex regulations to =
implement=20
            the new law, which are basically transparent in this state, =
are not=20
            covered (available in their entirety on the FBI and BATF =
Internet=20
            sites). </P>
            <P align=3Dleft>The FBI's use of the Brady NICS computer =
system to=20
            record the name and address of every retail gun buyer in =
America, in=20
            apparent violation of long-standing law (strictly forbidden =
in both=20
            the McClure Volkmer Act, 1986, and the Brady law itself), =
has=20
            prompted outcries from the public and Congress, but =
continues=20
            unabated. In addition, the Justice Dept. seeks to levy a tax =
on the=20
            sale of firearms, and give the funds to the FBI, with no =
apparent=20
            authority to do so (taxes are supposed to originate in =
Congress).=20
            States agreeing to cooperate with the FBI (Texas has not), =
might=20
            avoid the dealer tax if one is implemented. </P>
            <P align=3Dleft>For updates and detailed analysis of the =
complex Brady=20
            machinations, check our website, gunlaws.com. </P>
            <P align=3Dcenter><FONT size=3D-1>[Small-type version of =
Brady part 1 is=20
            not included here, same as version in prior editions of =
TGOG.]=20
            </FONT></P>
            <P align=3Dleft><B>The Brady Law Part 2--National Instant =
Check:</B>=20
            The Brady Law requires the U.S. Attorney General (AG) to =
establish a=20
            National Instant Criminal Background Check system (NICS) =
before Nov.=20
            30, 1998 (which they did). With NICS now in effect, the =
previous=20
            process (above, in small type) is eliminated. In order to =
transfer=20
            any firearm, not just handguns, with the NICS system in =
place, a=20
            dealer must verify your identity from a government-issued =
photo-ID=20
            card, contact the system (based in Clarksburg, W. Va., run =
by the=20
            FBI), identify you and either: 1--get a unique transfer =
number back=20
            from the system, or 2--wait three days during which state =
offices=20
            are open and during which the system provides no notice that =
the=20
            transfer would violate relevant laws. </P>
            <P align=3Dleft>Some states have been designated "Point of =
Contact"=20
            states by the FBI. This means dealers there contact the =
State Police=20
            for all gun sales. The State Police include a check of the =
FBI's=20
            NICS system, and the process is transparent to the =
customers. In=20
            Texas, as in most states, the dealer must contact the FBI =
directly,=20
            which conducts both the federal and state checks. </P>
            <P align=3Dleft>The NICS system is required to issue the =
transfer=20
            number if the transfer would violate no relevant laws, and =
it is=20
            supposed to destroy all records of approved inquiries except =
for the=20
            identifying number and the date it was issued. The FBI, =
however, has=20
            indicated they are recording the name and address of =
everyone who=20
            buys a gun now that the system is running, and Congress has =
been=20
            unable to stop them so far. If the transfer is approved, the =
dealer=20
            includes the transfer number in the record of the =
transaction (on a=20
            redesigned version of the 4473 form). The NICS system is =
bypassed=20
            under conditions similar to 2, 4 and 5 listed above (in =
small type)=20
            as exceptions to the Brady process (with number 2 broadened =
to=20
            include "firearms" permit). </P>
            <P align=3Dleft>A licensed dealer who violates these =
requirements is=20
            subject to a civil fine of up to $5,000 and suspension or =
revocation=20
            of their license, but, according to the statute, only if the =
system=20
            is operating and would have shown that the customer would =
have been=20
            ineligible to make a purchase. Dealers, fearing federal =
reprisals=20
            against their licenses and livelihoods, have generally been=20
            unwilling to do business when NICS is down, which has =
occurred=20
            constantly through technical glitches and from planned =
"maintenance=20
            periods" during regular business hours. </P>
            <P align=3Dleft>Essentially, as of late 1998, federal forces =
have=20
            gained control of all retail gun sales in America. The only =
sales=20
            not controlled by federal agents are lawful private =
transfers among=20
            the people. This basic American freedom is now being =
attacked as a=20
            "loophole," ironically, by officials we elect who take an =
oath to=20
            preserve, protect and defend the Constitution. </P>
            <P align=3Dleft>If you are denied a firearm under NICS, the =
law says=20
            you may request the reason directly from NICS and it must =
present=20
            you with a written answer within five business days. You may =
also=20
            request the reason from the AG, who must respond =
"immediately,"=20
            according to the law. You may provide information to fix any =
errors=20
            in the system, and the AG must immediately consider the =
information,=20
            investigate further, correct any erroneous federal records =
and=20
            notify any federal or state agency that supplied the errors. =
</P>
            <P align=3Dleft><B>151</B>--Purchase and possession of =
firearms by=20
            people under domestic violence restraining orders is =
prohibited=20
            (although this is now the subject of a court dispute, =
whether a=20
            routine procedural order can abrogate civil rights, in =
Emerson v.=20
            U.S., 5th federal circuit). </P>
            <P align=3Dleft><B>158</B>--<B>Omnibus Consolidated &amp; =
Emergency=20
            Supplemental Appropriations Act, 1999.</B> </P>
            <P align=3Dleft>This 4,000-page budget bill was secretly =
drafted in=20
            committee, rushed to the floor of Congress, voted on two =
days later,=20
            and enacted in October 1998 without any of your =
representatives=20
            actually reading it. It increased federal gun law by almost =
6%, with=20
            provisions for NICS funding, gun-law enforcement funding, =
gun safety=20
            devices sold at retail, public gun safety training funding,=20
            restrictions on aliens, NICS record-keeping and taxing =
prohibitions,=20
            shotguns and certain antiques redefined, undetectable gun =
law=20
            reenactment, relief for importers, a pawn shop NICS glitch =
fix, the=20
            Arms Control and Disarmament Agency disbanded with duties =
moved to=20
            the State Dept., and a special ban on using the U.S. global =
arms=20
            control and disarmament agenda against the public. Complete =
federal=20
            update is posted on our website. </P>
            <P align=3Dleft><B>161</B>--Chart of "Growth in Federal Gun =
Law" has=20
            been updated through 1999. </P>
            <P align=3Dleft><B>193</B>--Intoxication is now 0.08 alcohol =

            concentration, tolerance for truckers is zero. </P>
            <P align=3Dleft><B>197</B>--Added a few offenses to the list =
in the=20
            punishment chart, where space permitted. </P>
            <P align=3Dleft><B>202</B>--A list of bills that changed gun =
laws in=20
            1999 is included: </P>
            <P align=3Dleft>HB 436 Trespass on agricultural land HB 525 =
U. S.=20
            Forest Service authority HB 592 Instructor background checks =
HB 635=20
            Taking weapon from peace officer HB 668 Street gangs HB 690 =
Criminal=20
            mischief penalties HB 957 Conditions for arming deputies HB =
998=20
            Burglary includes assault HB 1265 Carry on Superfund site =
penalty HB=20
            1269 Detention of armed delinquents HB 1428 "Restrain" =
redefined HB=20
            1933 CHL mental check and fees HB 2231 Rail-car burglary =
definitions=20
            HB 2825 Antique, curio, relic and black powder arms HB 2869=20
            Probation conditions for kids with guns HB 3517 Sanction =
levels for=20
            armed juveniles SB 24 Repetitious assault on family SB 43 =
Reporting=20
            gunshot wounds SB 50 Protective order gun and ammo =
notification SB=20
            93 Gun-free assisted living facilities SB 131 Hospital 51 =
sign=20
            exemption SB 152 Escape by juveniles SB 370 DPS statistics =
on CHL SB=20
            404 Peace officer CHL after retirement SB 717 Conditions for =

            government lawsuits against gun companies SB 1368 Technical=20
            corrections and overhaul of Chapter 411 (CHL law) SB 1558 =
Criminal=20
            trespass includes aircraft HCR 57 Children's Firearm Safety =
Week.=20
            </P>
            <P align=3Dleft><B>203</B>--Replace paragraph: 3--The Right =
to Carry=20
            law, enacted in 1995 as Senate Bill 60, which created the=20
            concealed-handgun license. This was codified initially as =
Texas=20
            Civil Statute 4413(29ee), and as changes to a number of =
other=20
            existing statutes. It has been amended several times, and is =
now=20
            basically codified under Government Code Chapter 411. The =
laws in=20
            Appendix D are effective as of 9/1/99. </P>
            <P align=3Dleft><B>205</B>--All statutes have been updated =
to reflect=20
            the 1999 session. There were lots of changes all over the =
place. The=20
            government expects to have this work done and online in =
about 6=20
            months (mid-2000). </P>
            <P align=3Dleft><B>262</B>--Senate Bill 60 is now, =
basically,=20
            Government Code chapter 411, and other sections of the law. =
</P>
            <P align=3Dleft><B>282</B>--The back matter has been =
refreshed. We now=20
            carry gun-law guides for eight states, plus federal, =
50-state travel=20
            and CCW guides, and we're on the lookout for any others you =
may know=20
            about! Call us. <BR><BR></P>
            <P align=3Dcenter><B>DON'T TAKE CHANCES WITH PARTIAL OR =
OUT-OF-DATE=20
            INFO<BR>GET THE LATEST EDITION TODAY! <BR>EASY PHONE ORDERS=20
            1-800-707-4020</B> and at stores everywhere! <BR>Single =
copies are=20
            only $14.95 (+$4 S&amp;H ea., $5 for 2, $6 for 3) Call for =
quantity=20
            discounts (minimum order only 12) <BR>TRY our WHOLESALE BOOK =

            distributors: <BR>Wide World of Maps 800-279-7654<BR>Unique =
- Fun to=20
            read! -- VISA and MasterCard welcomed Get updates and more =
at: <A=20
            href=3D"http://www.gunlaws.com/index.htm">GUNLAWS.COM</A> =
</P>
            <P align=3Dcenter><FONT size=3D-1>Copyright 2000 Alan Korwin =
All rights=20
            reserved. BLOOMFIELD PRESS "We publish the gun laws." 4848 =
E.=20
            Cactus, #505-440 =95 Scottsdale, AZ 85254 602-996-4020 Fax=20
            602-494-0679 1-800-707-4020 <A=20
            =
href=3D"http://www.gunlaws.com/index.htm">http://www.gunlaws.com/index.ht=
m</A>=20
            </FONT></P>
            <P align=3Dcenter><FONT size=3D-1>Permission to circulate =
this update=20
            for non-commercial purposes is granted.</FONT></P>
            <P align=3Dcenter>### </P></CENTER>
            <P>
            <CENTER>
            <P><B><FONT size=3D+2>&nbsp;<FONT face=3D"Arial, Helvetica, =
sans-serif">=20
            TEXAS GUN OWNER'S GUIDE UPDATE</FONT></FONT></B> </P>
            <P><FONT size=3D+3><FONT face=3DImpact>NEW FEDERAL GUN TAX =
FOR TEXANS?=20
            <BR></FONT><B><FONT face=3D"Arial, Helvetica, =
sans-serif">FBI MAY LEVY=20
            TAX BY END OF YEAR</FONT></B></FONT> </P>
            <P><FONT face=3D"Arial, Helvetica, sans-serif"><B><FONT =
size=3D+2>29=20
            Other States Affected&nbsp; $13-$16 Applies to <BR>Retail =
Gun=20
            Sales</FONT></B> </FONT></P></CENTER>
            <P>(Nov. 1998) Under the general banner of crime reduction, =
and=20
            citing the Brady law for its authority, the FBI plans to tax =
the=20
            retail sale of handguns and long guns, starting Nov. 30, =
1998, if=20
            their new computer systems are ready in time. The proposed =
tax could=20
            generate $1 million per week nationally, based on the =
bureau's=20
            estimates. Detailed information is included in a report just =
issued=20
            by Phoenix-based Bloomfield Press, a book publisher =
specializing in=20
            gun law <FONT size=3D-1>[Ed: Summary of Findings on =
request]</FONT>.=20
            </P>
            <P>Perhaps more significant than a surprising new tax from =
the=20
            Justice Department--without any apparent Congressional =
approval--is=20
            the FBI's announced plans to record complete identifying =
information=20
            on every person who purchases a firearm from a licensed =
dealer. Any=20
            regulation that requires such recording has been prohibited =
under=20
            the McClure-Volkmer Act since 1986. Neither the tax nor the=20
            gun-buyer registration scheme appear to be legal, according =
to Alan=20
            Korwin, best-selling author of <I>The Texas Gun Owner's =
Guide.</I>=20
            Korwin has written six books on gun law, and his Texas guide =
is=20
            officially approved by Texas DPS for concealed handgun =
license=20
            training. </P>
            <P>The federal registration and tax plan are being rolled =
out under=20
            the guise of the National Instant Check System, required =
when Part 1=20
            of the Brady law expires this year. Under Brady Part 2, all =
retail=20
            handgun and long gun sales will have to run through the =
system,=20
            which the FBI has based at its Clarksburg, W. Va., data =
center. They=20
            are hiring 500 people to handle the anticipated load. </P>
            <P>The FBI intends to waive the tax for any state that sets =
up an=20
            FBI-approved central firearms clearance center, as 20 have =
already=20
            done. In other states, such as Texas, each dealer will have =
to=20
            "enroll" with the FBI to legally make a sale, and pay the =
tax on=20
            every purchase. The Bureau will accept credit cards or will =
arrange=20
            to bill dealers, and those who don't pay (or are real late =
on the=20
            invoice) will be literally out of business. Several =
authorities have=20
            indicated that they expect enough clamor from the taxed =
dealers to=20
            compel their states to comply. When 100 Arizona dealers were =
told at=20
            a government meeting earlier this month, that they would not =
be=20
            taxed, they cheered. </P>
            <P>NOTE: The FBI and their taxing scheme described above =
were=20
            defeated nationwide.</P>
            <CENTER>
            <P>### </P></CENTER>
            <P> </P>
            <CENTER>
            <P><IMG src=3D"http://www.gunlaws.com/images/Image2.gif" =
width=3D144=20
            height=3D97> </P>
            <P><FONT size=3D+3 face=3DImpact>Texas DPS Approves Gun-Law =
Book</FONT>=20
            </P>
            <P><FONT size=3D+2>New 3rd edition reflects 7% growth in =
state gun=20
            laws</FONT> </P>
            <P> </P></CENTER>
            <P>The book Texans use for the rules on bearing arms has =
been=20
            officially approved by the Texas Dept. of Public Safety for =
use in=20
            concealed handgun license training. Widely used by DPS =
officers,=20
            instructors and gun owners since its release in 1995, <I>The =
Texas=20
            Gun Owner's Guide </I>includes all Texas gun laws (not just =
the=20
            Penal Code sections given to licensees), and most =
importantly,=20
            describes all the rules in plain English. The approval is =
seen by=20
            the book's publisher as a step toward ensuring Texans' =
rights and=20
            responsibilities. Despite controversies surrounding =
firearms, half=20
            of all homes contain at least one firearm, according to the =
FBI.=20
</P>
            <P>=B7 It doesn't make sense to own a gun and not know the =
rules,--=20
            said co-author Alan Korwin in a recent interview. <BR>=B7 =
These days,=20
            the legal risk to <I>you</I> in case of a criminal attack is =
so=20
            great that you simply must have a grasp of the laws.-- This =
may not=20
            be just, but it's true, he said. </P>
            <P>Texas gun laws are tough on criminals, regulate the =
police and=20
            protect honest people, according to Korwin. But Justice =
Dept.=20
            statistics show that only one reported crime in four ever =
leads to=20
            an arrest, prompting him to make this plea: <BR>=B7 Please, =
start=20
            using the laws we have before enacting any more. Every =
criminal act=20
            imaginable has already been outlawed.-- <I>The Texas Gun =
Owner's=20
            Guide</I>, in an arena that anti-rights activists decry as=20
            unregulated, is now 288 pages, reflecting a 7% growth in =
state gun=20
            laws last year, to 41,360 words. To fire up a copy of the =
$14.95=20
            paperback <FONT size=3D-1>[free to media reviewers]</FONT> =
call=20
            1-800-707-4020 or visit bloomfieldpress.com. </P>
            <CENTER>
            <P>### </P>
            <P align=3Dleft>&nbsp;</P></CENTER>
            <P align=3Dcenter><B><FONT size=3D+1=20
            face=3D"Arial, Helvetica, sans-serif">1998 =
UPDATE!</FONT></B> <FONT=20
            face=3D"Arial, Helvetica, sans-serif"><BR><B>CHANGES TO =
EDITION 2 THAT=20
            APPEAR IN EDITION 3</B></FONT> </P>
            <P align=3Dleft><BR><B>ISSUE DATE:</B>&nbsp; January 26, =
1998.&nbsp;=20
            The Texas legislature made many changes to Texas gun law in =
its 1997=20
            session.&nbsp; These have been included in the new 3rd =
edition and=20
            are described here.&nbsp; Many typographical, pagination,=20
            positioning, grammatical and technical changes have been =
made and=20
            may not be noted. The page number from the prior edition (2) =

            precedes each entry.&nbsp; Because the book grew by 32 =
pages, some=20
            of the changes are <BR>only summarized here.&nbsp; See the =
latest=20
            edition for full details.&nbsp; FFL=3DFederal Firearms =
Licensee=20
            (licensed dealers); CHL=3DConcealed Handgun License or =
Licensee.=20
            <BR>&nbsp; </P>
            <DIV align=3Dleft>
            <TABLE border=3D2 borderColor=3D#000080 cellPadding=3D3 =
width=3D"85%"=20
            align=3Dcenter>
              <TBODY>
              <TR>
                <TD>
                  <DIV align=3Dcenter><B><FONT =
face=3DArial,Helvetica>"APPROVED BY=20
                  THE TEXAS DEPT. OF PUBLIC SAFETY<BR>FOR USE IN =
CONCEALED=20
                  HANDGUN LICENSE TRAINING."</FONT></B>=20
            </DIV></TD></TR></TBODY></TABLE></DIV>
            <P align=3Dleft> </P>
            <P align=3Dleft><B>2</B> - Officially DPS approved (see =
above);=20
            Copyright 1998; change print code line (backwards series of =
numbers=20
            at page bottom that identifies the edition number) to "3," =
include=20
            fax and website, new ISBN 1-889632-03-1. <BR><BR><B>3</B> - =
Table of=20
            Contents reflects changes and 32 new pages. =
<BR><BR><B>15</B> - The=20
            word citizens has been changed to people in many places in =
the text=20
            for precision. <BR><BR><B>21</B> - Federal prohibited =
possessor list=20
            now includes people convicted of misdemeanor domestic =
violence.=20
            <BR><BR><B>22</B> - It's important to note that new federal =
law=20
            requires your minor children to carry a written note from =
you when=20
            they go shooting or handle guns, even if you are =
accompanying them.=20
            <BR><BR><B>24</B> - Federal definition of dealer has been=20
            added.&nbsp; The material about obtaining guns in- and =
out-of-state=20
            has been reorganized and fine-tuned for precision, and to =
reflect=20
            result of the Supreme Court Brady Law decision (which was =
nil in=20
            Texas, though record-checking fees now charged by many =
departments=20
            are not required by any law). <BR><BR><B>27</B> - One of the =

            greatest changes in 1997 is the re-write of Penal Code =
=A746.02 and=20
            =A746.15, the main laws controlling handgun carry.&nbsp; =
=A746.02=20
            shrinks to just a few lines, prohibiting the carry of a=20
            handgun.&nbsp; All the exceptions to the prohibition are now =
in=20
            =A746.15, which says =A746.02 "does not apply" if you're in =
one of the=20
            protected groups or circumstances.&nbsp; The abusive =
affirmative=20
            defense standard, which lead to countless unnecessary =
arrests of=20
            law-abiding people has been dropped. <BR><BR><B>36</B> - =
Only long=20
            guns may be shipped through the Post Office, under one of =
the oldest=20
            federal laws on the books (1927). (The oldest federal law =
still on=20
            the books is a hunting restriction for Yellowstone National =
Park,=20
            from 1894; the oldest federal gun laws, from the late 1700s, =

            actually required gun possession.)&nbsp; Any handgun =
obtained (not=20
            just purchased) outside Texas must be shipped from and to an =
FFL,=20
            you can't bring it in across state lines on your own; only a =
long=20
            gun, bought face-to-face from a dealer, can be brought back=20
            directly.&nbsp; A new section clarifying Interstate Travel =
has been=20
            added. <BR><BR><B>37</B> - Reciprocity Laws in =
General:&nbsp; A=20
            national movement is afoot to ease the stranglehold that =
state laws=20
            have placed on law-abiding travelers.&nbsp; Introduced at =
state and=20
            federal levels, reciprocity laws seek to guarantee that =
people who=20
            may legally carry in their home states cannot be held in =
violation=20
            when in another state.&nbsp; It seems that the Second =
Amendment is=20
            providing no protection for travelers, and a legislative =
solution is=20
            being sought.&nbsp; Your home state's rules would not apply =
when you=20
            go "abroad."&nbsp; You would be subject to the laws, =
regulations and=20
            customs of the state you are in at the time. <BR><BR>Most =
proposals=20
            seek to obtain this relief only for individuals with=20
            government-issued permits.&nbsp; Supporters typically cite =
Article=20
            IV of the Constitution, known as the full faith and credit =
clause,=20
            which says in pertinent part, "Full Faith and Credit shall =
be given=20
            in each State to the public Acts, Records, and judicial =
Proceedings=20
            of every other state;".&nbsp; This sets a model similar to =
marriage=20
            and driver licenses. <BR><BR>Other attempts seek to allow =
any person=20
            who is not acting criminally to be free from harassment or =
arrest=20
            for simple possession of a legally owned firearm, =
independent of the=20
            state involved.&nbsp; This would emulate the way people are=20
            basically free to speak their minds regardless of their =
location=20
            (and no license to exercise the First Amendment is available =
at this=20
            time, except that broadcasts are forbidden without a =
government=20
            license). <BR><BR>Some states take the approach that, if =
your permit=20
            is similar to ours, and your state formally honors ours, =
then we=20
            will honor yours.&nbsp; A method is then set up to determine =
if the=20
            two states' requirements are a rough match.&nbsp; Such =
comparisons=20
            are problematic because they once again subject your rights =
to=20
            bureaucratic review, as in the days before "shall issue" =
permits,=20
            and indeed, states have already experienced difficulty in =
agreeing=20
            if their "standards" are a match.&nbsp; When the officials =
decide=20
            there is no match, they remove the right to carry between =
those=20
            states.&nbsp; To link all 50 states to each other and thus =
restore=20
            rights to properly government-licensed individuals would =
require=20
            1,225 pacts (49 + 48 + 47... etc.). <BR><BR>Each state's=20
            requirements are of course different.&nbsp; Studying the =
laws of=20
            your home state (a common requirement) hardly prepares you =
and is=20
            certainly not a match for the laws in any other state.&nbsp; =
Florida=20
            requires no shooting test for its permit, Virginia asks for =
proof of=20
            demonstrated competence with a gun but does not define it =
further,=20
            Texas requires 50 shots at three distances with all shots =
timed,=20
            Arizona requires seven hits out of ten, and so it goes, =
state to=20
            state. <BR><BR>Some states are considering honoring anyone =
who has a=20
            state-issued permit.&nbsp; Some will issue a permit to =
anyone=20
            qualified, resident or not, getting around the problem in =
yet=20
            another way.&nbsp; A handful of states have no permit =
system,=20
            presumably leaving them out of the picture when their =
residents are=20
            on the road, or for you when you visit.&nbsp; A few have =
introduced=20
            laws that would allow you to drive through their states on a =

            "continuous journey," or to enter the state but only for a=20
            competition or designated event. <BR><BR>A federal bill =
seeks to=20
            require all states to honor the permits of all other =
states.&nbsp;=20
            Residents in Vermont are excluded because they need no =
permit to=20
            carry in the first place.&nbsp; The 98% of Americans who =
bear arms=20
            but have refused to sign up for a government carry-rights =
permit are=20
            also left out of these plans. <BR><BR>Rumors are swirling =
about=20
            which state has adopted what policy, and relying on a rumor =
where no=20
            rule exists can get you arrested.&nbsp; Viewing the printed =
statute=20
            yourself is a good way to help avoid rumors.&nbsp; Laws may =
offer=20
            less protection when new, before street police policy is set =
and=20
            well known throughout the law enforcement community. =
<BR><BR>It=20
            would be nice if there was a rock-solid reliable place to =
call to=20
            find out exactly where reciprocity exists, but there is none =
at the=20
            present time.&nbsp; Besides, a complete answer with =
precisely all=20
            the do's and don'ts is more than you can possibly get over =
the=20
            phone.&nbsp; The job of telling you is not the role of the =
police,=20
            the sheriff, the DA, the AG, the library or anyone else. =
<BR><BR>One=20
            solution that addresses these problems is the proposed <A=20
            href=3D"http://www.gunlaws.com/lostcry.htm">American =
Historical Rights=20
            Protection Act.</A>&nbsp; This basically says that if a =
person has a=20
            gun, the person isn't a criminal, and the gun isn't illegal, =
then=20
            that is not a crime, based on the 14th Amendment.&nbsp; For =
a copy=20
            of this draft statute contact Bloomfield Press or visit our =
website.=20
            <BR><BR>Four states currently have some form of recognition =
for=20
            out-of-state permit holders--check with them for details: =
Idaho,=20
            Indiana, Michigan and Wyoming. <BR><BR>These states have =
passed laws=20
            that would allow some bureau within the state (indicated in=20
            parenthesis) to cut deals with a bureau in another state, or =
they=20
            have set up other conditions that might lead them to =
recognize each=20
            other's permits--check with them for details: Arkansas =
(State=20
            Police), Connecticut (Commissioner of State Police), Georgia =
(County=20
            Probate Judge), Kentucky (Sheriff), Louisiana (Deputy =
Secretary of=20
            Public Safety Services), Massachusetts (Chief of Police),=20
            Mississippi (Dept. of Public Safety), Missouri (residents =
currently=20
            prohibited from concealed carry), Montana (Governor), New =
Hampshire=20
            (Chief of Police), North Dakota (Chief of the Bureau of =
Criminal=20
            Investigation), Oklahoma (State Bureau of Investigation),=20
            Pennsylvania (Attorney General), Rhode Island (Attorney =
General),=20
            South Carolina (Law Enforcement Division), Texas (Dept. of =
Public=20
            Safety), Utah (Dept. of Public Safety), Virginia (Circuit =
Court),=20
            West Virginia (Sheriff).&nbsp; The different authorities =
named in=20
            this list are a measure of the consistency of the laws from =
state to=20
            state. <BR>Some states will issue firearms permits to =
non-residents=20
            if you qualify--check with them for details:&nbsp; Florida, =
Iowa,=20
            Maine, New Hampshire, Pennsylvania, Rhode Island, New =
Jersey, Utah,=20
            Washington and Wyoming. <BR><BR>If, after reading these =
lists, you=20
            sense that reciprocity schemes don't solve the problem and =
unshackle=20
            honest citizens, well, you're not alone.&nbsp; The Texas =
Version of=20
            Reciprocity is described in Chapter 2 (See note for pg. 61). =

            <BR><BR><B>38</B> - It's legal for a pilot, captain, =
conductor or=20
            operator of a common or contract carrier to take custody of =
your=20
            weapon for the duration of a trip, but they're not required =
to do=20
            so. <BR><BR><B>41</B> - The Lost National Right to Carry has =
been=20
            expanded, and melded into the sections on Transport and =
Interstate=20
            Travel. <BR><BR><B>47</B> - The Brady paperwork form is =
required for=20
            handgun purchase from a dealer, a CHL exempts you from the =
process,=20
            dealers must submit forms but law enforcement is not =
required to=20
            conduct background checks, and no law empowers police to =
charge you=20
            for background checks. <BR><BR><B>49</B> - Delete =
affirmative=20
            defense since this requirement has been removed from the =
law. Change=20
            unlicensed citizen to unlicensed people. <BR><BR><B>50</B> - =
Change=20
            resident to person. Failure to show your CHL on request, if =
you are=20
            armed, makes you subject to a 90-day suspension, or a class =
B=20
            misdemeanor for a second offense. <BR><BR><B>51</B> - =
License=20
            suspension for arrest or indictment lasts until the matter =
is=20
            resolved. DPS has determined that a written exam may not be=20
            substituted for classroom instruction for a CHL. =
<BR><BR><B>52</B> -=20
            Certain non-residents may now apply for a CHL. A felony =
conviction=20
            does not prohibit you from a CHL if the conviction was =
expunged or=20
            properly pardoned.&nbsp; <BR>The definition of unsound mind =
has been=20
            refined by law, involving specific medical or psychological=20
            conditions. Qualification now refers to ability to exercise =
sound=20
            judgment for proper use and storage of a firearm. The Texas =
Medical=20
            Advisory Board must cooperate in making determinations if =
requested=20
            by authorities. <BR><BR><B>54</B> - Fingerprints may now be =
taken by=20
            a properly authorized private party (formerly DPS only).=20
            <BR><BR><B>55</B> - The CHL application and denial time =
frames, and=20
            notification requirements, have been altered, changing =
certain time=20
            periods and lengthening the outside limits to 210 days =
maximum for a=20
            worst-case-scenario denial. This was a complex change that =
required=20
            hours of deciphering and two pages of text to explain =
clearly=20
            (though once explained it's not really that bad). This =
change=20
            continues through page 57. <BR><BR><B>56</B> - Texas =
residency no=20
            longer applies to qualified non-residents who seek a =
license.&nbsp;=20
            If your instructor disapproves your license, DPS must make =
sure the=20
            denial was made for good reason and in good faith. =
<BR><BR><B>58</B>=20
            - CHL renewal process has been established; basically, it's =
a 4-hour=20
            class (instructors set the price), another marksmanship test =
(same=20
            course of fire), two color photos, forms, and a $70 fee ($35 =
for=20
            seniors and indigent).&nbsp; DPS to send you a renewal form, =
new=20
            license is good for four years. <BR>&nbsp; <BR>&nbsp; </P>
            <CENTER>
            <TABLE border=3D2 borderColor=3D#000080 cellPadding=3D3 =
width=3D"90%"=20
cols=3D1>
              <TBODY>
              <TR>
                <TD><B>Texas gun law grew by 2,661 words in the 75th =
(1997)=20
                  legislature, to 41,360 words, a 7% increase.</B>=20
            </TD></TR></TBODY></TABLE><BR></CENTER>
            <P><B>59</B> - License suspension: For a first offense, your =
license=20
            may be suspended: 1 - Until charges are dismissed if you are =
charged=20
            with a class A or B misdemeanor; 2 - Until charges are =
dismissed if=20
            you are charged with disorderly conduct under =A742.01; 3 - =
Until=20
            charges are dismissed if you are charged with a felony under =
an=20
            information or indictment; 4 - For 90 days if you fail to =
show your=20
            license to authorities when required to do so; 5 - For 30 =
days if=20
            you fail to notify DPS within 30 days of a change of name or =

            address, or of a lost, stolen or destroyed license; 6 - For =
30 days=20
            if you carry a firearm that doesn't match your license =
category (the=20
            revolver and semi-auto distinction); 7 - For 30 days if you =
don't=20
            return an old license after a modified one is issued.&nbsp; =
The=20
            suspension for a second offense may last from one to three =
years,=20
            and a third offense (for the same violation) is grounds for=20
            revocation. <BR><BR><B>61</B> - Texas Reciprocity Law and=20
            Non-Resident Licenses.&nbsp; The misleading nature of =
so-called=20
            reciprocity laws is discussed (see p. 37).&nbsp; The first =
Texas=20
            reciprocity law, enacted as part of the Right-to-Carry law =
in 1995,=20
            never lead to any reciprocity.&nbsp; This was replaced with =
a new=20
            version, enacted in 1997. Under the current version, =
non-Texans who=20
            come from a state where no concealed-carry law exists, may =
qualify=20
            for a Texas CHL if they meet all the requirements except for =
Texas=20
            residency.&nbsp; DPS is required to set up a procedure for=20
            accomplishing this, and charging a fee to cover costs.&nbsp; =
Contact=20
            them directly for details. The department is also required =
to=20
            negotiate agreements with states that have their own =
concealed-carry=20
            license procedure, to recognize those licenses if: 1 - The =
other=20
            state's background check requirements for a license meet or =
exceed=20
            the federal requirement to receive a handgun; and 2 - The =
other=20
            state recognizes a Texas license. DPS is required to get =
this=20
            started by Dec. 1, 1997. <BR><BR><B>63</B> - Minimum handgun =
caliber=20
            for CHL marksmanship test is now .32. <BR><BR><B>65</B> - An =

            instructor CHL (on top of the instructor certification fee) =
now=20
            costs $100. Instructor certification renewal is $100 and =
requires an=20
            8-hour course. <BR><BR><B>66</B> - Minimum handgun caliber =
for CHL=20
            marksmanship test is now .32. <BR><BR><B>68</B> - Retired =
and active=20
            peace officers may obtain a CHL. <BR><BR><B>69 - =
73</B>&nbsp;=20
            Prohibited Places List (and Bars) saw numerous technical =
changes=20
            because of massive restructuring of the statutes (see notes =
for pg.=20
            27, above), and many substantial changes because of trespass =
and=20
            posted sign requirements.&nbsp; Also note that =A746.03 =
prohibits=20
            bringing or having a firearm in its specified prohibited =
places, and=20
            racetrack probably includes any paid parking on site.&nbsp; =
Certain=20
            places are only prohibited to CHLs if properly posted =
(amusement=20
            parks, places of worship, government meeting places, =
hospitals,=20
            nursing homes), and private places open to the public (to =
prohibit=20
            CHLs under new trespass law). <BR><BR>Private Property and =
Trespass:=20
            Added in 1997, Penal Code =A730.06 establishes special =
trespass=20
            offenses and sign requirements to legally exclude=20
            concealed-handgun-license holders.&nbsp; It is illegal for a =
CHL=20
            holder to carry a handgun, without effective consent, if the =
person=20
            receives notice that: <BR>A - Entry on the property by a =
CHL, who is=20
            carrying a concealed handgun, is forbidden; or <BR>B - You =
are=20
            notified that staying on the premises with a concealed =
handgun is=20
            forbidden and you do not leave. <BR><BR>Property owners have =

            explicit rights and control the terms by which others may =
enter=20
            their property. Access to a private residence is legally =
under=20
            near-total control of the resident, with no need for posting =
signs=20
            or other regulations.&nbsp; Places open to the public may =
not=20
            discriminate and are generally subject to the sign =
requirements.=20
            <BR><BR>No-Guns-Allowed Signs: Four new laws define what a =
no-gun=20
            sign must look like, and how to give 'proper notice' that =
guns are=20
            prohibited at a public place. </P>
            <UL>
              <P><B>A</B> - For the purpose of the CHL trespassing law =
(=A730.06=20
              described above) and for the CHL restrictions in =
=A746.035, you have=20
              "received notice" when the owner (or someone with apparent =

              authority to act for the owner) gives you notice either =
orally or=20
              in writing.&nbsp; If it's in writing it may be handed to =
you, or=20
              prominently posted in English and Spanish on the property, =
in=20
              contrasting-color block letters at least one inch high, =
with this=20
              precise message: "Pursuant to Section 30.06, Penal Code =
(trespass=20
              by holder of license to carry a concealed handgun), a =
person=20
              licensed under Article 4413(29ee), Revised Statutes =
(concealed=20
              handgun law), may not enter this property with a concealed =

              handgun".&nbsp; Any place open to the public could post =
such a=20
              'thirty-ought-six' sign to restrict CHLs.&nbsp; If a =
hospital,=20
              nursing home, amusement park, place of worship or =
government=20
              meeting does not post such a sign (or give written or oral =

              notice), then properly licensed CHLs are not prohibited =
from=20
              entering. <BR><B>B</B> - A business with a liquor license =
or=20
              permit, which gets 51% or more of its income from the sale =
of=20
              alcohol for consumption on the premises, must =
conspicuously post a=20
              sign at each entrance, in English and Spanish, that it is =
unlawful=20
              for a CHL to carry a handgun on the premises.&nbsp; The =
sign must=20
              be in contrasting colors with block letters at least one =
inch=20
              high, with the number "51" in solid red at least five =
inches high.=20
              (see Art. 4413(29ee) Sec. 31). <BR><B>C</B> - Any place =
with a=20
              liquor license or permit that doesn't have to post a "51" =
sign (in=20
              other words, they get less than 51% of their income from =
drink=20
              sales) must post a sign that says it is unlawful to carry =
a weapon=20
              on the premises unless you have a valid CHL permit.&nbsp; =
The=20
              basic idea here is to make bars off limits to everyone, =
but to=20
              allow CHLs to enjoy a restaurant even if it serves alcohol =
(and=20
              it's illegal for a CHL to get drunk while armed).&nbsp; =
The sign=20
              must be at least six inches high and 14 inches wide, in=20
              contrasting colors, and conspicuously displayed.&nbsp; The =
liquor=20
              authorities can require a language in addition to English =
if they=20
              deem it necessary. (see Alcoholic Beverage Code =A711.041 =
and=20
              =A761.11). </P></UL>
            <CENTER>
            <P align=3Dleft>To summarize, there are three possible =
signs: 1 - The=20
            thirty-ought-six sign to exclude CHLs based on trespass law, =
2 - The=20
            big red "51" sign that prohibits all guns in bars, and 3 - =
The "CHLs=20
            welcomed here" sign that allows CHLs into places that serve =
alcohol=20
            but get less than 51% of their revenue from drinks.=20
            <BR><BR><B>73</B> - Federal Facilities has a cross-reference =
to the=20
            reenacted Gun-Free School Zones law in chapter 7. Despite =
its clear=20
            wording, it's not clear if other lawful purpose would allow =
a CHL=20
            (or any other lawful possession) in a federal facility.=20
            <BR><BR><B>80</B> - Destructive device does not include =
regular=20
            shotguns with bore over 1/2-inch. Weapons and accessories =
affected=20
            by the Public Safety and Recreational Firearms Use =
Protection Act=20
            (1994, often and inaccurately called the Crime Bill) have =
been=20
            dubbed assault weapons by the media. <BR><BR><B>91</B> - =
Special=20
            conditions for posting various places have been introduced,=20
            described above at pg. 69. Four laws now affect this: 30.06 =
(Penal),=20
            4413 (29ee) (CHL), 11.041 and 61.11 (Alcohol).&nbsp; Text on =
public=20
            and common nuisance offenses have been combined. =
<BR><BR><B>99</B> -=20
            Private firearms are prohibited at military installations by =

            practice, not statute. <BR><BR><B>100</B> - Substantial =
change to=20
            the federal Civilian Marksmanship Program is summarized and=20
            cross-referenced to chapter 7. <BR><BR><B>101</B> - Travel =
exemption=20
            is now in Penal Code =A746.15 (was =A746.02). =
<BR><BR><B>108</B> - The=20
            important plain-English expression shoot to kill has been =
explained=20
            in greater detail.&nbsp; Some readers apparently would =
prefer the=20
            phrase didn't exist, and DPS always teaches shoot to stop, =
control=20
            or neutralize; the legal intent is to protect, not to kill, =
when=20
            using lethal force, a paradoxical point which can be =
discussed at=20
            great length. Shooting at another human being is a last =
resort, best=20
            reserved for only if and when innocent life truly depends on =
it. If=20
            it doesn't, don't shoot. If it does, don't miss. =
<BR><BR><B>111</B>=20
            - Self-defense justification includes defense of life or =
defense=20
            against serious bodily injury.&nbsp; For clarity, in the =
last item=20
            on the page, change go to to seek and bring along to have.=20
            <BR><BR><B>114</B> - For clarity, at the end of the third =
paragraph=20
            from the bottom, change serious to substantial and insert =
serious=20
            before bodily. <BR><BR><B>117</B> - Move Common Nuisance to =
pg.=20
            91.&nbsp; Add new sections on Warning Shots (typically a =
very bad=20
            idea, not justified by law), Bullet Proof Vests (legal to =
own and=20
            wear), and Keeping Control of Your Firearm (discussing the =
risk of=20
            civil liability for letting someone get your gun without =
your OK).=20
            <BR><BR><B>129</B> - Several federal attempts to register =
guns and=20
            gun owners nationwide have been made despite laws forbidding =
this;=20
            the FBI stores fingerprints from all background checks until =
you are=20
            99 years old. <BR><BR><B>131</B> - Three new federal gun =
laws:=20
            Promotion of Rifle Practice and Firearms Safety Act (1996),=20
            Antiterrorism and Effective Death Penalty Act (1996), =
Omnibus=20
            Consolidated Appropriations Act for FY 1997, (Domestic =
Violence Gun=20
            Ban, Gun-Free School Zones).&nbsp; New chart shows growth of =
federal=20
            gun law since 1791. <BR><BR><B>133</B> - U.S. Supreme Court=20
            overturned the federal mandate requiring local law =
enforcement to=20
            conduct Brady background checks (many are doing checks =
voluntarily,=20
            which could let handgun purchasers get their merchandise =
early if=20
            the check is completed before the maximum time (as much as =
nine=20
            days), which buyers would otherwise have to wait out. No=20
            authorization exists under federal or state law to charge =
you for=20
            the voluntary checks. <BR><BR><B>134</B> - Texas CHL exempts =
you=20
            from the Brady paperwork and delays. <BR><BR><B>135</B> - If =
and=20
            when the Justice Dept. gets the National Instant Criminal =
Background=20
            Check system up (as early as Nov. 30, 1998, though =
indications are=20
            it is way behind schedule) the Brady system will include =
long guns=20
            (takes effect 30 days after the U.S. Attorney General tells =
all FFLs=20
            that the national system is in place). The previous waiting =
process=20
            would be eliminated. <BR><BR><B>136</B> - Delete the notes =
about=20
            BATF refusal to recognize Texas CHL as an exemption from the =
Brady=20
            law. <BR><BR><B>138</B> - Detailed plain-English =
descriptions of the=20
            new federal gun laws (named on pg. 131, above) fills seven=20
            pages.&nbsp; There has been no known enforcement of the =
terrorism or=20
            school zones law (the hubbub over their passage belied any =
actual=20
            effect of these laws), but the gun ban for misdemeanor =
domestic=20
            violence offenses has created havoc in criminalizing (and =
disarming)=20
            many people in law enforcement, the military, private =
individuals,=20
            and for its eight apparent gross constitutional violations=20
            (described in detail in the new 3rd edition). =
<BR><BR><B>161</B> -=20
            The description of shoot to wound has been expanded; </P>
            <P align=3Dleft><B>165</B> - The discussion of the noble use =
of=20
            firearms has been expanded; <BR><BR><B>175</B> - Failure to =
show CHL=20
            is now a misdemeanor on 2nd offense. <BR><BR><B>179</B> - =
Some phone=20
            numbers for DPS have been changed. New CHL hotlines: =
512-424-5750,=20
            800-224-5744. <BR><BR><B>181</B> - Appendix D (the statutes) =
has=20
            been completely updated and revised to include new =
legislation for=20
            1997. <BR><BR>Back Matter revised, we now have The =
Traveler's Guide=20
            to the Gun Laws of the 50 States ($9.95 +S&amp;H) and coming =
soon:=20
            Supreme Court Gun Cases with analysis by David Kopel and =
Stephen=20
            Halbrook. </P>
            <P><B><FONT size=3D+1>DON'T TAKE CHANCES WITH<BR>PARTIAL OR=20
            OUT-OF-DATE INFO-- <BR>GET THE LATEST EDITION =
TODAY!</FONT></B>=20
            <BR><B><FONT size=3D+2>EASY PHONE ORDERS</FONT></B> <B><FONT =

            size=3D+2>1-800-707-4020</FONT></B> <BR><FONT size=3D+1>And =
at stores=20
            everywhere!<BR>Single copies are only $14.95 =
(+S&amp;H)<BR>Call for=20
            quantity discounts (minimum order only 12)<BR>TRY OUR =
WHOLESALE BOOK=20
            DISTRIBUTORS:<BR>Hervey's Booklink (Dallas area)&nbsp;=20
            800-413-3300</FONT> &nbsp;<BR><FONT size=3D+1><A=20
            =
href=3D"https://carp.secure-host.com/gunlaws/secureorder.htm">Order=20
            Online</A></FONT> </P></CENTER>
            <DIV =
align=3Dcenter></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>=

<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D5 width=3D"100%">
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D519 =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD class=3Dbrick bgColor=3D#ffffff height=3D18><A =
class=3Dnavlink1=20
            title=3D"All Bloomfield Press products"=20
            href=3D"http://www.gunlaws.com/AllProducts.htm">Complete =
alphabetical=20
            list</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D16><A style=3D"WIDTH: 71px" =
class=3Dnavlink2=20
            title=3D"Plain-English guides to state and national gun =
laws"=20
            href=3D"http://www.gunlaws.com/books.htm#gloa">Gun =
Laws</A><A=20
            style=3D"WIDTH: 77px" class=3Dnavlink2=20
            title=3D"How-To-Defend-Your-Rights Books"=20
            href=3D"http://www.gunlaws.com/books3.htm">Gun Rights</A> <A =

            style=3D"WIDTH: 80px" class=3Dnavlink2=20
            title=3D"The real deal behind the struggle for gun rights"=20
            href=3D"http://www.gunlaws.com/books4.htm">Gun =
Politics</A><A=20
            style=3D"WIDTH: 86px" class=3Dnavlink2=20
            title=3D"If we don't protect speech rights we could lose gun =
rights"=20
            href=3D"http://www.gunlaws.com/books9freespeech.htm">Free =
Speech</A><A=20
            style=3D"WIDTH: 48px" class=3Dnavlink2=20
            title=3D"Live-fire demonstrations and techniques from top =
pros"=20
            href=3D"http://www.gunlaws.com/videos.htm">DVDs</A><A=20
            style=3D"WIDTH: 147px" class=3Dnavlink2=20
            title=3D"How to avoid an attack and how to survive one"=20
            href=3D"http://www.gunlaws.com/persafe.htm">Self Defense and =

          Safety</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D16><A style=3D"WIDTH: 61px" =
class=3Dnavlink2=20
            title=3D"Books on preparing for emergencies"=20
            =
href=3D"http://www.gunlaws.com/books12survival.htm">Survival</A><A=20
            style=3D"WIDTH: 91px" class=3Dnavlink2=20
            title=3D"Police guides available to the public"=20
            href=3D"http://www.gunlaws.com/books6.htm">Police =
Guides</A><A=20
            style=3D"WIDTH: 54px" class=3Dnavlink2=20
            title=3D"Knife techniques and strategies for self defense"=20
            =
href=3D"http://www.gunlaws.com/books10knives.htm">Knives</A><A=20
            style=3D"WIDTH: 54px" class=3Dnavlink2=20
            title=3D"Gun-themed novels that make a point"=20
            =
href=3D"http://www.gunlaws.com/books7novels.htm">Novels</A><A=20
            style=3D"WIDTH: 143px" class=3Dnavlink2=20
            title=3D"What the Founding Fathers read... and wrote"=20
            href=3D"http://www.gunlaws.com/books8founders.htm">The =
Founders=20
            Package</A><A style=3D"WIDTH: 106px" class=3Dnavlink2=20
            title=3D"Why America is the linchpin of freedom on Earth"=20
            href=3D"http://www.gunlaws.com/books13history.htm">History =
of=20
            Rights</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D16><A style=3D"WIDTH: 52px" =
class=3Dnavlink2=20
            title=3D"Show off the best arguments for gun rights"=20
            =
href=3D"http://www.gunlaws.com/books11buttons.htm">Buttons</A> <A=20
            style=3D"WIDTH: 102px" class=3Dnavlink2=20
            title=3D"Some of the more recent additions to our line"=20
            href=3D"http://www.gunlaws.com/books8newbies.htm">Recent=20
            Additions</A><A style=3D"WIDTH: 73px" class=3Dnavlink2=20
            title=3D"Books especially for women"=20
            href=3D"http://www.gunlaws.com/books15Women.htm">For =
Women</A> <A=20
            style=3D"WIDTH: 156px" class=3Dnavlink2=20
            title=3D"For first-time gun owners and newcomers"=20
            href=3D"http://www.gunlaws.com/books14Newcomers.htm">For =
First-Time=20
            Gun Owners</A> <A style=3D"WIDTH: 127px" class=3Dnavlink2=20
            title=3D"Going, going, gone!"=20
            href=3D"http://www.gunlaws.com/books4sale.htm">Closeouts =
&amp;=20
            Bargains</A></TD></TR>
        <TR>
          <TD class=3Dbrick height=3D18><A class=3Dnavlink3=20
            title=3D"See the very latest additions to our line"=20
            href=3D"http://www.gunlaws.com/books16Newest.htm">Newest=20
          Products</A></TD></TR></TBODY></TABLE>
      <TABLE class=3Dnavbar border=3D0 cellSpacing=3D0 cellPadding=3D0 =
width=3D"90%"=20
      align=3Dcenter>
        <TBODY>
        <TR>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink title=3D"Main =
Intro"=20
            =
href=3D"http://www.gunlaws.com/index.htm">&nbsp;&nbsp;Home&nbsp;&nbsp;</A=
></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Main index to all our goods"=20
            =
href=3D"http://www.gunlaws.com/books.htm">&nbsp;&nbsp;Books&nbsp;&nbsp;</=
A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Link to any law or rights group nationwide"=20
            href=3D"http://www.gunlaws.com/links">National =
Directory</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Gun-law updates and analysis of gun-rights issues"=20
            href=3D"http://www.gunlaws.com/updates.htm">Position =
Papers</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Page Nine - Alan=92s Uninvited Ombudsman column"=20
            =
href=3D"http://www.gunlaws.com/PageNineIndex.htm">&nbsp;&nbsp;Alan=92s=20
            Blog&nbsp;&nbsp;</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Fequently Asked Questions"=20
            =
href=3D"http://www.gunlaws.com/faq.htm">&nbsp;&nbsp;&nbsp;FAQ&nbsp;&nbsp;=
&nbsp;</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink=20
            title=3D"Our latest news and views"=20
            href=3D"http://www.gunlaws.com/newstuff.htm">&nbsp;&nbsp;New =

            Stuff&nbsp;&nbsp;</A></TD>
          <TD noWrap align=3Dmiddle><A class=3Dnavlink title=3D"Search =
our site"=20
            =
href=3D"http://www.gunlaws.com/GoogleSearch.htm">&nbsp;&nbsp;Search&nbsp;=
&nbsp;</A></TD></TR></TBODY></TABLE><IMG=20
      border=3D0 alt=3D"Bloomfield Press"=20
      src=3D"http://www.gunlaws.com/images/LogoBlock.gif" width=3D481 =
height=3D137>=20
      <BR>
      <HR color=3D#000080>

      <P>
      <CENTER><B>gunlaws.com and bloomfieldpress.com are domains owned =
by Alan=20
      Korwin.</B></CENTER>
      <P></P>
      <P>
      <CENTER><B>Alan is a nationally recognized author of numerous =
books <BR>on=20
      gun laws and other topics.</B></CENTER>
      <P></P>
      <P>
      <CENTER><B>If you like this site you'll like his books. <A=20
      href=3D"http://www.gunlaws.com/books.htm">Take a =
look</A></B></CENTER>
      <P></P>
      <P></P></TD></TR></TBODY></TABLE>
<SCRIPT language=3Djavascript>=0A=
/**** Mini Cart Summary Display ****/=0A=
=0A=
/**** REPLACE THE VALUES IN THESE LINES ****/=0A=
var serialnum=3D"0001246504";=0A=
var =
cartURL=3D"http://www.gunlaws.com/cgi-gunlaws/sb/order.cgi?storeid=3D*1a0=
30545f18f8d550dcd7beeb90b57&function=3Dshow";=0A=
=0A=
var textColor=3D"#000099";=0A=
var backgroundColor=3D"transparent";=0A=
var showCart=3D"yes";       // only "yes" or "no"=0A=
var cartColor=3D"black";    // only "black" or "white"=0A=
var textAlign=3D"left";     // only "left" "right" or "center"=0A=
=0A=
/**** DON'T CHANGE ANYTHING BELOW HERE ****/=0A=
=0A=
var linkColor=3DtextColor;=0A=
var cookies=3Ddocument.cookie;  //read in all cookies=0A=
var start =3D cookies.indexOf("ss_cart_" + serialnum + "=3D"); =0A=
var cartvalues =3D "";=0A=
var linecount =3D 0;=0A=
var start1;=0A=
var end1;=0A=
var tmp;=0A=
=0A=
// Start Output=0A=
document.write("<div style=3D\"color:" + textColor + ";");=0A=
document.write("background-color:" + backgroundColor + ";");=0A=
document.write("text-align:" + textAlign + ";");=0A=
document.write("font-family: Verdana, Arial, Helvetica, sans-serif;");=0A=
document.write("font-size: 8pt;");=0A=
document.write("\">\n");=0A=
if (showCart =3D=3D "yes")=0A=
{=0A=
  document.write("<a href=3D\"");=0A=
  document.write(cartURL + "\"");=0A=
  document.write(">");=0A=
  document.write("<img =
src=3D\"http://www.gunlaws.com/store/media/themesmedia/cart-" + =
cartColor + ".gif\" border=3D\"0\" align=3D\"top\">");=0A=
  document.write("</a> ");=0A=
}=0A=
=0A=
document.write("<a href=3D\"" + cartURL + "\" style=3D\"color:" + =
linkColor + ";\">");=0A=
document.write("Your Shopping Cart");=0A=
document.write("</a>");=0A=
=0A=
if (start =3D=3D -1)  //No cart cookie=0A=
{=0A=
  document.write("</div>\n");=0A=
}=0A=
else   //cart cookie is present=0A=
{=0A=
  start =3D cookies.indexOf("=3D", start) +1;  =0A=
  var end =3D cookies.indexOf(";", start);  =0A=
=0A=
  if (end =3D=3D -1)=0A=
  {=0A=
    end =3D cookies.length;=0A=
  }=0A=
=0A=
  cartvalues =3D unescape(cookies.substring(start,end)); //read in just =
the cookie data=0A=
=0A=
  start =3D 0;=0A=
  while ((start =3D cartvalues.indexOf("|", start)) !=3D -1)=0A=
  {=0A=
    start++;=0A=
    end =3D cartvalues.indexOf("|", start);=0A=
    if (end !=3D -1)=0A=
    {=0A=
      linecount++;=0A=
=0A=
      if (linecount =3D=3D 2) // Total Quantity of Items=0A=
      {=0A=
        tmp =3D cartvalues.substring(start,end);=0A=
        colon =3D tmp.indexOf(":", 0);=0A=
        document.write("<br>Contains <b>");=0A=
        document.write(tmp.substring(colon+1,end - start));=0A=
        document.write("</b>");=0A=
        if ((tmp.substring(colon+1,end - start)) =3D=3D 1 )=0A=
        {=0A=
          document.write(" Item");=0A=
        }=0A=
        else=0A=
        {=0A=
          document.write(" Items");=0A=
        }=0A=
      }=0A=
=0A=
      if (linecount =3D=3D 3)  // Product Subtotal=0A=
      {=0A=
        tmp =3D cartvalues.substring(start,end);=0A=
        colon =3D tmp.indexOf(":", 0);=0A=
        document.write("<br>Subtotal: <b>");=0A=
        document.write(tmp.substring(colon+1,end - start));=0A=
        document.write("</b>");=0A=
      }=0A=
=0A=
      start =3D end;=0A=
    }=0A=
    else=0A=
      break;=0A=
    }=0A=
  } // end while loop=0A=
=0A=
  //close minicart HTML=0A=
  document.write("</div>\n");=0A=
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_0011_01CBF44E.10AE5CC0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.gunlaws.com/images/LogoBlock.gif

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

------=_NextPart_000_0011_01CBF44E.10AE5CC0
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-Location: http://www.gunlaws.com/images/Photo/TGOG_2010.jpg

/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+ENQ2h0dHA6Ly9ucy5hZG9i
ZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6
TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0i
QWRvYmUgWE1QIENvcmUgNC4yLjItYzA2MyA1My4zNTI2MjQsIDIwMDgvMDcvMzAtMTg6MDU6NDEg
ICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIv
MjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4
bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczp4bXBS
aWdodHM9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9yaWdodHMvIgogICAgeG1sbnM6cGhv
dG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgeG1sbnM6SXB0
YzR4bXBDb3JlPSJodHRwOi8vaXB0Yy5vcmcvc3RkL0lwdGM0eG1wQ29yZS8xLjAveG1sbnMvIgog
ICB4bXBSaWdodHM6V2ViU3RhdGVtZW50PSIiCiAgIHBob3Rvc2hvcDpBdXRob3JzUG9zaXRpb249
IiI+CiAgIDxkYzpyaWdodHM+CiAgICA8cmRmOkFsdD4KICAgICA8cmRmOmxpIHhtbDpsYW5nPSJ4
LWRlZmF1bHQiLz4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzpyaWdodHM+CiAgIDxkYzpjcmVhdG9y
PgogICAgPHJkZjpTZXE+CiAgICAgPHJkZjpsaS8+CiAgICA8L3JkZjpTZXE+CiAgIDwvZGM6Y3Jl
YXRvcj4KICAgPGRjOnRpdGxlPgogICAgPHJkZjpBbHQ+CiAgICAgPHJkZjpsaSB4bWw6bGFuZz0i
eC1kZWZhdWx0Ij5UR09HQ292ZXIyMDEwMjwvcmRmOmxpPgogICAgPC9yZGY6QWx0PgogICA8L2Rj
OnRpdGxlPgogICA8eG1wUmlnaHRzOlVzYWdlVGVybXM+CiAgICA8cmRmOkFsdD4KICAgICA8cmRm
OmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiLz4KICAgIDwvcmRmOkFsdD4KICAgPC94bXBSaWdodHM6
VXNhZ2VUZXJtcz4KICAgPElwdGM0eG1wQ29yZTpDcmVhdG9yQ29udGFjdEluZm8KICAgIElwdGM0
eG1wQ29yZTpDaUFkckV4dGFkcj0iIgogICAgSXB0YzR4bXBDb3JlOkNpQWRyQ2l0eT0iIgogICAg
SXB0YzR4bXBDb3JlOkNpQWRyUmVnaW9uPSIiCiAgICBJcHRjNHhtcENvcmU6Q2lBZHJQY29kZT0i
IgogICAgSXB0YzR4bXBDb3JlOkNpQWRyQ3RyeT0iIgogICAgSXB0YzR4bXBDb3JlOkNpVGVsV29y
az0iIgogICAgSXB0YzR4bXBDb3JlOkNpRW1haWxXb3JrPSIiCiAgICBJcHRjNHhtcENvcmU6Q2lV
cmxXb3JrPSIiLz4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+
CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94
cGFja2V0IGVuZD0idyI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYI
CwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoV
ERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEI
APoApAMBEQACEQEDEQH/xADIAAABBQEBAQAAAAAAAAAAAAAABAUGBwgCAwEBAAEFAQEBAAAAAAAA
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
6FCEfoUIXQ9vyfNQhendQhf/2Q==

------=_NextPart_000_0011_01CBF44E.10AE5CC0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.gunlaws.com/images/Image2.gif

R0lGODdh2ACSAPcAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAADYAJIA
QAj/AAMIHEiwoMGDCBMqXMiwocOHECNKnEixosWLBgEAwMhQo8CNHBFqHBmypEmJI1OqXMly5ceW
MGMGiOmxIEyFNElGVHmyZ8WcQF2+bDkwaFGZR1niDFoz402CNH1KhSp0aNWZV5nybMiUq1KsRJ0C
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

------=_NextPart_000_0011_01CBF44E.10AE5CC0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.gunlaws.com/gunlaws.css

.body {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.navlink {
	BACKGROUND-COLOR: #dddddd; DISPLAY: block; FONT-FAMILY: Arial, =
Helvetica, sans-serif; HEIGHT: 17px; COLOR: #000000; FONT-SIZE: 10pt; =
FONT-WEIGHT: bold; BORDER-RIGHT: #fff 1px solid; TEXT-DECORATION: none; =
PADDING-TOP: 1px
}
A.navlink:link {
	COLOR: #000000
}
A.navlink:visited {
	COLOR: #000000
}
A.navlink:active {
	TEXT-DECORATION: none
}
A.navlink:hover {
	BACKGROUND-COLOR: #77aaff; TEXT-DECORATION: none
}
.special {
	FONT-FAMILY: "Arial Black", "Helvetica Black", Impact, sans-serif; =
COLOR: #990000; FONT-SIZE: 22px
}
.categorytitle {
	TEXT-ALIGN: right; LINE-HEIGHT: 10pt; PADDING-RIGHT: 6px; FONT-FAMILY: =
Arial, Helvetica, sans-serif; COLOR: #0067d0; FONT-SIZE: 9pt
}
.navbar {
	MARGIN: 10px
}
.brick {
	BORDER-BOTTOM: #fff 1px solid
}
A.navlink1 {
	BACKGROUND-IMAGE: url(images/BlueBg.gif); TEXT-ALIGN: center; =
BACKGROUND-COLOR: #0089e4; WIDTH: 514px; DISPLAY: block; FONT-FAMILY: =
Arial, Helvetica, sans-serif; HEIGHT: 17px; COLOR: #ff9; FONT-SIZE: =
10pt; FONT-WEIGHT: bold; TEXT-DECORATION: none; PADDING-TOP: 1px
}
A.navlink1:hover {
	BACKGROUND-IMAGE: url(images/BlueBg2.gif); BACKGROUND-COLOR: #009
}
A.navlink1:active {
	BACKGROUND-COLOR: #00c
}
A.navlink2 {
	TEXT-ALIGN: center; BACKGROUND-COLOR: #0089e4; DISPLAY: block; =
FONT-FAMILY: Arial, Helvetica, sans-serif; FLOAT: left; HEIGHT: 15px; =
COLOR: #fff; FONT-SIZE: 9pt; BORDER-RIGHT: #fff 1px solid; =
TEXT-DECORATION: none; PADDING-TOP: 2px
}
A.navlink2:hover {
	BACKGROUND-COLOR: #009
}
A.navlink2:active {
	BACKGROUND-COLOR: #00c
}
A.navlink3 {
	TEXT-ALIGN: center; BACKGROUND-COLOR: #0073d6; WIDTH: 514px; DISPLAY: =
block; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 17px; COLOR: =
#fff; FONT-SIZE: 10pt; FONT-WEIGHT: bold; TEXT-DECORATION: none; =
PADDING-TOP: 1px
}
A.navlink3:hover {
	BACKGROUND-COLOR: #009
}
A.navlink3:active {
	BACKGROUND-COLOR: #00c
}
DIV#qTip {
	Z-INDEX: 1000; BORDER-BOTTOM: #666 2px solid; POSITION: absolute; =
TEXT-ALIGN: left; BORDER-LEFT: #666 1px solid; PADDING-BOTTOM: 2px; =
PADDING-LEFT: 2px; PADDING-RIGHT: 2px; DISPLAY: none; FONT: 8pt Verdana, =
Arial, sans-serif; BACKGROUND: #ff9; COLOR: #000; BORDER-TOP: #666 1px =
solid; BORDER-RIGHT: #666 2px solid; PADDING-TOP: 2px
}

------=_NextPart_000_0011_01CBF44E.10AE5CC0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.gunlaws.com/gunlaws.js

function LmOver(elem, clr)=0A=
{elem.style.backgroundColor =3D clr;=0A=
elem.children.tags('A')[0].style.color =3D "#FFFFFF";=0A=
elem.style.cursor =3D 'hand'}=0A=
=0A=
function LmOut(elem, clr)=0A=
{elem.style.backgroundColor =3D clr;=0A=
elem.children.tags('A')[0].style.color =3D "#000000";}=0A=
=0A=
function LmDown(elem, clr)=0A=
{elem.style.backgroundColor =3D clr;=0A=
elem.children.tags('A')[0].style.color =3D "#FFFFFF";}=0A=
=0A=
function LmUp(path)=0A=
{location.href =3D path;}=0A=
=0A=

------=_NextPart_000_0011_01CBF44E.10AE5CC0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.gunlaws.com/qTip.js

// qTip - CSS Tool Tips - by Craig Erskine=0A=
// http://qrayg.com=0A=
//=0A=
// Multi-tag support by James Crooke=0A=
// http://www.cj-design.com=0A=
//=0A=
// Inspired by code from Travis Beckham=0A=
// http://www.squidfingers.com | http://www.podlob.com=0A=
//=0A=
// Copyright (c) 2006 Craig Erskine=0A=
// Permission is granted to copy, distribute and/or modify this document=0A=
// under the terms of the GNU Free Documentation License, Version 1.3=0A=
// or any later version published by the Free Software Foundation;=0A=
// with no Invariant Sections, no Front-Cover Texts, and no Back-Cover =
Texts.=0A=
// A copy of the license is included in the section entitled "GNU=0A=
// Free Documentation License".=0A=
=0A=
var qTipTag =3D "a,td"; //Which tag do you want to qTip-ize? Keep it =
lowercase!//=0A=
var qTipX =3D 0; //This is qTip's X offset//=0A=
var qTipY =3D 15; //This is qTip's Y offset//=0A=
=0A=
//There's No need to edit anything below this line//=0A=
tooltip =3D {=0A=
  name : "qTip",=0A=
  offsetX : qTipX,=0A=
  offsetY : qTipY,=0A=
  tip : null=0A=
}=0A=
=0A=
tooltip.init =3D function () {=0A=
	var tipNameSpaceURI =3D "http://www.w3.org/1999/xhtml";=0A=
	if(!tipContainerID){ var tipContainerID =3D "qTip";}=0A=
	var tipContainer =3D document.getElementById(tipContainerID);=0A=
=0A=
	if(!tipContainer) {=0A=
	  tipContainer =3D document.createElementNS ? =
document.createElementNS(tipNameSpaceURI, "div") : =
document.createElement("div");=0A=
		tipContainer.setAttribute("id", tipContainerID);=0A=
	  =
document.getElementsByTagName("body").item(0).appendChild(tipContainer);=0A=
	}=0A=
=0A=
	if (!document.getElementById) return;=0A=
	this.tip =3D document.getElementById (this.name);=0A=
	if (this.tip) document.onmousemove =3D function (evt) {tooltip.move =
(evt)};=0A=
=0A=
	var a, sTitle, elements;=0A=
	=0A=
	var elementList =3D qTipTag.split(",");=0A=
	for(var j =3D 0; j < elementList.length; j++)=0A=
	{	=0A=
		elements =3D document.getElementsByTagName(elementList[j]);=0A=
		if(elements)=0A=
		{=0A=
			for (var i =3D 0; i < elements.length; i ++)=0A=
			{=0A=
				a =3D elements[i];=0A=
				sTitle =3D a.getAttribute("title");				=0A=
				if(sTitle)=0A=
				{=0A=
					a.setAttribute("tiptitle", sTitle);=0A=
					a.removeAttribute("title");=0A=
					a.removeAttribute("alt");=0A=
					a.onmouseover =3D function() =
{tooltip.show(this.getAttribute('tiptitle'))};=0A=
					a.onmouseout =3D function() {tooltip.hide()};=0A=
				}=0A=
			}=0A=
		}=0A=
	}=0A=
}=0A=
=0A=
tooltip.move =3D function (evt) {=0A=
	var x=3D0, y=3D0;=0A=
	if (document.all) {//IE=0A=
		x =3D (document.documentElement && =
document.documentElement.scrollLeft) ? =
document.documentElement.scrollLeft : document.body.scrollLeft;=0A=
		y =3D (document.documentElement && document.documentElement.scrollTop) =
? document.documentElement.scrollTop : document.body.scrollTop;=0A=
		x +=3D window.event.clientX;=0A=
		y +=3D window.event.clientY;=0A=
		=0A=
	} else {//Good Browsers=0A=
		x =3D evt.pageX;=0A=
		y =3D evt.pageY;=0A=
	}=0A=
	this.tip.style.left =3D (x + this.offsetX) + "px";=0A=
	this.tip.style.top =3D (y + this.offsetY) + "px";=0A=
}=0A=
=0A=
tooltip.show =3D function (text) {=0A=
	if (!this.tip) return;=0A=
	this.tip.innerHTML =3D text;=0A=
	this.tip.style.display =3D "block";=0A=
}=0A=
=0A=
tooltip.hide =3D function () {=0A=
	if (!this.tip) return;=0A=
	this.tip.innerHTML =3D "";=0A=
	this.tip.style.display =3D "none";=0A=
}=0A=
=0A=
window.onload =3D function () {=0A=
	tooltip.init ();=0A=
}
------=_NextPart_000_0011_01CBF44E.10AE5CC0--

