From: <Saved by Microsoft Internet Explorer 5>
Subject: =?Windows-1252?Q?=93Germany_and_the_Holy_Roman_Empire=94_-_theTrumpet.com?=
Date: Sat, 16 Sep 2006 13:44:15 +1000
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C6D996.337EFD40"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.thetrumpet.com/index.php?page=book&id=1189&section=1230

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>=93Germany and the Holy Roman Empire=94 - =
theTrumpet.com</TITLE>
<META http-equiv=3Dcontent-type =
content=3Dtext/html;charset=3Diso-8859-1><LINK=20
media=3Dall href=3D"http://www.thetrumpet.com/trumpet.css" =
type=3Dtext/css=20
rel=3DStyleSheet><LINK href=3D"images/trumpet.ico" rel=3D"shortcut =
icon"><LINK=20
title=3D"ICRA labels" href=3D"ICRA.xml" type=3Dapplication/rdf+xml =
rel=3Dmeta>
<SCRIPT type=3Dtext/javascript>
window.onload =3D function()
{
    if (window.winOnLoad) window.winOnLoad();
}
</SCRIPT>
<LINK media=3Dall =
href=3D"http://www.thetrumpet.com/common/menu/menu.css"=20
type=3Dtext/css rel=3DStyleSheet>
<SCRIPT src=3D"http://www.thetrumpet.com/common/menu/x/x_core.js"=20
type=3Dtext/javascript></SCRIPT>

<SCRIPT src=3D"http://www.thetrumpet.com/common/menu/x/x_event.js"=20
type=3Dtext/javascript></SCRIPT>

<SCRIPT type=3Dtext/javascript>

var mouseGap =3D 15;
var slideTime =3D 5;
var menuArray =3D new Array();
var marginX =3D 5;
var marginY =3D 0;

function winOnLoad()
{
    winOnResize();
    xAddEventListener( window, 'resize', winOnResize, false );
    xAddEventListener( window, 'scroll', winOnScroll, false );

    for (i=3D1; i<=3D7; i++)
    {
    	if (i =3D=3D 7)
    	{
    		menuArray[i] =3D new menuRoot( "menuRoot" + i, "menu" + i, =
mouseGap, "mousedown", i );
    	}
        else
        {
            menuArray[i] =3D new menuRoot( "menuRoot" + i, "menu" + i, =
mouseGap, "mouseover", i );
        }
    }
}


function winOnResize()
{
    xMoveTo( "bodyDiv", marginX, 0 );
    winOnScroll();
}


function winOnScroll()
{
    var y =3D xScrollTop();

    if (y < 55) y =3D 55;

    xMoveTo( "menuBar", 0, y );

    menuItem =3D document.getElementById( "menuBarFiller" )
    menuItem.innerHTML =3D "&nbsp; ";
}


function menuRoot( triggerId, menuId, mouseMargin, openEvent, _i )
{  =20
    var isOpen =3D false;
    var trg =3D xGetElementById( triggerId );
    var mnu =3D xGetElementById( menuId );
    this.index =3D _i;
    this.hide =3D onHide;

    if (trg && mnu)
    {
        xAddEventListener( trg, openEvent, onOpen, false );
    }

    function onOpen()
    {
    	for (i=3D1; i<=3D7; i++)
        {
        	if (this.index !=3D i)
        	{
                menuArray[i].hide();
        	}
        }

        if (!isOpen)
        {
        	menuLeft =3D xPageX(trg) + 2;

        	menuRight =3D menuLeft + xWidth(mnu);
        	if (menuRight > 760)
            {
            	menuLeft =3D 760 - (xWidth(mnu) + 2);
            }

            xMoveTo( mnu, menuLeft, xPageY(trg) + xHeight(trg) - 2 );
            xShow( mnu );
            if (_i =3D=3D 7)
            {
            	xAddEventListener( document, 'mousedown', onMousemove, =
false );
            }
            else
            {
                xAddEventListener( document, 'mousemove', onMousemove, =
false );
            }
            isOpen =3D true;
        }
    }

    function onHide()
    {
    	if (isOpen)
    	{
    	    xHide( mnu );
    	    if (_i =3D=3D 7)
            {
                xRemoveEventListener( document, 'mousedown', =
onMousemove, false );
            }
            else
            {
                xRemoveEventListener( document, 'mousemove', =
onMousemove, false );
            }
            isOpen =3D false;
        }
    }

    function onMousemove(ev)
    {
        var e =3D new xEvent(ev);

        if (!xHasPoint( mnu, e.pageX, e.pageY, -mouseMargin ) &&
            !xHasPoint( trg, e.pageX, e.pageY, 0 ))
        {
            onHide();
        }
    }
}



function menuRootHot( id )
{
    menuItem =3D document.getElementById( "menuRoot" + id )
    menuItem.style.backgroundImage =3D =
"url(common/menu/images/menubar_hot.gif)";

    menuItem =3D document.getElementById( "menuRootAnchor" + id )
    menuItem.style.color =3D "#2484C7";
}


function menuRootCold( id )
{
    menuItem =3D document.getElementById( "menuRoot" + id )
    menuItem.style.backgroundImage =3D =
"url(common/menu/images/menubar_cold.gif)";

    menuItem =3D document.getElementById( "menuRootAnchor" + id )
    menuItem.style.color =3D "Gray";
}


function menuItemHot( id )
{
    menuItem =3D document.getElementById( "menuItem" + id )
    menuItem.style.backgroundImage =3D =
"url(common/menu/images/menu_hot.gif)";
   =20
    menuItem =3D document.getElementById( "menuItemAnchor" + id )
    menuItem.style.color =3D "#2484C7";
}


function menuItemCold( id )
{
    menuItem =3D document.getElementById( "menuItem" + id )
    menuItem.style.backgroundImage =3D =
"url(common/menu/images/menu_cold.gif)";
   =20
    menuItem =3D document.getElementById( "menuItemAnchor" + id )
    menuItem.style.color =3D "Gray";
}


function menuRootClick( id, url )
{
	window.location.href =3D url;
}


function menuItemClick( id, url )
{
	window.location.href =3D url;
}
</SCRIPT>

<SCRIPT type=3Dtext/javascript>
function popWindow( url, name, features )
{
	new_window =3D window.open( url, "", features );
	new_window.focus();
}
</SCRIPT>

<META content=3D"MSHTML 6.00.2900.2963" name=3DGENERATOR></HEAD>
<BODY style=3D"MARGIN-TOP: 0px; MARGIN-LEFT: 5px">
<DIV class=3Ddynamic id=3DbodyDiv>
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D760 border=3D0>
  <TBODY>
  <TR height=3D55>
    <TD><A title=3D"View Front Page"=20
      href=3D"http://www.thetrumpet.com/index.php"><IMG=20
      src=3D"http://www.thetrumpet.com/images/thetrumpet_logo.gif"=20
  border=3D0></A></TD></TR>
  <TR height=3D29>
    <TD>
      <DIV class=3DmenuBar id=3DmenuBar>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D760 border=3D0>
        <TBODY>
        <TR style=3D"BACKGROUND: =
url(common/menu/images/menubar_cold.gif)">
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_left.gif"=20
            align=3Dtop><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_cold.gif"=20
            align=3Dtop></TD>
          <TD class=3DmenuDate noWrap width=3D176=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f>
            <DIV align=3Dcenter>Friday, Sept. 15, 2006</DIV></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuRoot1 onmouseover=3DmenuRootHot(1);=20
          onmouseout=3DmenuRootCold(1); noWrap align=3Dmiddle=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f><SPAN=20
            class=3DmenuRoot =
id=3DmenuRootAnchor1>&nbsp;Sections&nbsp;</SPAN></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuRoot2 onmouseover=3DmenuRootHot(2);=20
          onmouseout=3DmenuRootCold(2); noWrap align=3Dmiddle=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f><SPAN=20
            class=3DmenuRoot =
id=3DmenuRootAnchor2>&nbsp;Regions&nbsp;</SPAN></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuRoot3 onmouseover=3DmenuRootHot(3);=20
          onmouseout=3DmenuRootCold(3); noWrap align=3Dmiddle=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f><SPAN=20
            class=3DmenuRoot =
id=3DmenuRootAnchor3>&nbsp;Magazine&nbsp;</SPAN></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuRoot4 onmouseover=3DmenuRootHot(4);=20
          onmouseout=3DmenuRootCold(4); noWrap align=3Dmiddle=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f><SPAN=20
            class=3DmenuRoot =
id=3DmenuRootAnchor4>&nbsp;Literature&nbsp;</SPAN></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuRoot5 onmouseover=3DmenuRootHot(5);=20
          onmouseout=3DmenuRootCold(5); noWrap align=3Dmiddle=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f><SPAN=20
            class=3DmenuRoot =
id=3DmenuRootAnchor5>&nbsp;About&nbsp;</SPAN></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuRoot6 onmouseover=3DmenuRootHot(6);=20
          onmouseout=3DmenuRootCold(6); noWrap align=3Dmiddle=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f><SPAN=20
            class=3DmenuRoot =
id=3DmenuRootAnchor6>&nbsp;Contact&nbsp;</SPAN></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuBarFiller noWrap width=3D"100%">&nbsp; </TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_separator.gif=
"=20
            align=3Dtop></TD>
          <TD id=3DmenuRoot7 onmouseover=3DmenuRootHot(7);=20
          onmouseout=3DmenuRootCold(7); noWrap align=3Dmiddle=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_cold.gi=
f><SPAN=20
            class=3DmenuRoot id=3DmenuRootAnchor7 =
onmouseover=3DmenuRootHot(7);=20
            onmouseout=3DmenuRootCold(7);>&nbsp;Search&nbsp;</SPAN></TD>
          <TD noWrap><IMG=20
            =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_right.gif"=20
            align=3Dtop></TD></TR>
        <TR height=3D4>
          <TD=20
          =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif=20
          colSpan=3D19></TD></TR></TBODY></TABLE></DIV>
      <DIV class=3DmenuPane id=3Dmenu1>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD>
            <TABLE class=3DmenuPaneBorder cellSpacing=3D0 =
cellPadding=3D0 border=3D0>
              <TBODY>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem1 =
onmouseover=3DmenuItemHot(1);=20
                onclick=3D'menuItemClick(1, =
"http://www.thetrumpet.com/index.php");'=20
                onmouseout=3DmenuItemCold(1); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor1=20
                  =
href=3D"http://www.thetrumpet.com/index.php">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Front Page&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem2 =
onmouseover=3DmenuItemHot(2);=20
                onclick=3D'menuItemClick(2, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D8");'=20
                onmouseout=3DmenuItemCold(2); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor2=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D8">&n=
bsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;World&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem3 =
onmouseover=3DmenuItemHot(3);=20
                onclick=3D'menuItemClick(3, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D20");'=20
                onmouseout=3DmenuItemCold(3); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor3=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D20">&=
nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Economy&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem4 =
onmouseover=3DmenuItemHot(4);=20
                onclick=3D'menuItemClick(4, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D27");'=20
                onmouseout=3DmenuItemCold(4); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor4=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D27">&=
nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Society&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem5 =
onmouseover=3DmenuItemHot(5);=20
                onclick=3D'menuItemClick(5, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D45");'=20
                onmouseout=3DmenuItemCold(5); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor5=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D45">&=
nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Religion&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem6 =
onmouseover=3DmenuItemHot(6);=20
                onclick=3D'menuItemClick(6, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D53");'=20
                onmouseout=3DmenuItemCold(6); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor6=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D53">&=
nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  =
border=3D0>&nbsp;Science/Tech&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem7 =
onmouseover=3DmenuItemHot(7);=20
                onclick=3D'menuItemClick(7, =
"http://www.thetrumpet.com/index.php?page=3Deditor");'=20
                onmouseout=3DmenuItemCold(7); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor7=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Deditor">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;From The =
Editor&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR height=3D4>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
      <DIV class=3DmenuPane id=3Dmenu2>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD>
            <TABLE class=3DmenuPaneBorder cellSpacing=3D0 =
cellPadding=3D0 border=3D0>
              <TBODY>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem8 =
onmouseover=3DmenuItemHot(8);=20
                onclick=3D'menuItemClick(8, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D59");'=20
                onmouseout=3DmenuItemCold(8); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor8=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D59">&=
nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  =
border=3D0>&nbsp;US/UK/Aust.&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem9 =
onmouseover=3DmenuItemHot(9);=20
                onclick=3D'menuItemClick(9, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D67");'=20
                onmouseout=3DmenuItemCold(9); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor9=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D67">&=
nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Middle =
East&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem10 =
onmouseover=3DmenuItemHot(10);=20
                onclick=3D'menuItemClick(10, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D81");'=20
                onmouseout=3DmenuItemCold(10); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor10=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D81">&=
nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Europe&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem11 =
onmouseover=3DmenuItemHot(11);=20
                onclick=3D'menuItemClick(11, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D103");'=20
                onmouseout=3DmenuItemCold(11); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor11=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D103">=
&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Asia&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem12 =
onmouseover=3DmenuItemHot(12);=20
                onclick=3D'menuItemClick(12, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D113");'=20
                onmouseout=3DmenuItemCold(12); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor12=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D113">=
&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Africa&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem13 =
onmouseover=3DmenuItemHot(13);=20
                onclick=3D'menuItemClick(13, =
"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D116");'=20
                onmouseout=3DmenuItemCold(13); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor13=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dsection&amp;id=3D116">=
&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Latin =
America&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR height=3D4>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
      <DIV class=3DmenuPane id=3Dmenu3>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD>
            <TABLE class=3DmenuPaneBorder cellSpacing=3D0 =
cellPadding=3D0 border=3D0>
              <TBODY>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem14 =
onmouseover=3DmenuItemHot(14);=20
                onclick=3D'menuItemClick(14, =
"http://www.thetrumpet.com/index.php?page=3Dmagazine");'=20
                onmouseout=3DmenuItemCold(14); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor14=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dmagazine">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Current =
Issue&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem15 =
onmouseover=3DmenuItemHot(15);=20
                onclick=3D'menuItemClick(15, =
"http://www.thetrumpet.com/index.php?page=3Darchive");'=20
                onmouseout=3DmenuItemCold(15); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor15=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Darchive">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Issue =
Archives&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem16 =
onmouseover=3DmenuItemHot(16);=20
                onmouseout=3DmenuItemCold(16); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor16=20
                  =
href=3D"http://www.pcog.org/Default.asp?siteMapId=3DLiteratureLibrary"=20
                  target=3D_blank>&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Free =
Subscription&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR height=3D4>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
      <DIV class=3DmenuPane id=3Dmenu4>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD>
            <TABLE class=3DmenuPaneBorder cellSpacing=3D0 =
cellPadding=3D0 border=3D0>
              <TBODY>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem17 =
onmouseover=3DmenuItemHot(17);=20
                onclick=3D'menuItemClick(17, =
"http://www.thetrumpet.com/index.php?page=3Dliterature");'=20
                onmouseout=3DmenuItemCold(17); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor17=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dliterature">&nbsp;<IMG=
=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Library&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem18 =
onmouseover=3DmenuItemHot(18);=20
                onmouseout=3DmenuItemCold(18); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor18=20
                  =
href=3D"http://www.pcog.org/Default.asp?siteMapId=3DLiteratureLibrary"=20
                  target=3D_blank>&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Request&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR height=3D4>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
      <DIV class=3DmenuPane id=3Dmenu5>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD>
            <TABLE class=3DmenuPaneBorder cellSpacing=3D0 =
cellPadding=3D0 border=3D0>
              <TBODY>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem19 =
onmouseover=3DmenuItemHot(19);=20
                onclick=3D'menuItemClick(19, =
"http://www.thetrumpet.com/index.php?page=3Daboutus");'=20
                onmouseout=3DmenuItemCold(19); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor19=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Daboutus">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;About Us&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem20 =
onmouseover=3DmenuItemHot(20);=20
                onclick=3D'menuItemClick(20, =
"http://www.keyofdavid.com");'=20
                onmouseout=3DmenuItemCold(20); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor20=20
                  href=3D"http://www.keyofdavid.com/">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;The Key of =
David&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem21 =
onmouseover=3DmenuItemHot(21);=20
                onclick=3D'menuItemClick(21, "http://www.pcog.org");'=20
                onmouseout=3DmenuItemCold(21); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor21=20
                  href=3D"http://www.pcog.org/">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Philadelphia Church of=20
                God&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR height=3D4>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
      <DIV class=3DmenuPane id=3Dmenu6>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD>
            <TABLE class=3DmenuPaneBorder cellSpacing=3D0 =
cellPadding=3D0 border=3D0>
              <TBODY>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem22 =
onmouseover=3DmenuItemHot(22);=20
                onclick=3D'menuItemClick(22, =
"http://www.thetrumpet.com/index.php?page=3Dcontact");'=20
                onmouseout=3DmenuItemCold(22); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor22=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dcontact">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Contact Us&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem23 =
onmouseover=3DmenuItemHot(23);=20
                onclick=3D'menuItemClick(23, =
"http://www.thetrumpet.com/index.php?page=3Dfeedback");'=20
                onmouseout=3DmenuItemCold(23); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor23=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dfeedback">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Submit =
Comments&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR>
              <TR height=3D20>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD class=3DmenuItem id=3DmenuItem24 =
onmouseover=3DmenuItemHot(24);=20
                onclick=3D'menuItemClick(24, =
"http://www.thetrumpet.com/index.php?page=3Dletters");'=20
                onmouseout=3DmenuItemCold(24); noWrap=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif><=
A=20
                  class=3DmenuItem id=3DmenuItemAnchor24=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dletters">&nbsp;<IMG=20
                  =
src=3D"http://www.thetrumpet.com/common/menu/images/menu_blip.gif"=20
                  border=3D0>&nbsp;Read =
Comments&nbsp;&nbsp;&nbsp;</A></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR height=3D4>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
      <DIV class=3DmenuSearchPane id=3Dmenu7>
      <FORM action=3Dhttp://www.thetrumpet.com/index.php method=3Dget>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD>
            <TABLE class=3DmenuPaneBorder cellSpacing=3D0 =
cellPadding=3D0=20
            =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_cold.gif=20
            border=3D0>
              <TBODY>
              <TR>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_left.gif><=
/TD>
                <TD>
                  <TABLE cellSpacing=3D0 cellPadding=3D2 border=3D0>
                    <TBODY>
                    <TR>
                      <TD class=3DmenuText colSpan=3D2>&nbsp;Enter Query =
Below:=20
                    </TD></TR>
                    <TR>
                      <TD colSpan=3D2><INPUT type=3Dhidden =
value=3Dsearch=20
                        name=3Dpage><INPUT class=3DsearchInput size=3D38 =
name=3Dquery>=20
                      </TD></TR>
                    <TR>
                      <TD align=3Dleft>&nbsp;<A=20
                        href=3D"http://www.thetrumpet.com/search.php"=20
                        target=3D_blank>Advanced</A> <!-- <span =
class=3D"menuText">&#8226;</span> <a class=3D"itemMore" =
href=3D"searchhelp.php" target=3D"_blank">Help</a> --></TD>
                      <TD align=3Dright><INPUT class=3DsearchButton =
type=3Dsubmit value=3DSearch name=3D"">=20
                      </TD></TR></TBODY></TABLE></TD>
                <TD width=3D3=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menu_right.gif>=
</TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR height=3D4>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/common/menu/images/menubar_shadow.=
gif></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></DIV><IMG=
=20
      =
src=3D"http://www.thetrumpet.com/common/menu/images/menubar_vspace.gif"><=
/TD></TR></TBODY></TABLE>
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D760 border=3D0>
  <TBODY>
  <TR>
    <TD class=3Dcolumn vAlign=3Dtop width=3D180>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
        <TBODY>
        <TR height=3D3>
          <TD>
            <DIV class=3DcolumnCaption>COVER</DIV></TD></TR>
        <TR height=3D3>
          <TD class=3DdashedT><IMG=20
            src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
        <TR>
          <TD align=3Dmiddle>
            <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
              <TBODY>
              <TR>
                <TD><A=20
                  =
href=3D"javascript:popWindow('media.php?id=3D85&amp;w=3D640&amp;h=3D480',=
'View =
Cover','width=3D680,height=3D520,scrollbars=3Dno,resize=3Dno');"><IMG=20
                  class=3DimageLink=20
                  =
src=3D"http://www.thetrumpet.com/image.php?id=3D85&amp;w=3D150&amp;h=3D15=
0"></A></TD>
                <TD vAlign=3Dtop=20
                =
background=3Dhttp://www.thetrumpet.com/images/booklet/booklet4.gif><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/booklet/booklet5.gif"></TD></TR>
              <TR>
                <TD=20
                =
background=3Dhttp://www.thetrumpet.com/images/booklet/booklet2.gif><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/booklet/booklet1.gif"></TD>
                <TD><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/booklet/booklet3.gif"></TD></TR><=
/TBODY></TABLE></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR>
        <TR height=3D3>
          <TD>
            <DIV class=3DcolumnCaption>OPTIONS</DIV></TD></TR>
        <TR height=3D3>
          <TD class=3DdashedT><IMG=20
            src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
        <TR>
          <TD align=3Dmiddle><A=20
            =
href=3D"http://www.thetrumpet.com/print.php?id=3D1189&amp;section=3D1230"=
=20
            target=3D_blank><IMG title=3D"View in Printable Format"=20
            src=3D"http://www.thetrumpet.com/images/article_print.gif"=20
            border=3D0></A> <A=20
            =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1230&amp;mode=3Dsingle"><IMG=20
            title=3D"View as Single Column"=20
            src=3D"http://www.thetrumpet.com/images/article_single.gif"=20
            border=3D0></A> <A=20
            =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1230&amp;mode=3Dsafe"><IMG=20
            title=3D"View as Single Scrolling Column"=20
            src=3D"http://www.thetrumpet.com/images/article_scroll.gif"=20
            border=3D0></A> <A=20
            =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1230&amp;mode=3Dmulti"><IMG=20
            title=3D"View as Multiple Columns"=20
            src=3D"http://www.thetrumpet.com/images/article_multi.gif"=20
            border=3D0></A> </TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR>
        <TR height=3D3>
          <TD><A class=3DcolumnCaption=20
            =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189">TA=
BLE=20
            OF CONTENTS</A></TD></TR>
        <TR height=3D3>
          <TD class=3DdashedT><IMG=20
            src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
        <TR>
          <TD>
            <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
              <TBODY>
              <TR>
                <TD vAlign=3Dtop width=3D1><SPAN=20
                  style=3D"COLOR: gray">&nbsp;=95&nbsp;</SPAN></TD>
                <TD><A=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1225">The=20
                  Resurgence of Nazi Germany</A></TD></TR>
              <TR height=3D3>
                <TD colSpan=3D2><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
              <TR>
                <TD vAlign=3Dtop width=3D1><SPAN=20
                  style=3D"COLOR: gray">&nbsp;=95&nbsp;</SPAN></TD>
                <TD><A=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1226">Germany's=20
                  Earliest Roots</A></TD></TR>
              <TR height=3D3>
                <TD colSpan=3D2><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
              <TR>
                <TD vAlign=3Dtop width=3D1><SPAN=20
                  style=3D"COLOR: gray">&nbsp;=95&nbsp;</SPAN></TD>
                <TD><A=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1228">The=20
                  Unholy Roman Empire</A></TD></TR>
              <TR height=3D3>
                <TD colSpan=3D2><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
              <TR>
                <TD vAlign=3Dtop width=3D1><SPAN=20
                  style=3D"COLOR: gray">&nbsp;=95&nbsp;</SPAN></TD>
                <TD><A=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1229">Hitler=20
                  and the Holy Roman Empire</A></TD></TR>
              <TR height=3D3>
                <TD colSpan=3D2><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
              <TR>
                <TD vAlign=3Dtop width=3D1><SPAN=20
                  style=3D"COLOR: gray">&nbsp;=95&nbsp;</SPAN></TD>
                <TD><A=20
                  =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189&amp=
;section=3D1230">Germany=20
                  in Prophecy</A></TD></TR>
              <TR height=3D3>
                <TD colSpan=3D2><IMG=20
                  =
src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR></TBODY></TABL=
E></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR>
        <TR height=3D3>
          <TD>
            <DIV class=3DcolumnCaption>LITERATURE</DIV></TD></TR>
        <TR height=3D3>
          <TD class=3DdashedT><IMG=20
            src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
        <TR>
          <TD align=3Dleft><SPAN style=3D"COLOR: =
gray">&nbsp;=95&nbsp;</SPAN><A=20
            =
href=3D"http://www.thetrumpet.com/index.php?page=3Dliterature">Library</A=
><BR><SPAN=20
            style=3D"COLOR: gray">&nbsp;=95&nbsp;</SPAN><A=20
            =
href=3D"http://www.pcog.org/Default.asp?siteMapId=3DLiteratureLibrary"=20
            target=3D_blank>Request</A> </TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR></TBODY></TABLE></TD>
    <TD width=3D10></TD>
    <TD class=3Dcolumn vAlign=3Dtop>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D0>
        <TBODY>
        <TR>
          <TD>
            <DIV class=3DarticleTitle>GERMANY AND THE HOLY ROMAN=20
EMPIRE</DIV></TD></TR>
        <TR height=3D3>
          <TD class=3DdashedT><IMG=20
            src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR>
        <TR>
          <TD>
            <DIV class=3DarticleAuthor>By Gerald Flurry, J. Tim Thompson =
and=20
            Stephen Flurry</DIV></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD><SPAN class=3DsectionType>Chapter 5</SPAN><BR><SPAN=20
            class=3DsectionTitle>=93Germany in =
Prophecy=94</SPAN><BR><BR><SPAN>Most=20
            people have ignored the fact that Herbert W. Armstrong =
warned the=20
            world that Germany would rise again. Only a very few=20
            listened.<BR><BR>Mr. Armstrong said German industry and the =
German=20
            people's will power and determination to work, produce and =
organize=20
            was the very heart and lifeblood of all Europe. He said the=20
            prostrate body of Europe could not come back without the =
leadership=20
            of a revived and vigorous Germany.<BR><BR>The world is =
witnessing=20
            history repeat itself one more time. Soon, it will all be =
over. Only=20
            the returning Jesus Christ will be able to put a stop to=20
            it.<BR><BR>The book of Nahum is an end-time prophecy about =
Germany.=20
            Nahum 3:16-17 talks about this illusive power. =93Thou hast =
multiplied=20
            thy merchants above the stars of heaven: the cankerworm =
spoileth,=20
            and flieth away. Thy crowned are as the locusts [Winston =
Churchill=20
            even called the Germans and their military machine =91the =
locusts=92],=20
            and thy captains as the great grasshoppers, which camp in =
the hedges=20
            in the cold day, but when the sun ariseth <I>they flee =
away</I>, and=20
            <I>their place is not known where they =
are</I>.=94<BR><BR>After World=20
            War <SPAN class=3Dsmall-caps>ii</SPAN>, the Nazis just went=20
            underground and disappeared like grasshoppers in wintertime. =

            Suddenly, they were gone. But just as suddenly, they have =
burst back=20
            on the world scene. That=92s <I>exactly</I> the way God =
foretold it=20
            was going to happen in this end time.<BR><BR>God=92s Word is =
true!=20
            That is why Mr. Armstrong could preach with such <SPAN=20
            class=3Dsmall-caps>absolute authority</SPAN> about the =
certainty and=20
            terrible consequences of Germany rising again=97because =
<SPAN=20
            class=3Dsmall-caps>the Bible said so</SPAN>.<BR><BR><SPAN=20
            class=3Dsubhead>Fierceness in Germany</SPAN><BR><BR>Let=92s =
examine some=20
            of the prophecies Mr. Armstrong covered to come to his =
startlingly=20
            accurate predictions about Germany in the end time. God is =
raising=20
            up the Germans to correct an evil Israel, comprised of =
nations who=20
            have had a history with God. They have <I>failed</I> God. =
Now God is=20
            going to punish them for this most heinous of all =
sins.<BR><BR>In=20
            verse 6 of Habakkuk 1, God says, =93For, lo, I raise up the =
Chaldeans,=20
            that bitter and hasty nation=85.=94 The Chaldeans are an =
ancient people=20
            of Babylon. Ancient Babylon and the Chaldeans have passed =
from the=20
            world scene. But the old Babylonian religion =
remains.<BR><BR>=93Come=20
            down, and sit in the dust, O virgin daughter of Babylon, sit =
on the=20
            ground: there is no <I>throne</I>, O daughter of the =
Chaldeans: for=20
            thou shalt no more be called tender and delicate=94 (Isaiah =
47:1). Who=20
            is Babylon today? Which religion in this world has a throne=20
            today?<BR><BR>=93Sit thou silent, and get thee into =
darkness, O=20
            daughter of the Chaldeans: for thou shalt no more be called, =
<I>The=20
            lady of kingdoms</I>. I was wroth with my people, I have =
polluted=20
            mine inheritance, and given them into thine hand: thou didst =
shew=20
            them <I>no mercy;</I> upon the ancient hast thou very =
heavily laid=20
            thy yoke=94 (verses 5-6). A woman or =93lady=94 in Bible =
prophecy refers=20
            to a church. As described in Chapter 3, a great false church =
either=20
            dominates or heavily influences the seven resurrections of =
the=20
            =93Holy=94 Roman Empire (Revelation 17:5-6). This empire is =
now forming=20
            in Europe for the seventh and final time. Revelation 17:12 =
says it=20
            will be a ten-nation European combine. And Germany, ancient =
Assyria,=20
            will be the dominant player in this Euroforce.<BR><BR>God =
calls this=20
            German-led war machine =93bitter and hasty=94 in Habakkuk =
1=97a very good=20
            description. They are full of bitterness, complete with=20
            lightning-fast blitzkrieg warfare. God says they are a =
=93nation which=20
            shall march through the breadth of the land, to possess the=20
            dwellingplaces that are not theirs=94 (Habakkuk 1:6). God =
says He is=20
            going to =93raise up the Chaldeans.=94 Everything will =
revolve around=20
            Germany. The other countries are just along for the =
ride.<BR><BR>In=20
            verse 7, God gives us more understanding of these fierce, =
warlike=20
            people. =93They are terrible and dreadful: their judgment =
and their=20
            dignity shall proceed of themselves.=94 The <I>Jerusalem =
Bible</I>=20
            renders verse 7, =93A people feared and dreaded, <I>from =
their=20
            might</I> proceeds their <I>right</I>, their greatness.=94 =
If you know=20
            anything about history, you know about whom God is talking. =
The=20
            German people are warriors whose strength gives them the=20
            <I>right</I> to do anything they want, anytime they=20
            want.<BR><BR>Verse 11: =93Then shall his mind change, and he =
shall=20
            pass over, and offend, imputing this his power unto <I>his =
god</I>.=94=20
            The mind of this man who leads this political beast will =
change=20
            because his god, Satan, is going to heavily influence him, =
if not=20
            <I>possess</I> him. The <I>power</I> <SPAN =
class=3Dsmall-caps>of Satan=20
            will be behind a revived and terrifying Nazi=20
            Germany</SPAN>!<BR><BR>One of the greatest <I>miracles</I> =
this=20
            world has produced in our time is the resurrection of =
Germany: the=20
            rise of Germany from rubble to the greatest power in =
Europe=97and=20
            <SPAN class=3Dsmall-caps>soon to be the greatest power in =
the=20
            world</SPAN>! It is mind-boggling.<BR><BR><SPAN =
class=3Dsubhead>The=20
            Beast Power</SPAN><BR><BR>In Revelation 17:1-3, the angel =
says to=20
            John, =93Come hither; I will shew unto thee the judgment of =
the great=20
            whore that sitteth upon many waters: With whom the kings of =
the=20
            earth have committed fornication, and the inhabitants of the =
earth=20
            have been made drunk with the wine of her fornication =85 =
and I saw a=20
            woman sit upon a scarlet coloured beast, full of names of =
blasphemy,=20
            having seven heads and ten horns.=94 God says a wondrous =
beast shall=20
            arise which will affect <I>all</I> inhabitants of the=20
            Earth.<BR><BR>Continuing in verse 7: =93And the angel said =
unto me,=20
            Wherefore didst thou marvel? I will tell thee the mystery of =
the=20
            woman, and of the beast that carrieth her, which hath the =
seven=20
            heads and ten horns.=94 God revealed to Mr. Armstrong, =
through these=20
            verses in Revelation 17 and other scriptures, that a great =
political=20
            beast is rising in Europe which will be joined by a great =
European=20
            religious beast in an unholy alliance to conquer the world. =
Religion=20
            is going to emotionally stir the Europeans. And then a =
megalomaniac=20
            will come on the scene to stir up the people as only someone =
like=20
            Hitler could.<BR><BR>Verse 8 of Revelation 17 says, =93The =
beast that=20
            thou sawest was, and is not; and shall ascend out of the =
bottomless=20
            pit, and go into perdition: and they that dwell on the earth =
shall=20
            wonder =85 when they behold the beast that was, and is not, =
and yet=20
            is.=94<BR><BR>The word translated =93bottomless pit=94 or =
<I>abyss</I> in=20
            verse 8 actually means <I>underground.</I> That=92s where =
the Nazis=20
            have been since before the end of World War <SPAN=20
            class=3Dsmall-caps>ii</SPAN>.<BR><BR>The <I>so-called Holy =
Roman=20
            Empire</I> is going to rise to power one final time. In =
Revelation=20
            17:9-12, it says, =93And here is the mind which hath wisdom. =
The seven=20
            heads are seven mountains, on which the woman sitteth. And =
there are=20
            seven kings: five are fallen and one is=94=97that=92s when =
Mr. Armstrong=20
            came on the scene and began to understand all of these=20
            prophecies=97=93and the other is not yet come=94=97but it is =
rising now=97=93and=20
            when he cometh, he must continue a short space. And the =
beast that=20
            was, and is not, even he is the eighth, and is of the seven, =
and=20
            goeth into perdition. And the ten horns which thou sawest =
are ten=20
            kings, which have received no kingdom as yet; but receive =
power as=20
            kings one hour with the beast.=94<BR><BR>This unholy union =
won=92t last=20
            long, but =93these have one mind, and shall give their power =
and=20
            strength unto the beast=94 (verse 13). Their <I>entire =
existence</I>=20
            <SPAN class=3Dsmall-caps>will revolve around doing what =
Satan commands=20
            them to do</SPAN>. And it will be <SPAN=20
            class=3Dsmall-caps>dreadful</SPAN>! =93For then shall be =
great=20
            tribulation, such as was not since the beginning of the =
world to=20
            this time, no, nor ever shall be=94 (Matthew =
24:21).<BR><BR>In=20
            Revelation 18:3, God tells us more about this great satanic =
system=20
            called Babylon. =93For all nations have drunk of the wine of =
the wrath=20
            of her fornication, and the kings of the earth have =
committed=20
            fornication with her, and the merchants of the earth are =
waxed rich=20
            through the abundance of her delicacies.=94<BR><BR>And this =
great=20
            religious power=97this woman on the beast=97what will she do =
with her=20
            power? Verses 12 and 13 say she will make merchandise of =
=93slaves,=20
            and souls of men.=94<BR><BR>In Isaiah 10:5, God says, =93O =
Assyrian [the=20
            modern Germans], the <I>rod of mine anger</I>, and the staff =
in=20
            their hand is mine indignation.=94 Notice God talks about =
the=20
            Assyrian, not the ten nations. Just the one powerful nation. =
It is=20
            the Germans that are the big threat. God is using them for a =
special=20
            purpose.<BR><BR>God says, =93I will send him against an =
hypocritical=20
            nation, and against the people of my wrath will I give him a =
charge,=20
            to take the spoil, and to take the prey, and to tread them =
down like=20
            the mire of the streets=94 (verse 6). God says the Germans =
are a tool=20
            in His hands. They tread humans down =93like the mire of the =

            streets.=94<BR><BR>Verse 7: =93Howbeit he meaneth not so, =
neither doth=20
            his heart think so =85.=94 Even the soon-coming leader of =
the German-led=20
            beast power will not think he would ever destroy or cut off =
nations.=20
            But that=92s what the rest of the verse says: =93=85 but it =
is in his=20
            heart to destroy and cut off nations not a few.=94 As it =
says in=20
            Habakkuk 1:11, his mind will change.<BR><BR>Many nations =
have been=20
            destroyed by the power of the Germans. Remember Leonard =
Catrell=92s=20
            statement: =93In all the annals of human conquest, it is =
difficult to=20
            find any people more dedicated to bloodshed and slaughter =
than the=20
            Assyrians. Their ferocity and cruelty have few parallels =
<SPAN=20
            class=3Dsmall-caps>save in modern times</SPAN>=94=97meaning=20
            <I>Germany</I>.<BR><BR>The greatest war machine in all of =
history=20
            was Assyria. They were great conquerors. They had superior =
weapons=20
            and superior organization. And they are back on the world =
scene=20
            today!<BR><BR><SPAN class=3Dsubhead>Germany in=20
            Prophecy</SPAN><BR><BR>By the time Mr. Armstrong came on the =
scene,=20
            much of Daniel=92s prophecy had become history. However, =
there is a=20
            crucial part of this prophecy yet unfulfilled=97which will =
happen=20
            soon!<BR><BR>In Daniel 8:23, God says, =93And in the latter =
time of=20
            their kingdom=94=97an end-time Roman Empire=97=93when the =
transgressors are=20
            come to the full, a king of <SPAN class=3Dsmall-caps>fierce=20
            countenance</SPAN>, and understanding dark sentences, shall =
stand=20
            up.=94 This is the political beast which is about to rise up =
and=20
            <I>astound</I> the world!<BR><BR>For a while, Germany and =
the=20
            European Union are going to have a great burst of economic =
growth as=20
            a benefit of their political union. Then, this colossal =
superstate,=20
            with its great military power, will turn on Israel. God says =
it=92s=20
            going to happen.<BR><BR>Continuing in Daniel 8:24: =93And =
his power=20
            shall be mighty, but not by his own power.=94 There are nine =
other=20
            nations in the beast alliance besides Germany, but the real =
power=20
            behind the beast is Satan (Revelation 13:4)=97that=92s what =
=93not by his=20
            own power=94 means. There will be ten nations or groups of =
nations,=20
            and this German leader, a =93king of fierce countenance,=94 =
will control=20
            them all.<BR><BR>Verse 24 continues, =93And he shall destroy =

            wonderfully=85.=94 That means <SPAN =
class=3Dsmall-caps>nuclear=20
            destruction</SPAN>! Germany is going to obtain nuclear =
missiles and=20
            bombs and a mighty army. They will =93destroy wonderfully=94 =
<SPAN=20
            class=3Dsmall-caps>many millions of =
people</SPAN>!<BR><BR>Whole cities=20
            will be laid waste. Yet God promises protection to His =
faithful=20
            people. We are going to <I>need</I> protection. What will =
happen to=20
            those who scoff at God=92s protection? Verse 24 shows their =
fate: =93He=20
            shall destroy wonderfully, and shall prosper, and practice, =
and=20
            shall destroy the mighty and the holy people.=94<BR><BR>In =
verse 25,=20
            we see the fate of mankind at the hands of this =93king of =
fierce=20
            countenance.=94 =93And through his policy also he shall =
cause craft to=20
            prosper in his hand; and he shall magnify himself in his =
heart, and=20
            by peace shall destroy many=85.=94 Or, as the <I>New English =
Bible</I>=20
            translates that phrase, =93he shall conjure up great plans =
and, when=20
            they least expect it, work havoc on many.=94 Through =
masterful,=20
            satanic deceit, this beast power will destroy and wreak =
havoc on=20
            <SPAN class=3Dsmall-caps>millions</SPAN>!<BR><BR><SPAN=20
            class=3Dsubhead>Worst of the Heathen</SPAN><BR><BR>Why does =
God allow=20
            this terrible beast power to rise and destroy? Ezekiel 7 =
tells us=20
            God allows it to punish His people. Read verses =
2-3.<BR><BR>Why must=20
            God do this? Verse 23: =93Make a chain: for the land is full =
of bloody=20
            crimes, and the city is full of violence.=94 Who is this =
talking=20
            about? Read your newspaper headlines. This violence epidemic =
is in=20
            the United States most of all. The cities are <I>full of=20
            violence</I>. God is going to punish the modern-day =
Israelites=20
            because our lands are full of violence and our nations still =
will=20
            not turn to God.<BR><BR>Here is what God will do. =
=93Wherefore I will=20
            bring the <SPAN class=3Dsmall-caps>worst of the =
heathen</SPAN>, and=20
            they shall <I>possess</I> their houses: I will also make the =
pomp of=20
            the strong to cease; and their holy places shall be =
defiled=94 (verse=20
            24). When the =93worst of the heathen=94 get into power, =
they do what=20
            they have always done. Only this time, God says they=92re =
going to=20
            wreak worse havoc, death and destruction than has =
<I>ever</I>=20
            occurred in man=92s history (Ezekiel 5:9).<BR><BR>The =
Germans have=20
            many wonderful characteristics. But when Satan leads them =
into=20
            war<SPAN class=3Dsmall-caps>, they become=20
            brutal</SPAN>!<BR><BR>Sometimes we need to be reminded of =
how=20
            horrible man can be toward fellowman. There is probably no =
greater=20
            example of inhumanity than the Germans in World War <SPAN=20
            class=3Dsmall-caps>ii</SPAN>. But how much have we =
forgotten? Have we=20
            completely shut it out of our minds? Do we think it won=92t =
happen=20
            again? God says it=92s going to happen <SPAN =
class=3Dsmall-caps>far=20
            worse than ever before</SPAN>.<BR><BR>We need to remind =
ourselves of=20
            what happened in the German concentration camps during those =
ugly=20
            times of modern =93civilization.=94 The phrase =93worst of =
the heathen=94=20
            applies to Germany <SPAN =
class=3Dsmall-caps>today</SPAN>.<BR><BR><SPAN=20
            class=3Dsubhead>Crisis at the End</SPAN><BR><BR>Let=92s look =
at a=20
            prophecy yet to be fulfilled which shows that events we see=20
            developing today are leading to the crisis at the end of =
this age.=20
            =93And at the time of the end shall the king of the south [a =
Middle=20
            Eastern power] push at him; and the king of the north [the=20
            German-led European Union] shall come against him like a =
whirlwind,=20
            with chariots, and with horsemen, and with many ships; and =
he shall=20
            enter into the countries, and shall overflow and pass =
over=94 (Daniel=20
            11:40). The Germans are going to get control of the Middle=20
            East.<BR><BR>Verse 41: =93He [king of the north] shall enter =
also into=20
            the glorious land [Jerusalem and the Promised Land], and =
many=20
            countries shall be overthrown .=85=94<BR><BR>The events in =
the Middle=20
            East are going to lead to seriously escalating problems. =
They are=20
            going to <I>trigger</I> <SPAN class=3Dsmall-caps>World =
War</SPAN>=20
            <SPAN class=3Dsmall-caps>iii</SPAN>. The Bible says so. The =
king of=20
            the north is almost in place for this global tragedy. The =
king of=20
            the south is virtually there as well=97and they have the =
oil. They=92re=20
            just not fully aware yet of how much power that oil gives =
them over=20
            Europe.<BR><BR>Germany, which has virtually no oil, is =
waiting for=20
            an opportunity to take control of the Middle East. They have =
planned=20
            this for years. The need for oil was the trigger that caused =
Japan=20
            to attack Pearl Harbor and start World War <SPAN=20
            class=3Dsmall-caps>ii</SPAN> in the Pacific. That same =
trigger could=20
            be the main reason for the clash between the king of the =
north and=20
            the king of the south.<BR><BR>Control of Jerusalem could =
also lead=20
            to war. Both the Catholics and Muslims desperately want=20
            Jerusalem.<BR><BR><SPAN class=3Dsubhead>Punishment and=20
            Salvation</SPAN><BR><BR>But the Assyrians are going to be =
humbled.=20
            God is going to punish Assyria, just like He will punish =
Israel and=20
            His Church. All these end-time prophecies show the same end =
result=20
            for Germany: <SPAN=20
            class=3Dsmall-caps>destruction</SPAN>!<BR><BR>Germany=92s =
terrible fate=20
            is shown in Isaiah 13:17-19. God will <SPAN=20
            class=3Dsmall-caps>crush</SPAN> the German war machine by =
sending=20
            Asiatic hordes against them!<BR><BR>In Isaiah 10:12-13, God =
says,=20
            =93Wherefore it shall come to pass, that when the Lord hath =
performed=20
            his whole work upon Mount Zion and on Jerusalem, I will =
punish the=20
            fruit of the stout heart of the king of Assyria, and the =
glory of=20
            his high looks. For he saith, By the strength of <SPAN=20
            class=3Dsmall-caps>my</SPAN> hand I have done it, and by =
<SPAN=20
            class=3Dsmall-caps>my</SPAN> wisdom=85.=94 The ego of the =
Germans will=20
            lead them to their own destruction. Isn=92t it amazing how =
humans=20
            always want to take credit for what God has done?<BR><BR>In =
Nahum=20
            3:18-19, God says, =93Thy shepherds slumber, O king of =
Assyria: thy=20
            nobles shall dwell in the dust: thy people is scattered upon =
the=20
            mountains, and no man gathereth them. There is no healing of =
thy=20
            bruise; thy wound is grievous: and all that hear the [news] =
of thee=20
            shall clap the hands over thee: for upon whom hath not thy=20
            wickedness passed continually?=94 History proves that the =
wickedness=20
            of the Germans has passed on the world =
continually.<BR><BR>Daniel=20
            8:25 gives us the final outcome of the beast power, at the =
time of=20
            the glorious return of Christ: =93And he [the beast power] =
shall also=20
            stand up against the Prince of princes; but he shall be =
broken=20
            without hand.=94 Jesus Christ is going to <I>break</I> them =
without=20
            physical hands=97<I>supernatural</I> intervention by =
God!<BR><BR>This=20
            arrogant beast power is going to <SPAN =
class=3Dsmall-caps>fight</SPAN>=20
            against Jesus Christ and will be <SPAN=20
            class=3Dsmall-caps>crushed</SPAN> and <SPAN=20
            class=3Dsmall-caps>destroyed</SPAN>! The good news is that =
Jesus=20
            Christ is about ready to return to this Earth in <I>all =
power and=20
            glory!</I> He is going to <SPAN =
class=3Dsmall-caps>smash</SPAN> that=20
            European combine that is rising up before our eyes in great=20
            strength.<BR><BR>Yes, thankfully, there is good news. When =
the=20
            glorified Jesus Christ returns, =93These [allies of the =
beast] shall=20
            make war with the Lamb, and <SPAN class=3Dsmall-caps>the =
lamb shall=20
            overcome them</SPAN>: for He is Lord of lords, and King of =
kings=85=94=20
            (Revelation 17:14). In the end, God will restore peace to =
mankind=20
            (Zechariah 10:6, 10-11).<BR><BR>God is going to bring <I><A=20
            =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189"=20
            target=3D_blank>Germany and the Holy Roman Empire</A></I> =
down after=20
            that ancient war machine has brought the world down. But =
then God=20
            raises it all back up again=97His way=97with His government, =
His law and=20
            His righteousness. The Germans are an exceptionally talented =
people=20
            who are going to be a very great people in the World =
Tomorrow. God=20
            just needs to channel that talent in the right direction. =
Then they=20
            will serve God with the same zeal they have unknowingly =
served Satan=20
            all these years. <I>All</I> will be to the glory of God the=20
            Father.<BR><BR><SPAN class=3Dsubhead>What Can We=20
            Do?</SPAN><BR><BR>It=92s obvious that Satan is going to take =
advantage=20
            of all the hatred smoldering in Europe against the United =
States and=20
            England. He is going to stir all that hatred into a nuclear=20
            holocaust=97a flaming <I>fire</I> that we can hardly even =
imagine. We=20
            need to be prepared for it.<BR><BR>In Zephaniah 2:1-3, it =
says,=20
            =93Gather yourselves together, yea, gather together, O =
nation not=20
            desired [God=92s faithful people]; <I>Before</I> the decree =
bring=20
            forth, <I>before</I> the day pass as the chaff, =
<I>before</I> the=20
            fierce anger of the Lord come upon you, <I>before</I> the =
day of the=20
            Lord=92s anger come upon you. <SPAN class=3Dsmall-caps>Seek =
ye the=20
            Lord</SPAN>, all ye meek of the earth, which have wrought =
his=20
            judgment; <I>seek righteousness, seek meekness</I>: it =
<I>may be</I>=20
            ye shall be <SPAN class=3Dsmall-caps>hid in the day of the =
Lord=92s=20
            anger</SPAN>.=94 God is saying that if His people are =
<I>loyal</I> to=20
            what they have learned from Him, they can be <SPAN=20
            class=3Dsmall-caps>hidden</SPAN> from the horrors that are =
<I>soon</I>=20
            to come upon this Earth!<BR><BR>What is the key to being =
protected?=20
            We must seek God <I>before</I> the Tribulation strikes. That =
is the=20
            formula for escape. <SPAN class=3Dsmall-caps>Seek God =
now</SPAN>!=20
            =93Seek ye the Lord while he may be found, call ye upon him =
while he=20
            is near: Let the wicked forsake his way, and the unrighteous =
man his=20
            thoughts: and let him <SPAN class=3Dsmall-caps>return unto =
the=20
            Lord</SPAN>, and he will have mercy upon him; and to our =
God, for he=20
            will abundantly pardon=94 (Isaiah 55:6-7).<BR><BR>The =
history of <I><A=20
            =
href=3D"http://www.thetrumpet.com/index.php?page=3Dbook&amp;id=3D1189"=20
            target=3D_blank>Germany and the Holy Roman Empire</A></I> =
reveals=20
            where the events in Europe today are leading. More =
importantly,=20
            God=92s prophecies give us an advance preview of what is =
about to=20
            occur in Europe=97and how it will affect the whole world. =
What can you=20
            do before it is too late? Seek God while He may be=20
            found.<BR><BR><SPAN class=3Dsubhead>Sidebar: Dirty Laundry =
in the=20
            German Army</SPAN><BR><BR>Neo-Nazi related incidents in =
Germany have=20
            multiplied so much in recent years that most crimes no =
longer=20
            warrant much press coverage in the Fatherland. It appears =
that=20
            racial hate stories are now old news. Like =93soft=94 =
pornography,=20
            off-color language or gratuitous violence, the more we are =
around=20
            it, the less we are shocked=97that is, unless something far =
worse=20
            grabs our attention. What will it take for this world, =
especially=20
            those nations that nearly surrendered to the Nazi regime in =
World=20
            War II, to wake up to the frightening stew of racial hate =
stirring=20
            in Central Europe?<BR><BR>Nazism did not die when Hitler=92s =
forces=20
            were crushed=97it merely went underground. A host of =
surveys, violent=20
            incidents, and even recent German government policies =
confirm=20
            it.<BR><BR>When the Berlin Wall crumbled in 1989, the signal =
to all=20
            underground fascists could not have been more clear. It was =
time to=20
            resurface. At first, hate crimes were sporadic and =
unrelated. But=20
            each =93success=94 converted more adherents to right-wing =
doctrine.=20
            Soon, surveys revealed that many German citizens even =
sympathized=20
            with certain Nazi views. In fact, in 1997, a European survey =

            revealed that 34 percent of Germans consider themselves =
=93quite=20
            racist=94 or =93very racist.=94<BR><BR>In recent years, =
far-right views=20
            have wedged their way into the highest levels of German =
government.=20
            Recently, another sector within the German sphere has been =
tainted=20
            by Nazi influence=97the <I>Bundeswehr</I>, or the German=20
            Army.<BR><BR><SPAN class=3Dsubhead>Fascist Memories in the=20
            Balkans</SPAN><BR><BR>In December 1991, just two years after =
the=20
            Berlin Wall collapsed, with complete disregard for strong =
world=20
            opinion and for the fate of the Serbs, Germany adamantly =
declared=20
            full support for the secession of Slovenia and Croatia from =
the=20
            republic of Yugoslavia. A violent civil war erupted in =
Yugoslavia=20
            thereafter.<BR><BR>The war in Yugoslavia signaled a new era =
in the=20
            German Army, which had been dormant since World War II. =
Between 1992=20
            and 1994, the Germans exported more than $320 million worth =
of=20
            military hardware to Croatia. In 1995, Germany agreed to =
send=20
            military transport planes, medical personnel, and other =
support to=20
            the Balkan combat zone. At that time, however, they would =
not send=20
            ground troops. =93This would render us part of the problem =
rather than=20
            its solution,=94 admitted Volker R=FChe, the German defense =
minister.=20
            (Over 700,000 Serbs were massacred during World War II by =
the Nazi=20
            regime which absorbed Slovenia into the Third Reich and =
created a=20
            puppet state in Croatia.) Obviously, Germany knew that any =
show of=20
            force in the Balkans would make the Serbs extremely=20
            nervous.<BR><BR>Yet in 1995, not long after R=FChe=92s =
statement,=20
            Germany committed 4,000 troops inside Croatia to help =
enforce the=20
            so-called peace agreement. It was their first troop =
deployment=20
            outside Germany since World War II.<BR><BR>At first, =
Germany=92s=20
            extended effort in the Balkans seemed noble. But it wasn=92t =
long=20
            before disturbing reports surfaced, including one where =
German=20
            soldiers in Croatia were heard chanting =93Sieg Heil=94 and =
=93Heil=20
            Hitler.=94<BR><BR>Even more unsettling was a video =
discovered in 1997.=20
            In it, soldiers who were training for their mission in the =
Balkans=20
            acted out executions and rapes. The question is, how many =
soldiers=20
            were involved and how many officers knew about it? The =
German=20
            defense minister and Chancellor Kohl both insisted that =
these were=20
            only isolated incidents, which is the same argument they =
used for=20
            other such reports.<BR><BR><SPAN class=3Dsubhead>A Nazi =
Rally=97<I>in=20
            the Bundeswehr?</I></SPAN><BR><BR>Manfred Roeder is a =
convicted Nazi=20
            terrorist. In 1973, he wrote the foreword in the book =
<I>Auschwitz=20
            Lie</I>. He set up a terrorist group which was linked to =
several=20
            bombings in 1980, including an Italian train station and a =
Jewish=20
            synagogue in Paris. In 1981, he was convicted for killing =
two=20
            Vietnamese immigrants in Germany with a fire bomb. The =
following=20
            year, he was sentenced to 13 years in prison. After his =
early=20
            release in 1990, he again joined extreme right-wing =
organizations.=20
            Roeder has been linked to a bevy of right-wing activity for =
nearly=20
            30 years. German intelligence even lists him as a=20
            terrorist!<BR><BR>So why was this convicted neo-Nazi bomber =
invited=20
            to speak to new recruits at an elite officers academy for =
the=20
            <I>Bundeswehr</I>? Good question. Roeder=92s address to the =
Bundeswehr=20
            in May 1995 only became public knowledge in 1997. He spoke =
about=20
            =93ethnic German=94 Russians residing in Kaliningrad=97a =
Russian city on=20
            the banks of the Baltic. (German nationalists would like to =
see the=20
            region absorbed into the Fatherland.)<BR><BR>In addition to =
the=20
            speech invitation, Roeder says the German defense ministry =
donated a=20
            small amount of cash, vehicles, and other tools to his =
organization=20
            in 1993. The whole incident has been quite embarrassing for =
German=20
            officials. They suspended the officer in charge of the =
academy and=20
            denied any involvement in the decision-making leading up to =
the=20
            invite. Another =93isolated incident.=94<BR><BR>The =
=93isolated incidents=94=20
            have been popping up regularly in the Bundeswehr for several =
years=20
            now. There were 72 right-wing incidents in the German Army =
in 1996.=20
            This number had climbed to 135 in 1999 and jumped to 196 in =
2000.=20
            One particular outrage occurred in the small German town of =
Detmold.=20
            Uniformed German soldiers, while shouting =93Wogs out of =
Germany,=94=20
            attacked two Turkish immigrants and a 16-year-old Italian =
boy with=20
            baseball bats and knives.<BR><BR>In 1997, the <I>Sunday=20
            Telegraph</I> in London quoted Helmuth Priess, a retired=20
            lieutenant-colonel in the German Army. Priess claims that =
there are=20
            far too many officers in the Army with right-wing =
sympathies. He=20
            recalled one incident where a commanding officer told him to =
stress=20
            the importance of a familiar Nazi motto: =93Work makes you =
free=94 (a=20
            sign bearing that inscription hung above the entrance to =
Auschwitz).=20
            Priess was shocked to hear such admonition=97and from a =
high-ranking=20
            officer! He was later startled when he heard the officer =
became a=20
            general.<BR><BR>More recently, 21-year-old Christian Krause, =
the son=20
            of a former German minister, told the German newspaper =
<I>Bild am=20
            Sonntag</I> that he had encountered numerous right-wing =
extremists=20
            during his ten-month stint in the army. According to Krause, =
at his=20
            base there were two or three right-wing incidents a month. =
At=20
            parties, =93There were always toasts made to the f=FChrer =
and after=20
            drinking alcohol many officers would give each other the =
Hitler=20
            salute.=85=94<BR><BR>German officials continue to downplay=20
            neo-Nazi-related activities within the Bundeswehr. But how =
much=20
            longer can they keep saying that such events are only =
=93isolated=94=20
            cases=97especially when statistics reveal an upward trend in =
violent=20
            incidents?<BR><BR><SPAN class=3Dsubhead>Time Will =
Tell</SPAN><BR><BR>A=20
            document which circulates among right-wing circles =
admonishes=20
            converts, for now, to lay low. It says, =93They should not =
even=20
            identify themselves as nationalists. They should join the =
army and=20
            the police and see to it that they acquire specialized =
knowledge and=20
            abilities.=94<BR><BR>Time will tell if there are thousands =
more in the=20
            Bundeswehr with right-wing sympathies who have, until now, =
kept a=20
            low profile. In the meantime, the number of violent =
incidents within=20
            the Bundeswehr continues to escalate. As that number =
increases, and=20
            as people become more used to it, stories about Nazis =
infiltrating=20
            the German Army will soon drift further to the back of many =
papers=20
            before they eventually disappear. The stories may disappear, =
but the=20
            Nazis will not.<BR><BR><SPAN class=3Dsubhead>Sidebar: =
Language of the=20
            Assyrians</SPAN><BR><BR>Some have argued that the Assyrian =
people=20
            spoke a Semitic language, not Indo-Germanic, and therefore =
the=20
            Germans could not be the descendants of the ancient=20
            Assyrians.<BR><BR>Yet there is a passage in the Bible which =
clearly=20
            reveals how and why most of the ancient Assyrians acquired a =
new and=20
            different language.<BR><BR>In the days of Nimrod, a tower =
was=20
            constructed at Babel which was to be the capital city of a=20
            world-ruling dictatorship, under which God=92s truth would =
have been=20
            completely stamped out. Concerning the rebellious people of =
Nimrod=92s=20
            day, God said, =93Behold, the people is one, and they have =
all one=20
            language; and this they begin to do: and now nothing will be =

            restrained from them, which they have imagined to do=94 =
(Genesis=20
            11:6).<BR><BR>To keep civilization from progressing to a =
point of=20
            self-destruction so soon, God had to =93confound their =
language=94=20
            (verse 7). This miraculous intervention by God was the =
origin of=20
            differing languages. This was when most of the Assyrians =
acquired=20
            the Indo-Germanic tongue and other related =
languages.<BR><BR>Dr.=20
            Herman Hoeh wrote, in his article =93Germany in =
Prophecy!=94, =93European=20
            scholars have thoroughly studied the language of the land of =

            Hatti=97the ancestors of the Hessians. They found it to be =
an=20
            Indo-Germanic tongue=97numerous words of which were akin to =
Old High=20
            German! ... The language of the Hatti was the language of =
the West=20
            Assyrians.... Scholars admit that for centuries the language =
of the=20
            people who inhabited Assyria was not merely Semitic=94 =
(<I>Plain=20
            Truth,</I> Jan. 1963, p. 27).<BR><BR><SPAN =
class=3Dsubhead>Sidebar:=20
            Ancient City of Trier</SPAN><BR><BR>On the banks of the =
Mosel River=20
            in western Germany, just six miles from the Luxembourg =
border, is=20
            the ancient German city of Trier. The Romans claim to be the =

            founders of this ancient city. But German tradition, and =
even <I>the=20
            name</I> of the city, suggests otherwise.<BR><BR>=93On das =
Rotes Haus=20
            (the Red House) beside the Steipe, there is a text in Latin =
boasting=20
            that Trier, or Treves, is older than Rome, 1300 years older =
in fact.=20
            That is when Trebeta, <I>son of Semiramis</I>, is said to =
have=20
            founded the town.=94 That=92s what it says in the opening =
paragraph of=20
            the <I>Trier Colorphoto Guide to the Town</I>.<BR><BR>Josef =
K.L.=20
            Bihl writes in his German textbook, <I>In Deutschen =
Landen</I>,=20
            =93Trier was founded by Trebeta, a <I>son</I> of the famous =
Assyrian=20
            King <I>Ninus</I>=94 (p. 69). Ninus, according to Roman, =
Greek and=20
            Persian records, was the first ruler who began the =
systematic=20
            conquest of the ancient world after the death of=20
            Nimrod.<BR><BR>Semiramis was married to Nimrod, the founder =
of=20
            Babylon (Genesis 10:8-10). Verse 11 says that Asshur and his =

            descendants went out of Babylon and constructed the Assyrian =

            capital=97Nineveh. But as the margin correctly indicates, it =
was=20
            Nimrod who led Asshur out of Babylon and who actually =
supervised the=20
            construction project in Nineveh. Early on, the Bible =
indicates a=20
            close alliance between Nimrod and Asshur.<BR><BR>There is an =
obvious=20
            reason why the German city of Trier traces its origins back =
to=20
            Trebeta, the son of Nimrod's successor, Ninus, as well as =
the=20
            ancient Assyrian capital of Nineveh. It=92s because =
modern-day Germany=20
            is mostly made up of Assyrian people!<BR><BR><SPAN=20
            class=3Dsubhead>Sidebar: The Ancient Tribe of =
Chatti</SPAN><BR><BR>The=20
            name <I>Chatti,</I> or <I>Hatti</I> as it sometimes reads, =
in Hebrew=20
            means to break down by violence or confusion; to abolish, =
make=20
            afraid, scare or terrify. Chatti is a derivative of the =
Hebrew word=20
            for Hittite, <I>Chittiy</I>=97mentioned numerous times in =
the Bible.=20
            The Canaanite Hittites=97a fierce people who continually =
clashed with=20
            the Israelites in biblical accounts=97were known by this =
name. They=20
            were descendants of Ham=97those of a darker-colored =
skin.<BR><BR>Yet=20
            there was another people, with much lighter skin, who were =
also=20
            known by this name, <I>Chatti</I> or <I>Hatti:</I> the =
Assyrians!=20
            Historians recognize that there were two distinct peoples =
which went=20
            by the name of Chatti, or Hittite, as it reads in the=20
            Bible.<BR><BR>James Hastings=92 <I>Dictionary of the =
Bible</I>,=20
            written in 1899, refers to the northern =93kings of the =
Hittites=94=20
            mentioned in 1 Kings 10:29, and then comments, =93Besides =
the northern=20
            Hittites, other Hittites, or =91sons of Heth,=92 are =
mentioned in the=20
            [Old Testament] as inhabiting the south of Palestine=94 =
(=93Hittites,=94=20
            vol. 2). These sons of Heth are the <I>Canaanite</I> =
Hittites of the=20
            line of Ham (see Genesis 10:15). Abraham asked these people =
for a=20
            burial place for Sarah in Genesis 23.<BR><BR>But what about =
these=20
            <I>northern</I> Hittites? Hastings refers to 1 Kings 10:29 =
where=20
            Solomon obtained war forces through trade with the =93kings =
of the=20
            Hittites.=94 But these are not the same sons of Heth =
mentioned in=20
            Genesis 23. Notice the explanation for 1 Kings 10:29 in =
<I>Lange=92s=20
            Commentary:</I> =93The Hittites are not the same as those =
named in=20
            chap. 9:20, but were an independent tribe, probably in the=20
            <I>neighborhood</I> of Syria [biblical Assyria was just =
north of=20
            Syria], as 2 Kings 7:6 mentions them as in alliance with the =

            Syrians=94 (vol. 3, p. 123 of 1 Kings).<BR><BR>Dr. Herman =
Hoeh adds=20
            further insight about this verse in 1 Kings: =93The Assyrian =
Hessians=20
            were called =91kings of the Hittites=92 because the =
Canaanite Hittites,=20
            driven out by Joshua, migrated into Asia Minor where the =
Assyrians=20
            dwelt=94 (<I>Plain Truth</I>, Jan. 1969, =93Germany in=20
            Prophecy!=94).<BR><BR>It was the <I>Assyrians</I> who =
labeled many of=20
            their own people in the western part of their empire as =
Hittites, or=20
            <I>Chatti,</I> as the Hebrew reads. Hastings confirms this: =
=93The=20
            Assyrians =85 caused the name of =91Hittite=92 in the =
Assyrian period to=20
            be applied to all the nations <I>west</I> of the =
Euphrates.=94 He went=20
            on to say that Hittite proper names can be traced far to the =
west in=20
            Asia Minor.<BR><BR>Virtually all historical authorities =
recognize=20
            that there were <I>two different peoples</I> that took on =
the name=20
            Hittite, or Chatti. The <I>Encyclopedia Britannica</I> =
acknowledges=20
            this phenomenon: =93The identification of the northern and =
southern=20
            Hittites, however, presents certain difficulties not yet =
fully=20
            explained; and it seems that we must assume Heth to have =
been the=20
            name of both a country =85 and of a tribal population not =
confined to=20
            that country=94 (=93Hittites,=94 11th ed., vol. 13). How =
clear! There was=20
            a nation of people, known as Hittites, sons of Heth, who =
were great=20
            warriors. But there was also a tribal population which =
acquired this=20
            name because they too were a fierce people that =
<I>scared</I> and=20
            <I>terrified</I> other nations, which is what Hittite means. =
These=20
            were known as the Assyrian Hittites.<BR><BR>Concerning the =
Canaanite=20
            Hittites, Dr. Hoeh suggests that after Alexander the Great =
conquered=20
            Asia, they too migrated northwest into Europe, =93and then, =
across the=20
            Atlantic to North America where the colonists rediscovered =
them as=20
            the Chatti Indians of the Central Plains.=94<BR><BR>But the =
Assyrian=20
            Chatti remained in Central Europe, as the <I>Encyclopedia=20
            Britannica</I> and any student of German history will =
plainly=20
            confirm. The <I>Britannica</I> describes the Chatti as =93an =
ancient=20
            German tribe=94 which =93frequently came into conflict with =
the Romans=20
            during the early years of the first century=94 =
(=93Chatti,=94 vol. 6).=20
            Certainly these German Chatti, whom the Roman historian =
Tacitus also=20
            wrote about, could not be of the sons of Heth, for they were =
a=20
            dark-skinned people. The German Chatti were of the sons of =
Asshur, a=20
            fair-skinned people. And it is from this early tribe that =
the more=20
            modern German tribe, called the Hessians, received their=20
            name.<BR><BR>Notice again what the <I>Encyclopedia =
Britannica</I>=20
            says: =93The earliest known inhabitants of the country =
[Germany] were=20
            the Chatti, who lived here during the first century <SPAN=20
            class=3Dsmall-caps>a.d</SPAN> =85. =91Alike both in race and =
language,=92=20
            says Walther Schultze, =91the Chatti and the Hessi are =
identical=92=94=20
            (=93Hesse,=94 vol. 13). Furthermore, the Old High German =
spelling of=20
            Hesse was Hatti!<BR><BR>Dr. Hoeh wrote in the =
above-mentioned=20
            <I>Plain Truth</I> article, =93The land of the Hatti was the =
western=20
            part of the Assyrian Empire =85. The ancient kings of =
Assyria called=20
            themselves Khatti-sars=97meaning the =91Kaisers of Hatti,=92 =
or =91Kings of=20
            Hatti.=92 The chief people of Hatti regarded themselves as =
Assyrians=20
            =85. The ancient capital of the land of Hatti was popularly =
known=20
            among the Romans as =91Ninus Vetus=97the old =
Nineveh.=92=94<BR><BR>For those=20
            honestly seeking the truth concerning the origin of the =
German=20
            people, <SPAN class=3Dsmall-caps>proof is abundant</SPAN>! =
In fact,=20
            concerning some of the early Hittite monuments, Hastings =
says, =93The=20
            Hittites seem to have had a special fancy for combining =
parts of=20
            different animals into strangely composite and sometimes =
grotesque=20
            forms=94 (=93Hittites,=94 <I>Dictionary of the Bible</I>, =
vol. 2). He then=20
            went on to say that they were responsible for bringing the =
<SPAN=20
            class=3Dsmall-caps>two-headed eagle</SPAN> into Europe, =
which has long=20
            been a symbol of the German Empire!<BR><BR>There can be no =
doubt=20
            that one of the earliest German tribes, known as the Chatti, =

            descended from the Assyrian Chatti who resided in Asia=20
            Minor.<BR><BR><SPAN class=3Dsubhead>Sidebar: The =
Extermination=20
            Camps</SPAN><BR><BR>At first, to accomplish the mass murder =
of Jews,=20
            Nazis used mobile killing squads called =
<I>Einsatzgruppen,</I>=20
            consisting of four units of between 500 and 900 men each. By =
fall of=20
            1942, they had murdered approximately 1,500,000 Jews. But =
the death=20
            camps proved to be a better, faster, less personal method =
for=20
            killing Jews, one that spared the shooters, not the victims, =

            emotional anguish.<BR><BR>The total figure for Jewish =
genocide,=20
            including shootings and the camps, was between 5.2 and 5.8 =
million,=20
            roughly half of Europe=92s Jewish population. About five =
million other=20
            victims perished at the hands of Nazi Germany. The estimated =
death=20
            tolls for the camps are as follows:<BR><BR>Auschwitz =
1,000,000=20
            Jews;<BR><BR>1,000,000 others<BR><BR>Treblinka 750,000=20
            Jews<BR><BR>Belzec 550,000 Jews<BR><BR>Sobib=F3r 200,000=20
            Jews<BR><BR>Chelmno 150,000 Jews<BR><BR>Lublin 50,000=20
            Jews<BR><BR><SPAN class=3Dsubhead>Sidebar: Have We=20
            Forgotten?</SPAN><BR><BR><I>The following are some graphic =
and=20
            lamentable excerpts from</I> Shoah, An Oral History of the=20
            Holocaust<I>, by Claude Lanzmann.</I><BR><BR>When we first =
opened=20
            the graves, we couldn=92t help it, we all burst out sobbing, =
but the=20
            Germans almost beat us to death. We had to work at a killing =
pace=20
            for two days, beaten all the time, and with no tools. The =
Germans=20
            even forbade us to use the words =93corpse=94 or =
=93victim.=94 The dead were=20
            blocks of wood, dung, with absolutely no importance. Anyone =
who said=20
            =93corpse=94 or =93victim=94 was beaten. The Germans made us =
refer to the=20
            bodies as <I>Figuren,</I> that is, as puppets, as dolls, or =
as=20
            <I>Schmattes,</I> which means =93rags.=94<BR><BR>The head of =
the Vilna=20
            Gestapo told us there are 90,000 people lying there and =
absolutely=20
            no trace must be left of them =85.<BR><BR>At that time we =
started=20
            working in that place that they called Treblinka. Still I =
couldn=92t=20
            believe what had happened over there on the other side of =
the gate,=20
            where the people went in, everything disappeared, and =
everything got=20
            quiet. But in a minute we find out, when we start to ask the =
people=20
            who worked here before us what had happened to the others, =
they=20
            said: =93Well, what do you mean, what happened? Don=92t you =
know that?=20
            They=92re all gassed, all killed.=94 It was impossible to =
say=20
            anything=97we were just like stones. We couldn=92t ask what =
had happened=20
            to the wife, to the kid. =93What do you mean=97wife, kid? =
Nobody is=20
            anymore!=94 =85<BR><BR>So that while 5,000 Jews arrived in =
Treblinka,=20
            3,000 were dead in the cars. They had slashed their wrists =
or just=20
            died. The ones we unloaded were half dead and half mad. In =
the other=20
            trains from Kielce [Poland] and elsewhere, at least half =
were dead.=20
            We stacked them, here, here and here. Thousands of people =
piled one=20
            on top of another on the ramp. Stacked like wood. In =
addition, other=20
            Jews still alive, waited there for two days: the small gas =
chambers=20
            could no longer handle the load. They functioned day and =
night in=20
            that period.<BR><BR>More people kept coming, always more, =
whom we=20
            hadn=92t the facilities to kill. The brass was in a rush to =
clean out=20
            the Warsaw ghetto. The gas chambers couldn=92t handle the =
load. The=20
            small gas chambers. The Jews had to wait their turn for a =
day, two=20
            days, three days. They foresaw what was coming. They may not =
have=20
            been certain, but many knew. There were Jewish women who =
slashed=20
            their daughters=92 wrists at night, then cut their own. =
Others=20
            poisoned themselves =85.<BR><BR>The corpses lying there were =
cleared=20
            away. There was the period of the old gas chambers. Because =
there=20
            were so many dead that they couldn=92t be gotten rid of, the =
bodies=20
            piled up around the gas chambers and stayed there for days. =
Under=20
            this pile of bodies was a cesspool three inches deep, full =
of blood=20
            and worms and dung. No one wanted to clean it out. The Jews=20
            preferred to be shot rather than work there.&nbsp;<IMG=20
            src=3D"http://www.thetrumpet.com/images/blip.gif" =
align=3Dmiddle=20
            border=3D0><BR><BR></SPAN></TD></TR>
        <TR>
          <TD>&nbsp;</TD></TR>
        <TR height=3D3>
          <TD class=3DdashedT><IMG=20
            =
src=3D"http://www.thetrumpet.com/images/3px.gif"></TD></TR></TBODY></TABL=
E></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D760 border=3D0>
  <TBODY>
  <TR>
    <TD>
      <DIV align=3Dcenter>
      <P><FONT face=3D"Verdana, Arial, Helvetica, sans-serif" =
color=3D#666666=20
      size=3D1>Copyright =A9 2006 Philadelphia Church of God<BR>All =
Rights=20
      Reserved</FONT></P>
      <P><IMG height=3D30 alt=3D""=20
      src=3D"http://www.thetrumpet.com/images/thetrumpet_logo_gray.gif" =
width=3D200=20
      border=3D0></P></DIV></TD></TR>
  <TR>
    <TD>
      <DIV align=3Dcenter><FONT color=3Dsilver size=3D1>Page compiled in =
0.356=20
      seconds</FONT></DIV><!-- Start of StatCounter Code -->
      <SCRIPT language=3Djavascript type=3Dtext/javascript>
			var sc_project=3D652149;=20
			var sc_invisible=3D1;=20
			var sc_partition=3D5;=20
			var sc_security=3D"e1792db7";=20
			var sc_remove_link=3D1;=20
			</SCRIPT>

      <SCRIPT language=3Djavascript=20
      src=3D"http://www.statcounter.com/counter/counter.js"=20
      type=3Dtext/javascript></SCRIPT>
      <NOSCRIPT><IMG alt=3D"counter customizable free hit"=20
      =
src=3D"http://c6.statcounter.com/counter.php?sc_project=3D652149&amp;java=
=3D0&amp;security=3De1792db7&amp;invisible=3D1"=20
      border=3D0> </NOSCRIPT><!-- End of StatCounter Code -->
      <SCRIPT language=3Djavascript=20
      src=3D"http://www.thetrumpet.com/tracker/tracker.js" =
type=3Dtext/javascript>
            </SCRIPT>
      <NOSCRIPT><IMG=20
      src=3D"http://www.thetrumpet.com/tracker/tracker.php?id=3Dtracker" =
border=3D0>=20
      </NOSCRIPT></TD></TR></TBODY></TABLE></DIV>
<SCRIPT src=3D"http://www.google-analytics.com/urchin.js" =
type=3Dtext/javascript>
</SCRIPT>

<SCRIPT type=3Dtext/javascript>
_uacct =3D "UA-286039-1";
urchinTracker();
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/thetrumpet_logo.gif

R0lGODlh+AI3AIcAAAocKgsgLw4nOxMrPSw6NQ8rQBAsQhEyShQ6ViM7SSA7UDxJOhdAXxhEZhtN
ch1SeyhEVzBISjJIWj9SSDhRWyVLaChSailWdTFMYTpUZjZadzlkencjAUxUOlpdNmtsOndtK3p1
OE5cRkdYW1BeSUlaZ0JdcUVhXlRkTVJnV0ljaU1jc0twdVVuYVFoeVdzaVp5dm5zRmJyVX19RHB8
U2Z8ZGt0fB5XgiBciilhiiNklzdnhzxrkDR1niZsoyhyqyt6tzR2ozF9uEVphk57hkV2k1JtglVz
ild7lkJ8qGl5hWR+k36CSnmCV2iDb2qKenaKaXiRci2AvzWCvC6DxDCIyzSM0DyR0l2Hh1qAnkSB
qEeIsUqSuVuIqVuMsl+RtmmEjWSGl2+WjGKUm3iEjnuJlHabi2CUu3SNoXaTqniXsEOMxEyWz0eX
1ViYyFKd11qi2WObxmSgzmep3HCu3nOw33ay4Hu14Yd5LIh9MomAOJaDKpiKNpqQPqaQLamYObWZ
KraeMbiiOI2LR4CIVY+QT4+RUZyWR5GVVoaWaoeacJOcYoqhepaja5emcKueQq2jSqGkW7uqQ72y
TsSlKsasNMmzP9OsJdSxLNa1MuK4JsqzQPHBIYCOmoOSnIeZpoWftJCeqYahtpmjrJqos6Cttqy1
u4qtyIyyz4u215auwZSxx5u+2IW646W3xbC7xI7A5pbE56jF273EyrbL3KTM6q3R7LTV7rzZ8MDI
zsDL0s3T19DW28fc7MPd8dLb48vi897i5djp9uDl6uHu+Ony+f3+/v///wAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAMAAMcALAAAAAD4AjcA
AAj/AO8IhHULlsCDCBMqtHPHjsOHD+tInEixYh2HFOlo3DiHzpyPIEOChDOHJJyTKFOmbEXnjcuX
b9q0cSmzpswrOHPmnDkHFssrVqpYGUq0ChUqb+ZUmWmljRQgUKW0ofKjalUrb6T8sHLFh46vOMKG
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
BwQAOw==

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menubar_left.gif

R0lGODlhAQAZAIcAAAAAAHJycoeGiqOhpKioqq6usK+usLS0tbq6u8DAwMbGxsjIyAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAABABkA
AAgVAAUUWECwoEGDChIgOGCAwIAAAAICADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menubar_cold.gif

R0lGODlhAwAZAIcAAAAAAJSUlK2ssdDO0tfW2d7e4N/e4Obl5+3t7vX09fz8/P///wAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAADABkA
AAgmAAUILEBwgcGDCBMqXMhQoYKHCSIimHigooGLBDIO2BigI4CPAQEAOw==

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menubar_separator.gif

R0lGODlhAgAZAIcAAAAAAHJycoeGiqOhpKioqq6usK+usLKysrS0tbq6u8DAwMbGxsjIyMvKz+7s
8PX09/z8/v38/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAACABkA
AAgnAAU0KACBgQSDCA8qTMhwocIFEhRISCABgQQDEQg8GOAgwAEAAAICADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menubar_right.gif

R0lGODlhAQAZAIcAAAAAAHJycoeGiqOhpKioqq6usK+usLS0tbq6u8DAwMbGxsjIyAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAABABkA
AAgVAAUUWECwoEGDChIgOGCAwIAAAAICADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menu_blip.gif

R0lGODlhBwAHAIcAAKCgoP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAAHAAcA
AAgZAAMAGDhQYICDBwsSFAiAYUOFEBEmdFgwIAA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menubar_vspace.gif

R0lGODlhAQAdAIcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAMAAAEALAAAAAABAB0A
AAgMAAMIHEiwoMGDAQICADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/3px.gif

R0lGODlhAQADAIMAAP//////////////////////////////////////////////////////////
/////yH5BAMAAA8ALAAAAAABAAMAAAQDEMgIADsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAMAAAEALAAAAAABAAMA
AAgFAAMIDAgAOw==

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/image.php?id=85&w=150&h=150

/9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcg
SlBFRyB2NjIpLCBxdWFsaXR5ID0gOTUK/9sAQwACAQEBAQECAQEBAgICAgIEAwICAgIFBAQDBAYF
BgYGBQYGBgcJCAYHCQcGBggLCAkKCgoKCgYICwwLCgwJCgoK/9sAQwECAgICAgIFAwMFCgcGBwoK
CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoK/8AAEQgAlgBz
AwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMF
BQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkq
NDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqi
o6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/E
AB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMR
BAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVG
R0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKz
tLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A
/CG3tp7u4S0tYXkllcJHGgyWYnAAHqTWr/wr7xuDz4Xvv+/JqLwVx4w0kn/oJ2/X/roteuMjDpXm
4rEzozSjY9nK8sw+NoSnUb0dtLdvNM8n/wCFfeNzgf8ACL33/fg0o+H3jb/oVr4/9u7V9GeAP2Z/
2gPitojeJfhz8HPEOsacrFft1jpcjxMw6qr4wxHcDJFUdE+APxx8U6vqXh3w18HfFGoaho8ix6vY
2eg3Es1kzZ2rKioWjJ2tgMBnB9K8j/WPAqc4OvTvD4lzK8enve9pr3PXXDeGsn7+u23/AMieAn4f
+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

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/booklet/booklet5.gif

R0lGODlhBgAQAIMAALu7u8fHx9jY2Obm5vHx8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAACH5BAMAAAUALAAAAAAGABAAAAQfcAxCiZRUaKz3CEH3gRtACgNghoJ6uiysye062/WLRwA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/booklet/booklet1.gif

R0lGODlhEAAGAIMAALu7u8fHx9jY2Obm5vHx8QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAACH5BAMAAAUALAAAAAAQAAYAAAQccAwhQgA4a0nt1RoxdV7piSNpWgRKvfDbolz8RgA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/booklet/booklet3.gif

R0lGODlhBgAGAIMAAL+/v8fHx9fX1+Xl5fDw8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAACH5BAMAAAUALAAAAAAGAAYAAAQQEIAgxJjUhmxrHYMHEuBIRAA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/article_print.gif

R0lGODlhGAAYAIcAAF9fX0VecEhjdWBgYGJiYmRkZGdnZ2hoaGpqam1tbW5ubnBwcHJycnR0dHZ2
dnd3d1ZvgFFxhlJyiHuCh3+Gin2Qnm2Mom6Qp3eVqnSXrniSpH+etIGBgYKCgoODg4SEhIaGhoCG
ioCHjISLj4iIiIqKioyMjI2NjY6OjoGKkYWMkYeOkoiPlImPlomSlouRlo2SlouTmYyUmY+UmY6V
nI+XnY+YnpCQkJKSkpOTk5WVlZeXl5iYmJmZmZqamoOYp4yZooybpoWfsZGep5CfqYejt4Wkuoak
u4emu4qhsoinvIqovYyou4ypvo2qvo6rv4+sv5yuuZyuuqGmqaWoqq+vr6qvsqOzvKmwtauwtK2x
tKq2v7C0tra4uI+swJGtwJOvwpSvwpq0xp+zwp+2x563yaG3xaC5yqK6y6S8zKa8zK+6w626xKu9
yqm/z66/y7K+xqzBz63Azq7Bz6zB0KzC0LfAxrTCzbjDy7DD0bDE07LG07HG1LLG1LTI1bbJ1rfK
1rjK17rM2b3N2bzN2r7N2b7O2b/P2r/Q3MXJzMvLy87OzsTN1MjO08DQ28DQ3MLR3MPR3MPS3MPT
3sXS3MTT3sbU3svQ087Q0cjV3s7W3tDQ0NHR0dXV1dbW1tDV2dLW2NDX3NjY2Nra2trc3tzc3Nze
397e3t/f38jW4MrX4M7X4MrY4cvY4szZ4s3a487a4c7b5M/b5c/c5dHd5tLe5tTf5tXg59Xh6Nbg
6Nfi6dji6trj6trk6tzl7N3m7N7m7eDg4OLi4uDj5uPj5OTk5OXl5eXm5+bm5uDn7eDo7uLq7+jo
6Onq6+rq6uvr6+zs7O3t7e7u7u/v7+Tr8OXs8ebs8ebt8uju8+7v8Orw9Ozx9O3y9e3y9u7z9u/0
9u/09/Dw8PHx8fLy8vPz8/D09/T09PT09fX19fb29vf39/D1+PH2+PL2+PT3+fT3+vT4+vX4+vb5
+/j4+Pn5+fj6+/n6+/r6+vv7+/n6/Pn7/Pz8/P39/fz9/v7+/////yH5BAAAAP8ALAAAAAAYABgA
AAj/ADv56EGwIEEeCBEaJLjDBKce0/jtm4gP3z1689SpS4fOnDly48SJC4eqgw50Ei3Si9RqlktZ
sWLFSRRu2jRp0Iw9OLlP5TxY+f7566cvnrtBXKTdjPbMmIMc6HzOU2VvaD5468AF0hJNWjRozoo1
wGHu4ryMmer1y+eu3LZtf7hCg/YsLIMb5jBqTEdJHtt1265Z22Nlbl1mxBbcIDfvXLNhodS4cwdO
mzVlyvIMAUWKGDNmwhagIJeNER42Y75s01ZNWa9buvgwubIGzqViwhSMbtTm1a9dZZIlA+aLF65c
gvzYUjWHCKZgCU6Mi/LLmjVXkzAr86XLVi1VdFi5/wkkJEswBCbGFeGmjRoiVa4eAfJD30+fNLxs
4ToD43yJcRtUQw01gKQBxhNPQAEFgk98sUwyvdQRAioHlCDOBYFYUksfXiyhhBEgIrGEE2HQogoh
X0yAigEkiINBH32gAYYXTXiohBJLNNGgGHr0sQQFpxQAQjhJQAKJBgFEIMGSTC4pAAR+QHLEC6UI
Oc0WqdTiRAaZWEKJJI44ckghhpBhQSW2/DBFKQR8IM0nbzjySC/yvMOON9tgU80yylCzByR3pNAF
m24eY4cUZljTTjndaHMNNcsA00syclQABBWcjEKAB9FEwwwommyz6DfdrIbNNQKuEoQiopQyygAd
GFJmChY21ECDDDG40AILK6gwgggzbOLqqxzQ5cxnzCCDjDHFFEOMMMEEgwoqp5TiqigAkLAIsskq
uyyzzj4LbbTBVEEAMx8YoO667LbLbgEMeBIQADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/article_single.gif

R0lGODlhGAAYAIcAAF9fX2BgYGJiYmRkZGdnZ2hoaGpqamtra21tbW5ubnBwcHFxcXJycnNzc3R0
dHZ2dnd3d4GBgYKCgoODg4SEhIaGhoiIiIqKioyMjI2NjY6Ojo+Pj4aMkIeOkomPlJCQkJGRkZKS
kpOTk5WVlZeXl5iYmJmZmZqampidoZqhpp6jp5ukqp2lqqClqKCnrKGoraKorK+vr6Wtsqessaat
s6eus6myuKqzua22u6+2u622vLO1t7O2uLK3u7O5vLW6vba6vba7vri5ua65wLS7wLW7wLa8wLe+
w7W+xLa/xbm+wrm/wrq/wrjAxrrAxL3Bw7/Bw7zBxL3Dxr/Ex73Fy77EyL/EyMLFxsHFyMHGycLH
ysTHycTHysPIy8HIzcPJzcXIycTJy8XIysXJy8bJy8TJzMTJzcXJzMTKzcTKzsbKzcfKzMfMz8nJ
ycjKy8jLzMjLzcnMzcnMzsnMz8nNz8rMzcrNz8zOz87OzsPK0MTN08XO08bM0MfM0MfP1cjN0cnN
0MrO0cvO0cvP0cvP0szP0MzP0svQ1MrR18zQ0s/Q0M7Q0szR1MzS1s7T1s/T1s/U18vT2c/V2dHR
0dDS09LV19XV1dTV1tbW1tDV2NHV2NPX2dLX29PX2tXX2NXX2dPY2tPY29PY3NXZ29fZ2tfZ29XZ
3NTa3dba3dbb39fb3tfc39nZ2dra2tnb3djb3tjc39nc3tnd39vc3drc3tvd39zc3N3d3t3e3t7e
3t/f39jd4Nvf4tze4Nzf4d3g4t/g4N/h4t3h5ODg4ODh4eHh4eDh4+Hh4uDi4+Hi4uLi4uLj4+Pj
4+Hj5OPj5OPk5OPl5uTk5OXl5eXm5uXm5+bm5ubn5+fn5+Pm6ePn6uXn6Ofn6Ofq7ejo6Onp6ejq
6+nq6urq6urq6+rr6+vr6+rt7uzs7O3t7ezu7+7u7u/v7+vu8O/v8PDw8PDw8fDx8fHx8fHx8vHy
8vLy8vLy8/Pz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/SH5BAAAAP8ALAAAAAAYABgA
AAj/AC2dMEGwIMESCBEaJEgCwyQT6v75m9ivH799+vLlw3fPnr168+DBa6dLwoh7EvtlcgMJ2bE5
o37IixRLDBxC6tKZkwbhpD+LkuSEWudKC7cs7sCEiqWFUbpz5KQ9EHHPIsaMHD+iC9nOWLCn5sJF
cxDC3kV9LahIalMGUQ0vm2wowcGEmjlyYhuAsIcxH7l49Oy1c2dNXLhrzqYhA4fXG7MFH+ph5SXL
0SBUfIqAgrTGyB9ahsJ566ZMwYZ6G/EJK0eKULZXp7Ch8SGqkx06o68pS6ChHsd77LTBGtcu5zlr
eMmN7natWjEEGeZ1tOcnR5cZ32RU8ZDGxZ5mLzo0/5dW7ACGeR7rvQtnzpq6cOGYlWK2zVuxW9Wk
RRtm4MK8eiClIssOsNhRChtq8ADJElzs8IV+zOhSwAXwzBOSKqYIAk0in1ASiB29LMLJG41EE40y
uhBggUgjhUPOL910g4wiUDyzDDNCEKMMM8wUk8sAFbQzkjp6IHFDC3ysMosUeXAgDSBODKGMMsPc
AqQ6xenkzWGidVONc88ok8swyhSjyy0CUJCOcWNYQUYjlUzhSTUwANFEID8cUcwwudiSZjpgYRHE
GrsUckYVxPgShxmAPBHFMGe2IsAE55xzVzR7djNLMrjMUswdi1zSiiW69NlKABKYc1c4RKCgQzUs
qE3hRBLA0JCCCiv0kMstrZwawareaPIIGbWcsUgdYWzxyRqHXNHHLba0wgoAFuCxHHPN5adfNDxO
Wcyew8QggDcUEGDuueimi+4ADGASEAA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/article_scroll.gif

R0lGODlhGAAYAIcAAF9fX0lXZ1BgcFVjclZjcFdneFhofF1rfF9ufV5ufmBgYGJiYmRkZGdnZ2ho
aGpqamtra21tbW5ubmBvf3BwcHFxcXJycnNzc3R0dHZ2dnd3d2FxgmNygmFxhGV0hWd2hmd2h2d3
iGd4jGZ6jmh2hmh4iWp5imt5imt6imx8jG59jmt+k2l+lmt/lWt/lm2AlW2AlnCAkHCBlnGDl3OG
m3OGnHSHnXaJn3SJoHmMoXmMo3uOpHyPpX2Qp36Rp3+RqIGBgYKCgoODg4SEhIaGhoiIiIqKioyM
jI2NjY6Ojo+Pj4eOkpCQkJGRkZKSkpOTk5WVlZeXl5iYmJmZmZqampidoZqhpp6jp5ukqp2lqqCl
qKGora+vr6ats6eus6myuK22u6+2u622vLO1t7K3u7O5vLW6vba7vq65wLS7wLW7wLa8wLe+w7m+
wrq/wr3Bw7zBxL3Fy7/EyMLFxsHFyMHGycLHysTHycTHysPIy8HIzcPJzcXIycTJy8XIysXJy8bJ
y8TJzMTJzcXJzMTKzcbKzcfKzMnJycjKy8jLzcnMzsnMz8nNz8rMzcrNz8zOz87OzsTN08bM0MfM
0MfP1cjN0cnN0MrO0cvP0cvP0szP0svQ1MrR187Q0szR1M3S1s7T1s/T1s/U18vT2c/V2dHR0dXV
1dTV1tbW1tDV2NHV2NPX2dPX2tXX2dPY2tPY29PY3NXZ29fZ2tTa3dba3dbb39fb3tnZ2dra2tnb
3djb3tjc39nc3tnd39vc3drc3tvd39zc3N3d3t7e3t/f39jd4Nvf4t/g4N/h4t3h5ODg4OHh4eDh
4+Hh4uDi4+Li4uPj4+Hj5OPj5OTk5OXl5eXm5uXm5+bm5ubn5+fn5+Pm6ePn6uXn6Ofq7ejo6Onp
6enq6urq6urq6+rr6+vr6+rt7uzs7O3t7ezu7+7u7u/v7+vu8O/v8PDw8PDw8fDx8fHx8fHx8vHy
8vLy8vLy8/Pz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/SH5BAAAAP8ALAAAAAAYABgA
AAj/AE1RmUKwIEEpCBEaJBjlSKkp6v75m9ivH799+vLlw3fPnr168+DBa0csCJR7EvulQiTKWbNF
sczIG8XLT6JM6tKZo6bhpD+LpBS9WpfLTrc67vi84mXHU7pz5KhleHLPIsaMHD+iC9mOGbKn5sJN
w+DE3kV9WuKQOhSIkxc9q760AePGmjlyYi80sYcxH7l49Oy1c4dNXLhs0qo5A4f3G7QKTOphNdYL
FCZaktS4EmVoTaVfmsJ98/aMgpJ6G/ElKycr0zZds7QRKgOLlSNGo7M9k5CkHsd77LjtGtcu5zls
eMmN9pbt2rIISOZ1tEcpTJ7ixu+Gi7ZlSXNqyyAc/5nnsd67cObUxVCh4oSHE6KXCbtGbZqyB0bm
1QNZq9eYdAjY0MIKHWzwDR5j7FEfNMQ4YAQ884RkS07pTFDDDDC8AAJz13wyzTTPENNAESKNFE46
JaSQgg4yiLCDCScQQM0z0ECzzDAMENHOSOpEco4ABbiAww0jsBAADwlMg8YzzygjTI7qFKfTN+ak
8IMPPfDAQw4oTDOMMs8sQ4wwCwyRjnF/yAFIOByMQAMPBgwwzSVmsLGMMsMEU2Y6YNFxhiHFeHPA
CDmEMI0glrwBhzJj4rKAEOecc9c0d3rjyzUkfDDNI52cgospxOSJiwJBmKNdGlWIcU0WhXx4TBdW
XEaBBRnDCIPLqEBo940qoQACzCCdNNLHHa0YsskckwgTDC63AFAEJMsx1xx99U1TI5PL3KkMFwt8
M0QD4IYr7rjiMmABKgEBADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/article_multi.gif

R0lGODlhGAAYAIcAAF9fX2BgYGFhYWJiYmNjY2RkZGVlZWdnZ2hoaGpqamtra21tbW5ubnBwcHFx
cXJycnNzc3R0dHZ2dnd3d4GBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKioyMjI2NjY6Ojo+P
j4eOkomPlJCQkJGRkZKSkpOTk5WVlZeXl5iYmJmZmZqampidoZ6jp5ukqqClqKGoraKorK+vr6Wt
sqetsqeus6evtay0uq+2u7CysrC0t7O1t7O2uLK3u7W6vba6vLa7vrq8va65wLK6wLS7wLW7wLe+
w7W+xLa/xbm/w7q/wru/wrfCybnBx7rAxLvAxLvBxbvCx7zAw73Bw7/Bw7zBxL3Dxr/Ex73Fy77E
yL/EyLzHzsDDxsLFxsHFyMHGyMHGycLHycPGycLHysTHycTHysHIzcPJzcTJy8XJy8XJzMTKzcTK
zsbKzcfMz8jKy8jLzMjLzcjLzsnMzsnMz8nNz8rMzcrNz87OzsPK0MTN08bM0MbM0cfM0MTN1MfP
1cnO0srO0MrO0cvO0MvP0snP1MzP0czP0srR18zQ0s/Q0M7Q0s7R08zR1M3S1s7T18/T1s/U18vV
3M/V2dHR0dDS09LV1tXV1dbW1tDV2NHV2NPX2dXX2NXX2dbX2NPY2tXZ29fZ29XZ3NTa3dba3dbb
39fb3tfc39nZ2dra2tra29vb29jb3tnd39vc3drc3tve39zc3Nzd3d3d3d3d3t3e3t7e3t/f39ve
4Nvf4tzf4d/f4Nvg49ng5d7g4d/g4N/h4t3h5N3k6eDg4ODh4eHh4eDi4+Hi4uLi4uLi4+Pj4+Pk
5OTk5OXl5eXm5+bm5ubn5+fn5+Pm6OPm6eLm6uLn6uXn6Obp6+fq7ejo6Onp6enq6urq6urq6+vr
6+rt7uzs7O3t7ezu7+7u7u7v7+/v7+/v8PDw8PDw8fDx8fHx8fHx8vHy8vLy8vLz8/Pz8/T09PT0
9fX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/QAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAAYABgA
AAj/ADGxWEGwIEEVCBEaJJjCQ6UV5vbpm5gvH7579urVozcvXjx47tatQ4erAop5+3yN0gQHY706
oX60A7lOTqFCjcI5m3BS3zBslOhkpEcmW5h0IdGRcZSrzjdnEk7MyycP49CO8MYlNReM3K9w3ZpF
MBEPn6E/MLJwjJfIxhlO6MyRW/JsB5KwEErEu8fu3Td2WNNF89ZNrrhj3G4t27bMAQl49gIJ0eXq
ozs+RkBJIicuHCxEZsZoS9YgBLx61eYIA0ezFSlqbDqHw2MHDBNpyRiAgLf23LWtnKOF+/ZtmzZp
0qAZW/DB3TwuSgDlGGmOhpYRbb516xZDhAtBzowp//DgLt66cOq6xTW3fZmo7duM1cKlrBmxBB3c
wSN1yJQrueSI8oYbPWxjHA9orCLFMrgg0ME67lhzySmjkMOZJ5YMgodx0sTxSDNTJIPLARuINE05
3XwjTmfHLFIFM8dBU0wypfBizC0GaIDOOpM0sQcS4QyHyitX6JGcM1AM4QQOxNBSQAbmoENON+Fs
M1w3xkGjpTPN3ELMjbjQQgAG5JjTRyFqbKHdNlh0Ao0MXC7zwxE6WHGLLANcYCEkinwRBJbarKFF
Mbs0s0wyVFjRhRi0sDKABSvGYkwzxnCIjC2zGHOoMatg8kkmsqgiQAVBEhFFES3E6MYTSQCTjDHE
vETgww01sKJKABQM1wshm0RyJCN3pFEGrLh44QctQKiSCgAc5GGcNsclB40zXBp66KuwEjMDAdtc
cMC34IYrbrgGPJBJQAA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/blip.gif

R0lGODlhBwAHAIcAAP/SAf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAAHAAcA
AAgXAAEIHCgwgEGDBQcGSMhwYcODDgkKDAgAOw==

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/thetrumpet_logo_gray.gif

R0lGODlhyAAeAIMAALy+vMfGx9nY2ebk5vv9+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAACH5BAAAAP8ALAAAAADIAB4AAAT/kMhJq7046827/2AojmRpnmiqrmzrvnAsz3Rt3/g36Hk/
7R6gbyYAAATIgPGILAICAqURGoUKB1KjQCgZOI8E71KwGYwH4nMUOYkuqW6mNjluaoetaEXfXlag
EktCUgEUbxlmXE6FGlJkE1mGRkBfFlSMEpUUgHgrSnsVZkYWj2ObUxOmGQChgoiqmX4/sqKspI+z
o6CdJ4+fFFwEmsCBkxTDsBeYsagYX4qyqXfDwMHUXbwmv7+vuhfJtUDJlqHPGLW4wtHFo7VB69kn
WABon2xtlPCS9MeuBON/QB0i9c9YH2/sCl3LsDBeiW1yCmH5R8YdBnDRAG4C1ZBMsmtL/1hZ5DDS
4YkAjFBK+ATGnj5p/A5i0ghp17hSBpnZgklmYTCdJlNAXEnviJcdJSskU7KM5spdkY6xS0fNYtIt
F5IGHTGUgJIiVF+yEwJW6Z0My4R18ad2bD+EUvJNQYky5h6xWz90VTJvS0W8b+ikLQgG7S6vzdoS
DjupXuG1CIX9DPPyaCYvP9BgxRzPDBS+XgM4ZtTQrbl96chJhcwPDc+3IieXJqVPNBYsPekxdYPk
SV6SgM8S+nMWQ9p0h5oWVxe5VfNz8DiFXguFX5Ed3H47Cx4T3SnfDA8zN4oatobZdyM/9jbJOj+V
2rvttAArKtDwq2HOX2xe/jtdbIBXULQq1SH13n7x9fdNcd6xNpliXaTmiFmPjXeeWNb44QRvjhnY
2w7XIZYgdM+5BQlbA6nWRmqiWLIcelo9BYwfooD4hI24hZYbGaCNmB6Cr+2zUy2DDXaPIYOlaCFD
Lx15n2s+spDFYOMVmRiRfvExo12XOZdTSA8iNsUVIX4nYJQqHOWXZfisiRUwVRxThRUWaMbmOWoe
ladfdbq5J2cR/onmoIQWauihiCaq6KKMNuroo5B6EAEAOw==

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: base64
Content-Location: http://c6.statcounter.com/counter.php?sc_project=652149&java=0&security=e1792db7&invisible=1

R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw==

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/tracker/tracker.php?id=tracker

R0lGODlhAQABAIcAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAABAAEA
AAgEAAEEBAA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menu_cold.gif

R0lGODlhCAAIAIMAAO/39///////////////////////////////////////////////////////
/////yH5BAMAAA8ALAAAAAAIAAgAAAQJMMhJq7046xwBADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menubar_shadow.gif

R0lGODlhAwAEAIMAALW1tb29vc7Ozufn5///////////////////////////////////////////
/////yH5BAMAAA8ALAAAAAADAAQAAAQHEMhAhR04AgA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menu_left.gif

R0lGODlhAwADAIcAANDO0t/e4O3t7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAADAAMA
AAgJAAEEECCQ4MCAADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/common/menu/images/menu_right.gif

R0lGODlhAwADAIcAANDO0t/e4O3t7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAP8ALAAAAAADAAMA
AAgJAAUEACCQ4MCAADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/booklet/booklet4.gif

R0lGODlhBgADAIMAALy8vMfHx9nZ2QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAACH5BAMAAAMALAAAAAAGAAMAAAQJEIAQhJDU4ioiADs=

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.thetrumpet.com/images/booklet/booklet2.gif

R0lGODlhAwAGAIMAALu7u8fHx9jY2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAACH5BAMAAAMALAAAAAADAAYAAAQHEMgZqhU4RwA7

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.thetrumpet.com/trumpet.css

BODY {
	FONT-SIZE: 12px; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Geneva, =
Arial, Helvetica, sans-serif
}
TABLE {
	FONT-SIZE: 12px; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Geneva, =
Arial, Helvetica, sans-serif
}
TD {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
TR {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
INPUT {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, =
sans-serif
}
SELECT {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, =
sans-serif
}
TEXTAREA {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, =
sans-serif
}
A:link {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: normal; COLOR: #ff9e31; TEXT-DECORATION: none
}
.emailForm {
	COLOR: gray
}
.dynamic {
	POSITION: absolute
}
.copyright {
	FONT-SIZE: 10px; COLOR: gray
}
.small-caps {
	FONT-SIZE: 13px; FONT-VARIANT: small-caps
}
.quote {
	PADDING-LEFT: 30px; BACKGROUND: url(images/quote.gif) no-repeat left =
top; COLOR: gray
}
.subhead {
	FONT-WEIGHT: bold; COLOR: maroon
}
A.glossaryTerm:link {
	COLOR: black; BORDER-BOTTOM: #bdbfff 1px dashed; TEXT-DECORATION: none
}
A.glossaryTerm:active {
	COLOR: black; BORDER-BOTTOM: #bdbfff 1px dashed; TEXT-DECORATION: none
}
A.glossaryTerm:visited {
	COLOR: black; BORDER-BOTTOM: #bdbfff 1px dashed; TEXT-DECORATION: none
}
A.glossaryTerm:hover {
	COLOR: #ff9e31; BORDER-BOTTOM: #bdbfff 1px dashed; TEXT-DECORATION: =
none
}
.sectionType {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #095f92; FONT-VARIANT: =
small-caps
}
.sectionTitle {
	FONT-SIZE: 14px; COLOR: maroon; FONT-STYLE: italic
}
.articleTitle {
	FONT-SIZE: 25px; COLOR: #095f92; LINE-HEIGHT: 27px; FONT-FAMILY: =
Georgia, Times, Times New Roman
}
.articleWatch {
	COLOR: maroon
}
.articleWatchGroup {
	COLOR: gray
}
.articleAuthor {
	COLOR: gray; FONT-STYLE: italic
}
.articleDate {
	COLOR: gray; FONT-STYLE: italic
}
.articleQuip {
	COLOR: maroon; FONT-STYLE: italic
}
#article_root {
	OVERFLOW: hidden; POSITION: relative; HEIGHT: 300px
}
A.articleText:link {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.articleText:active {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.articleText:visited {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.articleText:hover {
	FONT-WEIGHT: normal; COLOR: #ff9e31; TEXT-DECORATION: none
}
.article_text {
	DISPLAY: none
}
.articleImage {
	BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; =
BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.articleImageCredit {
	FONT-SIZE: 9px; COLOR: gray; LINE-HEIGHT: 11px
}
.letterTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #095f92; FONT-FAMILY: =
Georgia, Times, Times New Roman
}
.letterAuthor {
	COLOR: gray; FONT-STYLE: italic
}
.litAuthor {
	COLOR: gray; FONT-STYLE: italic
}
A.trackerTitle:link {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.trackerTitle:active {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.trackerTitle:visited {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.trackerTitle:hover {
	FONT-WEIGHT: bold; COLOR: #ff9e31; TEXT-DECORATION: none
}
.trackerTitle {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
.trackerImage {
	BORDER-RIGHT: navy 1px solid; BORDER-TOP: navy 1px solid; BORDER-LEFT: =
navy 1px solid; BORDER-BOTTOM: navy 1px solid
}
A.featureTitle:link {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.featureTitle:active {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.featureTitle:visited {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.featureTitle:hover {
	FONT-WEIGHT: bold; COLOR: #ff9e31; TEXT-DECORATION: none
}
.featureTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #095f92; LINE-HEIGHT: 26px; =
FONT-FAMILY: Georgia, Times, Times New Roman; TEXT-DECORATION: none
}
.featureImage {
	BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; =
BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.featureSeeAlso {
	COLOR: maroon; FONT-STYLE: italic
}
.featureCredit {
	FONT-SIZE: 10px; COLOR: gray; LINE-HEIGHT: 10px
}
.featureCaption {
	FONT-SIZE: 10px; COLOR: #555555; LINE-HEIGHT: 14px
}
A.insetTitle:link {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.insetTitle:active {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.insetTitle:visited {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.insetTitle:hover {
	FONT-WEIGHT: normal; COLOR: #ff9e31; TEXT-DECORATION: none
}
.insetTitle {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
.itemDepartment {
	COLOR: maroon
}
.itemSubgroup {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: gray
}
.itemFrom {
	FONT-SIZE: 10px; COLOR: gray; FONT-STYLE: italic
}
.itemSummary {
=09
}
A.itemTitle:link {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitle:active {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitle:visited {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitle:hover {
	FONT-WEIGHT: bold; COLOR: #ff9e31; TEXT-DECORATION: none
}
.itemTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #095f92; FONT-FAMILY: =
Georgia, Times, Times New Roman; TEXT-DECORATION: none
}
A.itemTitle2:link {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitle2:active {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitle2:visited {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitle2:hover {
	COLOR: #ff9e31; TEXT-DECORATION: none
}
.itemTitle2 {
	FONT-SIZE: 17px; COLOR: #095f92; FONT-FAMILY: Georgia, Times, Times New =
Roman; TEXT-DECORATION: none
}
A.itemTitleIB:link {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitleIB:active {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitleIB:visited {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitleIB:hover {
	COLOR: #ff9e31; TEXT-DECORATION: none
}
.itemTitleIB {
	FONT-SIZE: 15px; COLOR: #095f92; FONT-FAMILY: Georgia, Times, Times New =
Roman; TEXT-DECORATION: none
}
A.itemTitleSml:link {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitleSml:active {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitleSml:visited {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.itemTitleSml:hover {
	COLOR: #ff9e31; TEXT-DECORATION: none
}
.itemTitleSml {
	FONT-SIZE: 14px; COLOR: #095f92; FONT-FAMILY: Georgia, Times, Times New =
Roman; TEXT-DECORATION: none
}
.itemMore {
	FONT-SIZE: 11px; COLOR: gray
}
A.itemMore:link {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.itemMore:active {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.itemMore:visited {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.itemMore:hover {
	FONT-WEIGHT: normal; COLOR: #ff9e31; TEXT-DECORATION: none
}
.itemInset {
	COLOR: gray; FONT-STYLE: italic
}
.itemImage {
	BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; =
BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.itemSeeAlso {
	FONT-SIZE: 11px; COLOR: maroon; FONT-STYLE: italic
}
A.issueTitle:link {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.issueTitle:active {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.issueTitle:visited {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.issueTitle:hover {
	COLOR: #ff9e31; TEXT-DECORATION: none
}
.issueTitle {
	FONT-SIZE: 17px; COLOR: #095f92; FONT-FAMILY: Georgia, Times, Times New =
Roman; TEXT-DECORATION: none
}
A.issueFeatureTitle:link {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.issueFeatureTitle:active {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.issueFeatureTitle:visited {
	COLOR: #095f92; TEXT-DECORATION: none
}
A.issueFeatureTitle:hover {
	COLOR: #ff9e31; TEXT-DECORATION: none
}
.issueFeatureTitle {
	FONT-SIZE: 21px; COLOR: #095f92; LINE-HEIGHT: 21px; FONT-FAMILY: =
Georgia, Times, Times New Roman; TEXT-DECORATION: none
}
A.ecTitle:link {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.ecTitle:active {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.ecTitle:visited {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.ecTitle:hover {
	FONT-WEIGHT: bold; COLOR: #ff9e31; TEXT-DECORATION: none
}
.ecTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #095f92; FONT-FAMILY: =
Georgia, Times, Times New Roman; TEXT-DECORATION: none
}
.watchDepartment {
	FONT-WEIGHT: normal; COLOR: maroon
}
.watchGroup {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: gray
}
.watchTitle {
	COLOR: #ff9e31
}
A.watchTitle:link {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.watchTitle:active {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.watchTitle:visited {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.watchTitle:hover {
	FONT-WEIGHT: normal; COLOR: #ff9e31; TEXT-DECORATION: none
}
.searchWord {
	BACKGROUND-COLOR: #fff094
}
.searchInput {
	BORDER-RIGHT: silver 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: silver =
1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: silver =
1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: silver 1px solid; =
BACKGROUND-COLOR: white
}
.searchButton {
=09
}
A.searchTitle:link {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.searchTitle:active {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.searchTitle:visited {
	FONT-WEIGHT: bold; COLOR: #095f92; TEXT-DECORATION: none
}
A.searchTitle:hover {
	FONT-WEIGHT: bold; COLOR: #ff9e31; TEXT-DECORATION: none
}
.searchTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #095f92; FONT-FAMILY: =
Georgia, Times, Times New Roman; TEXT-DECORATION: none
}
.searchAuthor {
	FONT-SIZE: 11px; COLOR: gray; FONT-STYLE: italic
}
.searchSummary {
=09
}
.searchScore {
	BORDER-RIGHT: #095f92 1px solid; BORDER-TOP: #095f92 1px solid; =
BORDER-LEFT: #095f92 1px solid; BORDER-BOTTOM: #095f92 1px solid
}
.searchScoreFill {
	BACKGROUND-COLOR: #aac8ea
}
.searchScoreFont {
	FONT-SIZE: 9px; COLOR: #095f92
}
.searchLabel {
	COLOR: gray
}
.selectFilter {
	BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; =
FONT-SIZE: 12px; BORDER-LEFT: silver 1px solid; COLOR: #095f92; =
BORDER-BOTTOM: silver 1px solid
}
.selectOptionIgnore {
	FONT-SIZE: 12px; COLOR: gray; FONT-STYLE: italic
}
.weekFeature {
	COLOR: gray; FONT-STYLE: italic
}
A.week:link {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.week:active {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.week:visited {
	FONT-WEIGHT: normal; COLOR: #095f92; TEXT-DECORATION: none
}
A.week:hover {
	FONT-WEIGHT: normal; COLOR: #ff9e31; TEXT-DECORATION: none
}
.subCaption {
	FONT-WEIGHT: bold; COLOR: gray; FONT-STYLE: italic
}
.archiveCaption {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: gray; FONT-STYLE: italic
}
.imageLink {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; =
BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid
}
.smallText {
	FONT-SIZE: 10px; COLOR: gray
}
.smallLink {
	FONT-SIZE: 10px
}
.statText {
	COLOR: gray
}
A.columnCaption:link {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ecac00; FONT-FAMILY: =
Georgia, Times, Times New Roman
}
A.columnCaption:active {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ecac00; FONT-FAMILY: =
Georgia, Times, Times New Roman
}
A.columnCaption:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ecac00; FONT-FAMILY: =
Georgia, Times, Times New Roman
}
A.columnCaption:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ecac00; FONT-FAMILY: =
Georgia, Times, Times New Roman
}
.columnCaption {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ecac00; FONT-FAMILY: =
Georgia, Times, Times New Roman
}
.columnCaptionExternal {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ecac00
}
.columnCaptionMore {
	COLOR: gray; FONT-STYLE: italic
}
.columnCaptionGray {
	FONT-WEIGHT: bold; COLOR: gray
}
.column {
	BORDER-RIGHT: silver 0px dashed; BORDER-LEFT: silver 0px dashed
}
.dashedTB {
	BORDER-TOP: silver 1px dashed; BORDER-BOTTOM: silver 1px dashed
}
.dashedT {
	BACKGROUND: url(images/dotted.gif) repeat-x
}
.dashedL {
	BACKGROUND: url(images/dotted2.gif) repeat-y right 50%
}
.dashedR {
	BACKGROUND: url(images/dotted2.gif) repeat-y
}
.dashedB {
	BORDER-BOTTOM: silver 1px dashed
}
.solidT {
	BORDER-TOP: silver 2px solid
}
.boxKOD {
	BORDER-RIGHT: silver 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: silver =
1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; BORDER-LEFT: silver =
1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: silver 1px solid
}

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.thetrumpet.com/common/menu/menu.css

.menuDate {
	FONT-SIZE: 10px; COLOR: gray; TEXT-DECORATION: none
}
.menuBar {
	MARGIN: 0px; OVERFLOW: hidden; CURSOR: pointer; POSITION: absolute
}
.menuItem {
	CURSOR: pointer
}
.menuPane {
	Z-INDEX: 1; VISIBILITY: hidden; MARGIN: 0px; OVERFLOW: hidden; =
POSITION: absolute
}
.menuPaneBorder {
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: =
gray 1px solid; BORDER-BOTTOM: gray 1px solid
}
.menuSearchPane {
	FONT-SIZE: 12px; Z-INDEX: 1; VISIBILITY: hidden; MARGIN: 0px; OVERFLOW: =
hidden; COLOR: gray; LINE-HEIGHT: 18px; POSITION: absolute
}
.menuText {
	FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: gray; LINE-HEIGHT: =
18px; TEXT-DECORATION: none
}
.menuRoot {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: =
gray; LINE-HEIGHT: 18px; TEXT-DECORATION: none
}
A.menuItem:link {
	FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: gray; LINE-HEIGHT: =
18px; TEXT-DECORATION: none
}
A.menuItem:active {
	FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: gray; LINE-HEIGHT: =
18px; TEXT-DECORATION: none
}
A.menuItem:visited {
	FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: gray; LINE-HEIGHT: =
18px; TEXT-DECORATION: none
}
A.menuItem:hover {
	FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #095f92; =
LINE-HEIGHT: 18px; TEXT-DECORATION: none
}

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.thetrumpet.com/common/menu/x/x_core.js

// x_core.js, X v3.15.2, Cross-Browser.com DHTML Library
// Copyright (c) 2004 Michael Foster, Licensed LGPL (gnu.org)

// global vars still duplicated in xlib.js - I still don't know what I'm =
going to do about this
var =
xVersion=3D'3.15.2',xNN4,xOp7,xOp5or6,xIE4Up,xIE4,xIE5,xMac,xUA=3Dnavigat=
or.userAgent.toLowerCase();
if (window.opera){
  xOp7=3D(xUA.indexOf('opera 7')!=3D-1 || xUA.indexOf('opera/7')!=3D-1);
  if (!xOp7) xOp5or6=3D(xUA.indexOf('opera 5')!=3D-1 || =
xUA.indexOf('opera/5')!=3D-1 || xUA.indexOf('opera 6')!=3D-1 || =
xUA.indexOf('opera/6')!=3D-1);
}
else if (document.all && xUA.indexOf('msie')!=3D-1) {
  xIE4Up=3DparseInt(navigator.appVersion)>=3D4;
  xIE4=3DxUA.indexOf('msie 4')!=3D-1;
  xIE5=3DxUA.indexOf('msie 5')!=3D-1;
}
else if (document.layers) {xNN4=3Dtrue;}
xMac=3DxUA.indexOf('mac')!=3D-1;

function xGetElementById(e) {
  if(typeof(e)!=3D'string') return e;
  if(document.getElementById) e=3Ddocument.getElementById(e);
  else if(document.all) e=3Ddocument.all[e];
  else e=3Dnull;
  return e;
}
function xParent(e,bNode){
  if (!(e=3DxGetElementById(e))) return null;
  var p=3Dnull;
  if (!bNode && xDef(e.offsetParent)) p=3De.offsetParent;
  else if (xDef(e.parentNode)) p=3De.parentNode;
  else if (xDef(e.parentElement)) p=3De.parentElement;
  return p;
}
function xDef() {
  for(var i=3D0; i<arguments.length; =
++i){if(typeof(arguments[i])=3D=3D'undefined') return false;}
  return true;
}
function xStr(s) {
  for(var i=3D0; i<arguments.length; =
++i){if(typeof(arguments[i])!=3D'string') return false;}
  return true;
}
function xNum(n) {
  for(var i=3D0; i<arguments.length; =
++i){if(typeof(arguments[i])!=3D'number') return false;}
  return true;
}
function xShow(e) {
  if(!(e=3DxGetElementById(e))) return;
  if(e.style && xDef(e.style.visibility)) =
e.style.visibility=3D'visible';
}
function xHide(e) {
  if(!(e=3DxGetElementById(e))) return;
  if(e.style && xDef(e.style.visibility)) e.style.visibility=3D'hidden';
}
function xZIndex(e,uZ) {
  if(!(e=3DxGetElementById(e))) return 0;
  if(e.style && xDef(e.style.zIndex)) {
    if(xNum(uZ)) e.style.zIndex=3DuZ;
    uZ=3DparseInt(e.style.zIndex);
  }
  return uZ;
}
function xColor(e,sColor) {
  if(!(e=3DxGetElementById(e))) return '';
  var c=3D'';
  if(e.style && xDef(e.style.color)) {
    if(xStr(sColor)) e.style.color=3DsColor;
    c=3De.style.color;
  }
  return c;
}
function xBackground(e,sColor,sImage) {
  if(!(e=3DxGetElementById(e))) return '';
  var bg=3D'';
  if(e.style) {
    if(xStr(sColor)) {
      if(!xOp5or6) e.style.backgroundColor=3DsColor;
      else e.style.background=3DsColor;
    }
    if(xStr(sImage)) e.style.backgroundImage=3D(sImage!=3D'')? =
'url('+sImage+')' : null;
    if(!xOp5or6) bg=3De.style.backgroundColor;
    else bg=3De.style.background;
  }
  return bg;
}
function xMoveTo(e,iX,iY) {
  xLeft(e,iX);
  xTop(e,iY);
}
function xLeft(e,iX) {
  if(!(e=3DxGetElementById(e))) return 0;
  var css=3DxDef(e.style);
  if (css && xStr(e.style.left)) {
    if(xNum(iX)) e.style.left=3DiX+'px';
    else {
      iX=3DparseInt(e.style.left);
      if(isNaN(iX)) iX=3D0;
    }
  }
  else if(css && xDef(e.style.pixelLeft)) {
    if(xNum(iX)) e.style.pixelLeft=3DiX;
    else iX=3De.style.pixelLeft;
  }
  return iX;
}
function xTop(e,iY) {
  if(!(e=3DxGetElementById(e))) return 0;
  var css=3DxDef(e.style);
  if(css && xStr(e.style.top)) {
    if(xNum(iY)) e.style.top=3DiY+'px';
    else {
      iY=3DparseInt(e.style.top);
      if(isNaN(iY)) iY=3D0;
    }
  }
  else if(css && xDef(e.style.pixelTop)) {
    if(xNum(iY)) e.style.pixelTop=3DiY;
    else iY=3De.style.pixelTop;
  }
  return iY;
}
function xPageX(e) {
  if (!(e=3DxGetElementById(e))) return 0;
  var x =3D 0;
  while (e) {
    if (xDef(e.offsetLeft)) x +=3D e.offsetLeft;
    e =3D xDef(e.offsetParent) ? e.offsetParent : null;
  }
  return x;
}
function xPageY(e) {
  if (!(e=3DxGetElementById(e))) return 0;
  var y =3D 0;
  while (e) {
    if (xDef(e.offsetTop)) y +=3D e.offsetTop;
    e =3D xDef(e.offsetParent) ? e.offsetParent : null;
  }
//  if (xOp7) return y - document.body.offsetTop; // v3.14, temporary =
hack for opera bug 130324
  return y;
}
function xOffsetLeft(e) {
  if (!(e=3DxGetElementById(e))) return 0;
  if (xDef(e.offsetLeft)) return e.offsetLeft;
  else return 0;
}
function xOffsetTop(e) {
  if (!(e=3DxGetElementById(e))) return 0;
  if (xDef(e.offsetTop)) return e.offsetTop;
  else return 0;
}
function xScrollLeft(e) {
  var offset=3D0;
  if (!(e=3DxGetElementById(e))) {
    if(document.documentElement && document.documentElement.scrollLeft) =
offset=3Ddocument.documentElement.scrollLeft;
    else if(document.body && xDef(document.body.scrollLeft)) =
offset=3Ddocument.body.scrollLeft;
  }
  else { if (xNum(e.scrollLeft)) offset =3D e.scrollLeft; }
  return offset;
}
function xScrollTop(e) {
  var offset=3D0;
  if (!(e=3DxGetElementById(e))) {
    if(document.documentElement && document.documentElement.scrollTop) =
offset=3Ddocument.documentElement.scrollTop;
    else if(document.body && xDef(document.body.scrollTop)) =
offset=3Ddocument.body.scrollTop;
  }
  else { if (xNum(e.scrollTop)) offset =3D e.scrollTop; }
  return offset;
}
function xHasPoint(ele, iLeft, iTop, iClpT, iClpR, iClpB, iClpL) {
  if (!xNum(iClpT)){iClpT=3DiClpR=3DiClpB=3DiClpL=3D0;}
  else if (!xNum(iClpR)){iClpR=3DiClpB=3DiClpL=3DiClpT;}
  else if (!xNum(iClpB)){iClpL=3DiClpR; iClpB=3DiClpT;}
  var thisX =3D xPageX(ele), thisY =3D xPageY(ele);
  return (iLeft >=3D thisX + iClpL && iLeft <=3D thisX + xWidth(ele) - =
iClpR &&
          iTop >=3DthisY + iClpT && iTop <=3D thisY + xHeight(ele) - =
iClpB );
}
function xResizeTo(e,uW,uH) {
  xWidth(e,uW);
  xHeight(e,uH);
}
function xWidth(e,uW) {
  if(!(e=3DxGetElementById(e))) return 0;
  if (xNum(uW)) {
    if (uW<0) uW =3D 0;
    else uW=3DMath.round(uW);
  }
  else uW=3D-1;
  var css=3DxDef(e.style);
  if(css && xDef(e.offsetWidth) && xStr(e.style.width)) {
    if(uW>=3D0) xSetCW(e, uW);
    uW=3De.offsetWidth;
  }
  else if(css && xDef(e.style.pixelWidth)) {
    if(uW>=3D0) e.style.pixelWidth=3DuW;
    uW=3De.style.pixelWidth;
  }
  return uW;
}
function xHeight(e,uH) {
  if(!(e=3DxGetElementById(e))) return 0;
  if (xNum(uH)) {
    if (uH<0) uH =3D 0;
    else uH=3DMath.round(uH);
  }
  else uH=3D-1;
  var css=3DxDef(e.style);
  if(css && xDef(e.offsetHeight) && xStr(e.style.height)) {
    if(uH>=3D0) xSetCH(e, uH);
    uH=3De.offsetHeight;
  }
  else if(css && xDef(e.style.pixelHeight)) {
    if(uH>=3D0) e.style.pixelHeight=3DuH;
    uH=3De.style.pixelHeight;
  }
  return uH;
}
function xGetCS(ele,sP){return =
parseInt(document.defaultView.getComputedStyle(ele,'').getPropertyValue(s=
P));}
function xSetCW(ele,uW){
  var pl=3D0,pr=3D0,bl=3D0,br=3D0;
  if(xDef(document.defaultView) && =
xDef(document.defaultView.getComputedStyle)){
    pl=3DxGetCS(ele,'padding-left');
    pr=3DxGetCS(ele,'padding-right');
    bl=3DxGetCS(ele,'border-left-width');
    br=3DxGetCS(ele,'border-right-width');
  }
  else if(xDef(ele.currentStyle,document.compatMode)){
    if(document.compatMode=3D=3D'CSS1Compat'){
      pl=3DparseInt(ele.currentStyle.paddingLeft);
      pr=3DparseInt(ele.currentStyle.paddingRight);
      bl=3DparseInt(ele.currentStyle.borderLeftWidth);
      br=3DparseInt(ele.currentStyle.borderRightWidth);
    }
  }
  else if(xDef(ele.offsetWidth,ele.style.width)){ // ?
    ele.style.width=3DuW+'px';
    pl=3Dele.offsetWidth-uW;
  }
  if(isNaN(pl)) pl=3D0; if(isNaN(pr)) pr=3D0; if(isNaN(bl)) bl=3D0; =
if(isNaN(br)) br=3D0;
  var cssW=3DuW-(pl+pr+bl+br);
  if(isNaN(cssW)||cssW<0) return;
  else ele.style.width=3DcssW+'px';
}
function xSetCH(ele,uH){
  var pt=3D0,pb=3D0,bt=3D0,bb=3D0;
  if(xDef(document.defaultView) && =
xDef(document.defaultView.getComputedStyle)){
    pt=3DxGetCS(ele,'padding-top');
    pb=3DxGetCS(ele,'padding-bottom');
    bt=3DxGetCS(ele,'border-top-width');
    bb=3DxGetCS(ele,'border-bottom-width');
  }
  else if(xDef(ele.currentStyle,document.compatMode)){
    if(document.compatMode=3D=3D'CSS1Compat'){
      pt=3DparseInt(ele.currentStyle.paddingTop);
      pb=3DparseInt(ele.currentStyle.paddingBottom);
      bt=3DparseInt(ele.currentStyle.borderTopWidth);
      bb=3DparseInt(ele.currentStyle.borderBottomWidth);
    }
  }
  else if(xDef(ele.offsetHeight,ele.style.height)){ // ?
    ele.style.height=3DuH+'px';
    pt=3Dele.offsetHeight-uH;
  }
  if(isNaN(pt)) pt=3D0; if(isNaN(pb)) pb=3D0; if(isNaN(bt)) bt=3D0; =
if(isNaN(bb)) bb=3D0;
  var cssH=3DuH-(pt+pb+bt+bb);
  if(isNaN(cssH)||cssH<0) return;
  else ele.style.height=3DcssH+'px';
}
function xClip(e,iTop,iRight,iBottom,iLeft) {
  if(!(e=3DxGetElementById(e))) return;
  if(e.style) {
    if (xNum(iLeft)) e.style.clip=3D'rect('+iTop+'px '+iRight+'px =
'+iBottom+'px '+iLeft+'px)';
    else e.style.clip=3D'rect(0 '+parseInt(e.style.width)+'px =
'+parseInt(e.style.height)+'px 0)';
  }
}
function xClientWidth() {
  var w=3D0;
  if(xOp5or6) w=3Dwindow.innerWidth;
  else if(!window.opera && document.documentElement && =
document.documentElement.clientWidth)
    w=3Ddocument.documentElement.clientWidth;
  else if(document.body && document.body.clientWidth)
    w=3Ddocument.body.clientWidth;
  else if(xDef(window.innerWidth,window.innerHeight,document.height)) {
    w=3Dwindow.innerWidth;
    if(document.height>window.innerHeight) w-=3D16;
  }
  return w;
}
function xClientHeight() {
  var h=3D0;
  if(xOp5or6) h=3Dwindow.innerHeight;
  else if(!window.opera && document.documentElement && =
document.documentElement.clientHeight)
    h=3Ddocument.documentElement.clientHeight;
  else if(document.body && document.body.clientHeight)
    h=3Ddocument.body.clientHeight;
  else if(xDef(window.innerWidth,window.innerHeight,document.width)) {
    h=3Dwindow.innerHeight;
    if(document.width>window.innerWidth) h-=3D16;
  }
  return h;
}
function xInnerHtml(e, sHtml) {
  if(!(e=3DxGetElementById(e))) return '';
  if (xStr(e.innerHTML)) {
    if (xStr(sHtml)) e.innerHTML =3D sHtml;
    else return e.innerHTML;
  }
}

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.thetrumpet.com/common/menu/x/x_event.js

// x_event.js, X v3.15.2, Cross-Browser.com DHTML Library
// Copyright (c) 2004 Michael Foster, Licensed LGPL (gnu.org)

function xAddEventListener(e,eventType,eventListener,useCapture) {
  if(!(e=3DxGetElementById(e))) return;
  eventType=3DeventType.toLowerCase();
  if((!xIE4Up && !xOp7) && e=3D=3Dwindow) {
    if(eventType=3D=3D'resize') { window.xPCW=3DxClientWidth(); =
window.xPCH=3DxClientHeight(); window.xREL=3DeventListener; =
xResizeEvent(); return; }
    if(eventType=3D=3D'scroll') { window.xPSL=3DxScrollLeft(); =
window.xPST=3DxScrollTop(); window.xSEL=3DeventListener; xScrollEvent(); =
return; }
  }
  var eh=3D'e.on'+eventType+'=3DeventListener';
  if(e.addEventListener) =
e.addEventListener(eventType,eventListener,useCapture);
  else if(e.attachEvent) e.attachEvent('on'+eventType,eventListener);
  else eval(eh);
}
function xRemoveEventListener(e,eventType,eventListener,useCapture) {
  if(!(e=3DxGetElementById(e))) return;
  eventType=3DeventType.toLowerCase();
  if((!xIE4Up && !xOp7) && e=3D=3Dwindow) {
    if(eventType=3D=3D'resize') { window.xREL=3Dnull; return; }
    if(eventType=3D=3D'scroll') { window.xSEL=3Dnull; return; }
  }
  var eh=3D'e.on'+eventType+'=3Dnull';
  if(e.removeEventListener) =
e.removeEventListener(eventType,eventListener,useCapture);
  else if(e.detachEvent) e.detachEvent('on'+eventType,eventListener);
  else eval(eh);
}
function xEvent(evt) {
  this.type =3D ''; this.target =3D null;
  this.pageX =3D 0; this.pageY =3D 0;
  this.offsetX =3D 0; this.offsetY =3D 0;
  this.keyCode =3D 0;
  var e =3D evt || window.event;
  if(!e) return;
  if(e.type) this.type =3D e.type;
  if(e.target) this.target =3D e.target;
  else if(e.srcElement) this.target =3D e.srcElement;
  if(xOp5or6) { this.pageX =3D e.clientX; this.pageY =3D e.clientY; }
  else if(xDef(e.clientX,e.clientY)) { this.pageX =3D e.clientX + =
xScrollLeft(); this.pageY =3D e.clientY + xScrollTop(); }

if (!window.eventDebugMode) {//

  if(xDef(e.offsetX,e.offsetY)) {
    this.offsetX =3D e.offsetX;
    this.offsetY =3D e.offsetY;
    if (xIE4Up && xMac) {
      //window.status =3D 'ie mac';///////////////
      this.offsetX +=3D xScrollLeft();
      this.offsetY +=3D xScrollTop();
    }
  }
  else {
    this.offsetX =3D this.pageX - xPageX(this.target);
    this.offsetY =3D this.pageY - xPageY(this.target);
  }

} else if (window.eventDebugMode =3D=3D 1) {//

  if(xDef(e.offsetX,e.offsetY) && !(xIE4Up && xMac)) {
    this.offsetX =3D e.offsetX;
    this.offsetY =3D e.offsetY;
  }
  else {
    this.offsetX =3D this.pageX - xPageX(this.target);
    this.offsetY =3D this.pageY - xPageY(this.target);
  }

}// end eventDebugMode

  if (e.keyCode) { this.keyCode =3D e.keyCode; } // for moz/fb, if =
keyCode=3D=3D0 use which
  else if (xDef(e.which)) { this.keyCode =3D e.which; }
}
function xResizeEvent() {
  if (window.xREL) setTimeout('xResizeEvent()', 250);
  var cw =3D xClientWidth(), ch =3D xClientHeight();
  if (window.xPCW !=3D cw || window.xPCH !=3D ch) { window.xPCW =3D cw; =
window.xPCH =3D ch; if (window.xREL) window.xREL(); }
}
function xScrollEvent() {
  if (window.xSEL) setTimeout('xScrollEvent()', 250);
  var sl =3D xScrollLeft(), st =3D xScrollTop();
  if (window.xPSL !=3D sl || window.xPST !=3D st) { window.xPSL =3D sl; =
window.xPST =3D st; if (window.xSEL) window.xSEL(); }
}

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.statcounter.com/counter/counter.js

var sc_width=3Dscreen.width;	=09
var sc_referer =3D ""+document.referrer;
// var sc_referer =3D parent.document.referrer;
var sc_title =3D "";
var sc_url =3D "";
var sc_unique =3D 0;
var sc_returning =3D 0;
var sc_returns =3D 0;
var sc_agent =3D navigator.appName+' '+navigator.appVersion;
var sc_base_dir;
var sc_error=3D0;
var sc_remove=3D0;
var sc_http_url=3D"http";
var sc_link_back_start =3D "";
var sc_link_back_end =3D "";
var sc_security_code =3D "";


if(window.sc_https) {
	if(sc_https=3D=3D1) {
		sc_doc_loc =3D ''+document.location;
		myRE =3D new RegExp("^https", "i")
		if(sc_doc_loc.match(myRE)) {
			sc_http_url =3D "https";
		}
		else {
			sc_http_url =3D "http";
		}
	}
	else
		sc_http_url =3D "http";
}


if(window.sc_partition) {
	var sc_counter =3D sc_partition+1;
	sc_base_dir =3D sc_http_url+"://c"+sc_counter+".statcounter.com/";
}
else {
	sc_base_dir =3D sc_http_url+"://c1.statcounter.com/";
	var sc_partition=3D0;
}

if(window.sc_text)
	sc_base_dir +=3D "text.php?";
else
	sc_base_dir +=3D "t.php?";

if(window.sc_project) {
	sc_base_dir +=3D "sc_project=3D"+sc_project;
	=
if((sc_project=3D=3D1395484)||(sc_project=3D=3D1395532)||(sc_project=3D=3D=
1300900)||(sc_project=3D=3D1420550)||(sc_project=3D=3D1301977)||(sc_proje=
ct=3D=3D1299576)||(sc_project=3D=3D1286300))
		sc_remove=3D1;
}
else if(window.usr) {
	sc_base_dir +=3D "usr=3D"+usr;
}
else {
	sc_error =3D 1;
}

if(window.sc_remove_link) {
	sc_link_back_start =3D "";
	sc_link_back_end =3D "";
}
else {
	sc_link_back_start =3D "<a href=3D\"http://www.StatCounter.com\" =
target=3D\"_blank\">";
	sc_link_back_end =3D "<\/a>";
}

sc_date =3D new Date();
sc_time =3D sc_date.getTime();
sc_agent =3D sc_agent.toUpperCase();

sc_time_difference =3D 60*60*1000;

sc_title =3D ""+document.title;
sc_url =3D ""+document.location;
sc_referer =3D sc_referer.substring(0, 150);
sc_title =3D sc_title.substring(0, 150);
sc_url =3D sc_url.substring(0, 150);
sc_referer =3D escape(sc_referer);
sc_title =3D escape(sc_title);
sc_url =3D escape(sc_url);

if (window.sc_security) {
	sc_security_code =3D sc_security;
}

var sc_tracking_url =3D =
sc_base_dir+"&resolution=3D"+sc_width+"&camefrom=3D"+sc_referer+"&u=3D"+s=
c_url+"&t=3D"+sc_title+"&java=3D1&security=3D"+sc_security_code+"&sc_rand=
om=3D"+Math.random();

// if no usr or project set then display visibile

// if usr=3D=3D"someuser" then display visibile

if(sc_error=3D=3D1) {
		document.writeln("Code corrupted. Insert fresh copy.");
}
else if(sc_remove=3D=3D1) {
		document.writeln("<b>StatCounter cannot track a high volume website =
like yours for free. This was stated several times during the sign up =
process. Please remove the code ASAP.</b>");
}
//else if(sc_partition=3D=3D6) {
	// down at the moment
//}
else if (window.sc_invisible) {
	if(window.sc_invisible=3D=3D1) {
	sc_img =3D new Image();
	sc_img.src =3D sc_tracking_url;
	}
	else {
		document.writeln(sc_link_back_start+"<IMG =
SRC=3D\""+sc_tracking_url+"\" ALT=3D\"StatCounter - Free Web Tracker and =
Counter\" BORDER=3D\"0\">"+sc_link_back_end);
	}
}
else if (window.sc_text) {
	document.writeln('<scr' + 'ipt language=3D"JavaScript"' + ' src=3D' + =
sc_tracking_url+"&text=3D" + sc_text+ '></scr' + 'ipt>');
}
else {
	document.writeln(sc_link_back_start+"<IMG SRC=3D\""+sc_tracking_url+"\" =
ALT=3D\"StatCounter - Free Web Tracker and Counter\" =
BORDER=3D\"0\">"+sc_link_back_end);
}

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.thetrumpet.com/tracker/tracker.js

var tr_base =3D "tracker/tracker.php?";
var tr_db =3D "tracker";

var tr_size =3D screen.width + "x" + screen.height;
var tr_referrer =3D "" + document.referrer;
var tr_url =3D "" + document.location;
var tr_title =3D "" + document.title;

tr_referrer =3D tr_referrer.substring(0, 256);
tr_referrer =3D escape(tr_referrer);
tr_url =3D tr_url.substring(0, 256);
tr_url =3D escape(tr_url);
tr_title =3D tr_title.substring(0, 128);
tr_title =3D escape(tr_title);

var tr_tracking_url =3D tr_base + "id=3D" + tr_db + "&size=3D" + tr_size =
+ "&ref=3D" + tr_referrer + "&url=3D" + tr_url + "&title=3D" + tr_title =
+ "&js=3DY" + "&rand=3D" + Math.random();

//document.writeln( tr_tracking_url + "<br>" );
//document.writeln( "<a href=3D\"" + tr_tracking_url + "\">link</a>" );
//document.writeln( "<img src=3D'" + tr_tracking_url + "' alt=3D'" + =
tr_tracking_url + "'>" );
document.writeln( "<img src=3D'" + tr_tracking_url + "'>" );

------=_NextPart_000_0000_01C6D996.337EFD40
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.google-analytics.com/urchin.js

//-- Google Analytics Urchin Module=0A=
//-- Copyright 2005 Google, All Rights Reserved.=0A=
=0A=
//-- Urchin On Demand Settings ONLY=0A=
var _uacct=3D"";			// set up the Urchin Account=0A=
var _userv=3D1;			// service mode (0=3Dlocal,1=3Dremote,2=3Dboth)=0A=
=0A=
//-- UTM User Settings=0A=
var _ufsc=3D1;			// set client info flag (1=3Don|0=3Doff)=0A=
var _udn=3D"auto";		// (auto|none|domain) set the domain name for cookies=0A=
var _uhash=3D"on";		// (on|off) unique domain hash for cookies=0A=
var _utimeout=3D"1800";   	// set the inactive session timeout in seconds=0A=
var _ugifpath=3D"/__utm.gif";	// set the web path to the __utm.gif file=0A=
var _utsp=3D"|";			// transaction field separator=0A=
var _uflash=3D1;			// set flash version detect option (1=3Don|0=3Doff)=0A=
var _utitle=3D1;			// set the document title detect option =
(1=3Don|0=3Doff)=0A=
var _ulink=3D0;			// enable linker functionality (1=3Don|0=3Doff)=0A=
var _uanchor=3D0;			// enable use of anchors for campaign =
(1=3Don|0=3Doff)=0A=
=0A=
//-- UTM Campaign Tracking Settings=0A=
var _uctm=3D1;			// set campaign tracking module (1=3Don|0=3Doff)=0A=
var _ucto=3D"15768000";		// set timeout in seconds (6 month default)=0A=
var _uccn=3D"utm_campaign";	// name=0A=
var _ucmd=3D"utm_medium";		// medium (cpc|cpm|link|email|organic)=0A=
var _ucsr=3D"utm_source";		// source=0A=
var _uctr=3D"utm_term";		// term/keyword=0A=
var _ucct=3D"utm_content";	// content=0A=
var _ucid=3D"utm_id";		// id number=0A=
var _ucno=3D"utm_nooverride";	// don't override=0A=
=0A=
//-- Auto/Organic Sources and Keywords=0A=
var _uOsr=3Dnew Array();=0A=
var _uOkw=3Dnew Array();=0A=
_uOsr[0]=3D"google";	_uOkw[0]=3D"q";=0A=
_uOsr[1]=3D"yahoo";	_uOkw[1]=3D"p";=0A=
_uOsr[2]=3D"msn";		_uOkw[2]=3D"q";=0A=
_uOsr[3]=3D"aol";		_uOkw[3]=3D"query";=0A=
_uOsr[4]=3D"lycos";	_uOkw[4]=3D"query";=0A=
_uOsr[5]=3D"ask";		_uOkw[5]=3D"q";=0A=
_uOsr[6]=3D"altavista";	_uOkw[6]=3D"q";=0A=
_uOsr[7]=3D"search";	_uOkw[7]=3D"q";=0A=
_uOsr[8]=3D"netscape";	_uOkw[8]=3D"query";=0A=
_uOsr[9]=3D"earthlink";	_uOkw[9]=3D"q";=0A=
_uOsr[10]=3D"cnn";	_uOkw[10]=3D"query";=0A=
_uOsr[11]=3D"looksmart";	_uOkw[11]=3D"key";=0A=
_uOsr[12]=3D"about";	_uOkw[12]=3D"terms";=0A=
_uOsr[13]=3D"excite";	_uOkw[13]=3D"qkw";=0A=
_uOsr[14]=3D"mamma";	_uOkw[14]=3D"query";=0A=
_uOsr[15]=3D"alltheweb";	_uOkw[15]=3D"q";=0A=
_uOsr[16]=3D"gigablast";	_uOkw[16]=3D"q";=0A=
_uOsr[17]=3D"voila";	_uOkw[17]=3D"kw";=0A=
_uOsr[18]=3D"virgilio";	_uOkw[18]=3D"qs";=0A=
_uOsr[19]=3D"teoma";	_uOkw[19]=3D"q";=0A=
=0A=
//-- Auto/Organic Keywords to Ignore=0A=
var _uOno=3Dnew Array();=0A=
//_uOno[0]=3D"urchin";=0A=
//_uOno[1]=3D"urchin.com";=0A=
//_uOno[2]=3D"www.urchin.com";=0A=
=0A=
//-- Referral domains to Ignore=0A=
var _uRno=3Dnew Array();=0A=
//_uRno[0]=3D".urchin.com";=0A=
=0A=
//-- **** Don't modify below this point ***=0A=
var =
_uff,_udh,_udt,_ubl=3D0,_udo=3D"",_uu,_ufns=3D0,_uns=3D0,_ur=3D"-",_ufno=3D=
0,_ust=3D0,_ubd=3Ddocument,_udl=3D_ubd.location,_udlh=3D"",_utcp=3D"/",_u=
wv=3D"1";=0A=
var _ugifpath2=3D"http://www.google-analytics.com/__utm.gif";=0A=
if (_udl.hash) _udlh=3D_udl.href.substring(_udl.href.indexOf('#'));=0A=
if (_udl.protocol=3D=3D"https:") =
_ugifpath2=3D"https://ssl.google-analytics.com/__utm.gif";=0A=
if (!_utcp || _utcp=3D=3D"") _utcp=3D"/";=0A=
function urchinTracker(page) {=0A=
 if (_udl.protocol=3D=3D"file:") return;=0A=
 if (_uff && (!page || page=3D=3D"")) return;=0A=
 var a,b,c,v,z,k,x=3D"",s=3D"",f=3D0;=0A=
 var nx=3D" expires=3DSun, 18 Jan 2038 00:00:00 GMT;";=0A=
 var dc=3D_ubd.cookie;=0A=
 _udh=3D_uDomain();=0A=
 _uu=3DMath.round(Math.random()*2147483647);=0A=
 _udt=3Dnew Date();=0A=
 _ust=3DMath.round(_udt.getTime()/1000);=0A=
 a=3Ddc.indexOf("__utma=3D"+_udh);=0A=
 b=3Ddc.indexOf("__utmb=3D"+_udh);=0A=
 c=3Ddc.indexOf("__utmc=3D"+_udh);=0A=
 if (_udn && _udn!=3D"") { _udo=3D" domain=3D"+_udn+";"; }=0A=
 if (_utimeout && _utimeout!=3D"") {=0A=
  x=3Dnew Date(_udt.getTime()+(_utimeout*1000));=0A=
  x=3D" expires=3D"+x.toGMTString()+";";=0A=
 }=0A=
 if (_ulink) {=0A=
  if (_uanchor && _udlh && _udlh!=3D"") s=3D_udlh+"&";=0A=
  s+=3D_udl.search;=0A=
  if(s && s!=3D"" && s.indexOf("__utma=3D")>=3D0) {=0A=
   if (!(_uIN(a=3D_uGC(s,"__utma=3D","&")))) a=3D"-";=0A=
   if (!(_uIN(b=3D_uGC(s,"__utmb=3D","&")))) b=3D"-";=0A=
   if (!(_uIN(c=3D_uGC(s,"__utmc=3D","&")))) c=3D"-";=0A=
   v=3D_uGC(s,"__utmv=3D","&");=0A=
   z=3D_uGC(s,"__utmz=3D","&");=0A=
   k=3D_uGC(s,"__utmk=3D","&");=0A=
   if ((k*1) !=3D ((_uHash(a+b+c+z+v)*1)+(_udh*1))) =
{_ubl=3D1;a=3D"-";b=3D"-";c=3D"-";z=3D"-";v=3D"-";}=0A=
   if (a!=3D"-" && b!=3D"-" && c!=3D"-") f=3D1;=0A=
   else if(a!=3D"-") f=3D2;=0A=
  }=0A=
 }=0A=
 if(f=3D=3D1) {=0A=
  _ubd.cookie=3D"__utma=3D"+a+"; path=3D"+_utcp+";"+nx+_udo;=0A=
  _ubd.cookie=3D"__utmb=3D"+b+"; path=3D"+_utcp+";"+x+_udo;=0A=
  _ubd.cookie=3D"__utmc=3D"+c+"; path=3D"+_utcp+";"+_udo;=0A=
 } else if (f=3D=3D2) {=0A=
  a=3D_uFixA(s,"&",_ust);=0A=
  _ubd.cookie=3D"__utma=3D"+a+"; path=3D"+_utcp+";"+nx+_udo;=0A=
  _ubd.cookie=3D"__utmb=3D"+_udh+"; path=3D"+_utcp+";"+x+_udo;=0A=
  _ubd.cookie=3D"__utmc=3D"+_udh+"; path=3D"+_utcp+";"+_udo;=0A=
  _ufns=3D1;=0A=
 } else if (a>=3D0 && b>=3D0 && c>=3D0) {=0A=
  _ubd.cookie=3D"__utmb=3D"+_udh+"; path=3D"+_utcp+";"+x+_udo;=0A=
 } else {=0A=
  if (a>=3D0) a=3D_uFixA(_ubd.cookie,";",_ust);=0A=
  else a=3D_udh+"."+_uu+"."+_ust+"."+_ust+"."+_ust+".1";=0A=
  _ubd.cookie=3D"__utma=3D"+a+"; path=3D"+_utcp+";"+nx+_udo;=0A=
  _ubd.cookie=3D"__utmb=3D"+_udh+"; path=3D"+_utcp+";"+x+_udo;=0A=
  _ubd.cookie=3D"__utmc=3D"+_udh+"; path=3D"+_utcp+";"+_udo;=0A=
  _ufns=3D1;=0A=
 }=0A=
 if (_ulink && v && v!=3D"" && v!=3D"-") {=0A=
  v=3D_uUES(v);=0A=
  if (v.indexOf(";")=3D=3D-1) _ubd.cookie=3D"__utmv=3D"+v+"; =
path=3D"+_utcp+";"+nx+_udo;=0A=
 }=0A=
 _uInfo(page);=0A=
 _ufns=3D0;=0A=
 _ufno=3D0;=0A=
 _uff=3D1;=0A=
}=0A=
function _uInfo(page) {=0A=
 var p,s=3D"",pg=3D_udl.pathname+_udl.search;=0A=
 if (page && page!=3D"") pg=3D_uES(page,1);=0A=
 _ur=3D_ubd.referrer;=0A=
 if (!_ur || _ur=3D=3D"") { _ur=3D"-"; }=0A=
 else {=0A=
  p=3D_ur.indexOf(_ubd.domain);=0A=
  if ((p>=3D0) && (p<=3D8)) { _ur=3D"0"; }=0A=
  if (_ur.indexOf("[")=3D=3D0 && =
_ur.lastIndexOf("]")=3D=3D(_ur.length-1)) { _ur=3D"-"; }=0A=
 }=0A=
 s+=3D"&utmn=3D"+_uu;=0A=
 if (_ufsc) s+=3D_uBInfo();=0A=
 if (_uctm) s+=3D_uCInfo();=0A=
 if (_utitle && _ubd.title && _ubd.title!=3D"") =
s+=3D"&utmdt=3D"+_uES(_ubd.title);=0A=
 if (_udl.hostname && _udl.hostname!=3D"") =
s+=3D"&utmhn=3D"+_uES(_udl.hostname);=0A=
 s+=3D"&utmr=3D"+_ur;=0A=
 s+=3D"&utmp=3D"+pg;=0A=
 if (_userv=3D=3D0 || _userv=3D=3D2) {=0A=
  var i=3Dnew Image(1,1);=0A=
  i.src=3D_ugifpath+"?"+"utmwv=3D"+_uwv+s;=0A=
  i.onload=3Dfunction() {_uVoid();}=0A=
 }=0A=
 if (_userv=3D=3D1 || _userv=3D=3D2) {=0A=
  var i2=3Dnew Image(1,1);=0A=
  =
i2.src=3D_ugifpath2+"?"+"utmwv=3D"+_uwv+s+"&utmac=3D"+_uacct+"&utmcc=3D"+=
_uGCS();=0A=
  i2.onload=3Dfunction() { _uVoid(); }=0A=
 }=0A=
 return;=0A=
}=0A=
function _uVoid() { return; }=0A=
function _uCInfo() {=0A=
 if (!_ucto || _ucto=3D=3D"") { _ucto=3D"15768000"; }=0A=
 var =
c=3D"",t=3D"-",t2=3D"-",t3=3D"-",o=3D0,cs=3D0,cn=3D0,i=3D0,z=3D"-",s=3D""=
;=0A=
 if (_uanchor && _udlh && _udlh!=3D"") s=3D_udlh+"&";=0A=
 s+=3D_udl.search;=0A=
 var x=3Dnew Date(_udt.getTime()+(_ucto*1000));=0A=
 var dc=3D_ubd.cookie;=0A=
 x=3D" expires=3D"+x.toGMTString()+";";=0A=
 if (_ulink && !_ubl) {=0A=
  z=3D_uUES(_uGC(s,"__utmz=3D","&"));=0A=
  if (z!=3D"-" && z.indexOf(";")=3D=3D-1) { =
_ubd.cookie=3D"__utmz=3D"+z+"; path=3D"+_utcp+";"+x+_udo; return ""; }=0A=
 }=0A=
 z=3Ddc.indexOf("__utmz=3D"+_udh);=0A=
 if (z>-1) { z=3D_uGC(dc,"__utmz=3D"+_udh,";"); }=0A=
 else { z=3D"-"; }=0A=
 t=3D_uGC(s,_ucid+"=3D","&");=0A=
 t2=3D_uGC(s,_ucsr+"=3D","&");=0A=
 t3=3D_uGC(s,"gclid=3D","&");=0A=
 if ((t!=3D"-" && t!=3D"") || (t2!=3D"-" && t2!=3D"") || (t3!=3D"-" && =
t3!=3D"")) {=0A=
  if (t!=3D"-" && t!=3D"") c+=3D"utmcid=3D"+_uEC(t);=0A=
  if (t2!=3D"-" && t2!=3D"") { if (c !=3D "") c+=3D"|"; =
c+=3D"utmcsr=3D"+_uEC(t2); }=0A=
  if (t3!=3D"-" && t3!=3D"") { if (c !=3D "") c+=3D"|"; =
c+=3D"utmgclid=3D"+_uEC(t3); }=0A=
  t=3D_uGC(s,_uccn+"=3D","&");=0A=
  if (t!=3D"-" && t!=3D"") c+=3D"|utmccn=3D"+_uEC(t);=0A=
  else c+=3D"|utmccn=3D(not+set)";=0A=
  t=3D_uGC(s,_ucmd+"=3D","&");=0A=
  if (t!=3D"-" && t!=3D"") c+=3D"|utmcmd=3D"+_uEC(t);=0A=
  else  c+=3D"|utmcmd=3D(not+set)";=0A=
  t=3D_uGC(s,_uctr+"=3D","&");=0A=
  if (t!=3D"-" && t!=3D"") c+=3D"|utmctr=3D"+_uEC(t);=0A=
  else { t=3D_uOrg(1); if (t!=3D"-" && t!=3D"") =
c+=3D"|utmctr=3D"+_uEC(t); }=0A=
  t=3D_uGC(s,_ucct+"=3D","&");=0A=
  if (t!=3D"-" && t!=3D"") c+=3D"|utmcct=3D"+_uEC(t);=0A=
  t=3D_uGC(s,_ucno+"=3D","&");=0A=
  if (t=3D=3D"1") o=3D1;=0A=
  if (z!=3D"-" && o=3D=3D1) return "";=0A=
 }=0A=
 if (c=3D=3D"-" || c=3D=3D"") { c=3D_uOrg(); if (z!=3D"-" && =
_ufno=3D=3D1)  return ""; }=0A=
 if (c=3D=3D"-" || c=3D=3D"") { if (_ufns=3D=3D1)  c=3D_uRef(); if =
(z!=3D"-" && _ufno=3D=3D1)  return ""; }=0A=
 if (c=3D=3D"-" || c=3D=3D"") {=0A=
  if (z=3D=3D"-" && _ufns=3D=3D1) { =
c=3D"utmccn=3D(direct)|utmcsr=3D(direct)|utmcmd=3D(none)"; }=0A=
  if (c=3D=3D"-" || c=3D=3D"") return "";=0A=
 }=0A=
 if (z!=3D"-") {=0A=
  i=3Dz.indexOf(".");=0A=
  if (i>-1) i=3Dz.indexOf(".",i+1);=0A=
  if (i>-1) i=3Dz.indexOf(".",i+1);=0A=
  if (i>-1) i=3Dz.indexOf(".",i+1);=0A=
  t=3Dz.substring(i+1,z.length);=0A=
  if (t.toLowerCase()=3D=3Dc.toLowerCase()) cs=3D1;=0A=
  t=3Dz.substring(0,i);=0A=
  if ((i=3Dt.lastIndexOf(".")) > -1) {=0A=
   t=3Dt.substring(i+1,t.length);=0A=
   cn=3D(t*1);=0A=
  }=0A=
 }=0A=
 if (cs=3D=3D0 || _ufns=3D=3D1) {=0A=
  t=3D_uGC(dc,"__utma=3D"+_udh,";");=0A=
  if ((i=3Dt.lastIndexOf(".")) > 9) {=0A=
   _uns=3Dt.substring(i+1,t.length);=0A=
   _uns=3D(_uns*1);=0A=
  }=0A=
  cn++;=0A=
  if (_uns=3D=3D0) _uns=3D1;=0A=
  _ubd.cookie=3D"__utmz=3D"+_udh+"."+_ust+"."+_uns+"."+cn+"."+c+"; =
path=3D"+_utcp+"; "+x+_udo;=0A=
 }=0A=
 if (cs=3D=3D0 || _ufns=3D=3D1) return "&utmcn=3D1";=0A=
 else return "&utmcr=3D1";=0A=
}=0A=
function _uRef() {=0A=
 if (_ur=3D=3D"0" || _ur=3D=3D"" || _ur=3D=3D"-") return "";=0A=
 var i=3D0,h,k,n;=0A=
 if ((i=3D_ur.indexOf("://"))<0) return "";=0A=
 h=3D_ur.substring(i+3,_ur.length);=0A=
 if (h.indexOf("/") > -1) {=0A=
  k=3Dh.substring(h.indexOf("/"),h.length);=0A=
  if (k.indexOf("?") > -1) k=3Dk.substring(0,k.indexOf("?"));=0A=
  h=3Dh.substring(0,h.indexOf("/"));=0A=
 }=0A=
 h=3Dh.toLowerCase();=0A=
 n=3Dh;=0A=
 if ((i=3Dn.indexOf(":")) > -1) n=3Dn.substring(0,i);=0A=
 for (var ii=3D0;ii<_uRno.length;ii++) {=0A=
  if ((i=3Dn.indexOf(_uRno[ii].toLowerCase())) > -1 && =
n.length=3D=3D(i+_uRno[ii].length)) { _ufno=3D1; break; }=0A=
 }=0A=
 if (h.indexOf("www.")=3D=3D0) h=3Dh.substring(4,h.length);=0A=
 return =
"utmccn=3D(referral)|utmcsr=3D"+_uEC(h)+"|"+"utmcct=3D"+_uEC(k)+"|utmcmd=3D=
referral";=0A=
}=0A=
function _uOrg(t) {=0A=
 if (_ur=3D=3D"0" || _ur=3D=3D"" || _ur=3D=3D"-") return "";=0A=
 var i=3D0,h,k;=0A=
 if ((i=3D_ur.indexOf("://")) < 0) return "";=0A=
 h=3D_ur.substring(i+3,_ur.length);=0A=
 if (h.indexOf("/") > -1) {=0A=
  h=3Dh.substring(0,h.indexOf("/"));=0A=
 }=0A=
 for (var ii=3D0;ii<_uOsr.length;ii++) {=0A=
  if (h.toLowerCase().indexOf(_uOsr[ii].toLowerCase()) > -1) {=0A=
   if ((i=3D_ur.indexOf("?"+_uOkw[ii]+"=3D")) > -1 || =
(i=3D_ur.indexOf("&"+_uOkw[ii]+"=3D")) > -1) {=0A=
    k=3D_ur.substring(i+_uOkw[ii].length+2,_ur.length);=0A=
    if ((i=3Dk.indexOf("&")) > -1) k=3Dk.substring(0,i);=0A=
    for (var yy=3D0;yy<_uOno.length;yy++) {=0A=
     if (_uOno[yy].toLowerCase()=3D=3Dk.toLowerCase()) { _ufno=3D1; =
break; }=0A=
    }=0A=
    if (t) return _uEC(k);=0A=
    else return =
"utmccn=3D(organic)|utmcsr=3D"+_uEC(_uOsr[ii])+"|"+"utmctr=3D"+_uEC(k)+"|=
utmcmd=3Dorganic";=0A=
   }=0A=
  }=0A=
 }=0A=
 return "";=0A=
}=0A=
function _uBInfo() {=0A=
 var sr=3D"-",sc=3D"-",ul=3D"-",fl=3D"-",je=3D1;=0A=
 var n=3Dnavigator;=0A=
 if (self.screen) {=0A=
  sr=3Dscreen.width+"x"+screen.height;=0A=
  sc=3Dscreen.colorDepth+"-bit";=0A=
 } else if (self.java) {=0A=
  var j=3Djava.awt.Toolkit.getDefaultToolkit();=0A=
  var s=3Dj.getScreenSize();=0A=
  sr=3Ds.width+"x"+s.height;=0A=
 }=0A=
 if (n.language) { ul=3Dn.language.toLowerCase(); }=0A=
 else if (n.browserLanguage) { ul=3Dn.browserLanguage.toLowerCase(); }=0A=
 je=3Dn.javaEnabled()?1:0;=0A=
 if (_uflash) fl=3D_uFlash();=0A=
 return =
"&utmsr=3D"+sr+"&utmsc=3D"+sc+"&utmul=3D"+ul+"&utmje=3D"+je+"&utmfl=3D"+f=
l;=0A=
}=0A=
function __utmSetTrans() {=0A=
 var e;=0A=
 if (_ubd.getElementById) e=3D_ubd.getElementById("utmtrans");=0A=
 else if (_ubd.utmform && _ubd.utmform.utmtrans) =
e=3D_ubd.utmform.utmtrans;=0A=
 if (!e) return;=0A=
 var l=3De.value.split("UTM:");=0A=
 var i,i2,c;=0A=
 if (_userv=3D=3D0 || _userv=3D=3D2) i=3Dnew Array();=0A=
 if (_userv=3D=3D1 || _userv=3D=3D2) { i2=3Dnew Array(); c=3D_uGCS(); }=0A=
=0A=
 for (var ii=3D0;ii<l.length;ii++) {=0A=
  l[ii]=3D_uTrim(l[ii]);=0A=
  if (l[ii].charAt(0)!=3D'T' && l[ii].charAt(0)!=3D'I') continue;=0A=
  var r=3DMath.round(Math.random()*2147483647);=0A=
  if (!_utsp || _utsp=3D=3D"") _utsp=3D"|";=0A=
  var f=3Dl[ii].split(_utsp),s=3D"";=0A=
  if (f[0].charAt(0)=3D=3D'T') {=0A=
   s=3D"&utmt=3Dtran"+"&utmn=3D"+r;=0A=
   f[1]=3D_uTrim(f[1]); if(f[1]&&f[1]!=3D"") =
s+=3D"&utmtid=3D"+_uES(f[1]);=0A=
   f[2]=3D_uTrim(f[2]); if(f[2]&&f[2]!=3D"") =
s+=3D"&utmtst=3D"+_uES(f[2]);=0A=
   f[3]=3D_uTrim(f[3]); if(f[3]&&f[3]!=3D"") =
s+=3D"&utmtto=3D"+_uES(f[3]);=0A=
   f[4]=3D_uTrim(f[4]); if(f[4]&&f[4]!=3D"") =
s+=3D"&utmttx=3D"+_uES(f[4]);=0A=
   f[5]=3D_uTrim(f[5]); if(f[5]&&f[5]!=3D"") =
s+=3D"&utmtsp=3D"+_uES(f[5]);=0A=
   f[6]=3D_uTrim(f[6]); if(f[6]&&f[6]!=3D"") =
s+=3D"&utmtci=3D"+_uES(f[6]);=0A=
   f[7]=3D_uTrim(f[7]); if(f[7]&&f[7]!=3D"") =
s+=3D"&utmtrg=3D"+_uES(f[7]);=0A=
   f[8]=3D_uTrim(f[8]); if(f[8]&&f[8]!=3D"") =
s+=3D"&utmtco=3D"+_uES(f[8]);=0A=
  } else {=0A=
   s=3D"&utmt=3Ditem"+"&utmn=3D"+r;=0A=
   f[1]=3D_uTrim(f[1]); if(f[1]&&f[1]!=3D"") =
s+=3D"&utmtid=3D"+_uES(f[1]);=0A=
   f[2]=3D_uTrim(f[2]); if(f[2]&&f[2]!=3D"") =
s+=3D"&utmipc=3D"+_uES(f[2]);=0A=
   f[3]=3D_uTrim(f[3]); if(f[3]&&f[3]!=3D"") =
s+=3D"&utmipn=3D"+_uES(f[3]);=0A=
   f[4]=3D_uTrim(f[4]); if(f[4]&&f[4]!=3D"") =
s+=3D"&utmiva=3D"+_uES(f[4]);=0A=
   f[5]=3D_uTrim(f[5]); if(f[5]&&f[5]!=3D"") =
s+=3D"&utmipr=3D"+_uES(f[5]);=0A=
   f[6]=3D_uTrim(f[6]); if(f[6]&&f[6]!=3D"") =
s+=3D"&utmiqt=3D"+_uES(f[6]);=0A=
  }=0A=
  if (_userv=3D=3D0 || _userv=3D=3D2) {=0A=
   i[ii]=3Dnew Image(1,1);=0A=
   i[ii].src=3D_ugifpath+"?"+"utmwv=3D"+_uwv+s;=0A=
   i[ii].onload=3Dfunction() { _uVoid(); }=0A=
  }=0A=
  if (_userv=3D=3D1 || _userv=3D=3D2) {=0A=
   i2[ii]=3Dnew Image(1,1);=0A=
   =
i2[ii].src=3D_ugifpath2+"?"+"utmwv=3D"+_uwv+s+"&utmac=3D"+_uacct+"&utmcc=3D=
"+c;=0A=
   i2[ii].onload=3Dfunction() { _uVoid(); }=0A=
  }=0A=
 }=0A=
 return;=0A=
}=0A=
function _uFlash() {=0A=
 var f=3D"-",n=3Dnavigator;=0A=
 if (n.plugins && n.plugins.length) {=0A=
  for (var ii=3D0;ii<n.plugins.length;ii++) {=0A=
   if (n.plugins[ii].name.indexOf('Shockwave Flash')!=3D-1) {=0A=
    f=3Dn.plugins[ii].description.split('Shockwave Flash ')[1];=0A=
    break;=0A=
   }=0A=
  }=0A=
 } else if (window.ActiveXObject) {=0A=
  for (var ii=3D10;ii>=3D2;ii--) {=0A=
   try {=0A=
    var fl=3Deval("new =
ActiveXObject('ShockwaveFlash.ShockwaveFlash."+ii+"');");=0A=
    if (fl) { f=3Dii + '.0'; break; }=0A=
   }=0A=
   catch(e) {}=0A=
  }=0A=
 }=0A=
 return f;=0A=
}=0A=
function __utmLinker(l,h) {=0A=
 if (!_ulink) return;=0A=
 var p,k,a=3D"-",b=3D"-",c=3D"-",z=3D"-",v=3D"-";=0A=
 var dc=3D_ubd.cookie;=0A=
 if (!l || l=3D=3D"") return;=0A=
 var iq =3D l.indexOf("?"); =0A=
 var ih =3D l.indexOf("#"); =0A=
 if (dc) {=0A=
  a=3D_uES(_uGC(dc,"__utma=3D"+_udh,";"));=0A=
  b=3D_uES(_uGC(dc,"__utmb=3D"+_udh,";"));=0A=
  c=3D_uES(_uGC(dc,"__utmc=3D"+_udh,";"));=0A=
  z=3D_uES(_uGC(dc,"__utmz=3D"+_udh,";"));=0A=
  v=3D_uES(_uGC(dc,"__utmv=3D"+_udh,";"));=0A=
  k=3D(_uHash(a+b+c+z+v)*1)+(_udh*1);=0A=
  =
p=3D"__utma=3D"+a+"&__utmb=3D"+b+"&__utmc=3D"+c+"&__utmz=3D"+z+"&__utmv=3D=
"+v+"&__utmk=3D"+k;=0A=
 }=0A=
 if (p) {=0A=
  if (h && ih>-1) return;=0A=
  if (h) { _udl.href=3Dl+"#"+p; }=0A=
  else {=0A=
   if (iq=3D=3D-1 && ih=3D=3D-1) _udl.href=3Dl+"?"+p;=0A=
   else if (ih=3D=3D-1) _udl.href=3Dl+"&"+p;=0A=
   else if (iq=3D=3D-1) =
_udl.href=3Dl.substring(0,ih-1)+"?"+p+l.substring(ih);=0A=
   else _udl.href=3Dl.substring(0,ih-1)+"&"+p+l.substring(ih);=0A=
  }=0A=
 } else { _udl.href=3Dl; }=0A=
}=0A=
function __utmLinkPost(f,h) {=0A=
 if (!_ulink) return;=0A=
 var p,k,a=3D"-",b=3D"-",c=3D"-",z=3D"-",v=3D"-";=0A=
 var dc=3D_ubd.cookie;=0A=
 if (!f || !f.action) return;=0A=
 var iq =3D f.action.indexOf("?"); =0A=
 var ih =3D f.action.indexOf("#"); =0A=
 if (dc) {=0A=
  a=3D_uES(_uGC(dc,"__utma=3D"+_udh,";"));=0A=
  b=3D_uES(_uGC(dc,"__utmb=3D"+_udh,";"));=0A=
  c=3D_uES(_uGC(dc,"__utmc=3D"+_udh,";"));=0A=
  z=3D_uES(_uGC(dc,"__utmz=3D"+_udh,";"));=0A=
  v=3D_uES(_uGC(dc,"__utmv=3D"+_udh,";"));=0A=
  k=3D(_uHash(a+b+c+z+v)*1)+(_udh*1);=0A=
  =
p=3D"__utma=3D"+a+"&__utmb=3D"+b+"&__utmc=3D"+c+"&__utmz=3D"+z+"&__utmv=3D=
"+v+"&__utmk=3D"+k;=0A=
 }=0A=
 if (p) {=0A=
  if (h && ih>-1) return;=0A=
  if (h) { f.action+=3D"#"+p; }=0A=
  else {=0A=
   if (iq=3D=3D-1 && ih=3D=3D-1) f.action+=3D"?"+p;=0A=
   else if (ih=3D=3D-1) f.action+=3D"&"+p;=0A=
   else if (iq=3D=3D-1) =
f.action=3Df.action.substring(0,ih-1)+"?"+p+f.action.substring(ih);=0A=
   else =
f.action=3Df.action.substring(0,ih-1)+"&"+p+f.action.substring(ih);=0A=
  }=0A=
 }=0A=
 return;=0A=
}=0A=
function __utmSetVar(v) {=0A=
 if (!v || v=3D=3D"") return;=0A=
 var r=3DMath.round(Math.random() * 2147483647);=0A=
 _ubd.cookie=3D"__utmv=3D"+_udh+"."+_uES(v)+"; path=3D"+_utcp+"; =
expires=3DSun, 18 Jan 2038 00:00:00 GMT;"+_udo;=0A=
 var s=3D"&utmt=3Dvar&utmn=3D"+r;=0A=
 if (_userv=3D=3D0 || _userv=3D=3D2) {=0A=
  var i=3Dnew Image(1,1);=0A=
  i.src=3D_ugifpath+"?"+"utmwv=3D"+_uwv+s;=0A=
  i.onload=3Dfunction() { _uVoid(); }=0A=
 }=0A=
 if (_userv=3D=3D1 || _userv=3D=3D2) {=0A=
  var i2=3Dnew Image(1,1);=0A=
  =
i2.src=3D_ugifpath2+"?"+"utmwv=3D"+_uwv+s+"&utmac=3D"+_uacct+"&utmcc=3D"+=
_uGCS();=0A=
  i2.onload=3Dfunction() { _uVoid(); }=0A=
 }=0A=
}=0A=
function _uGCS() {=0A=
 var t,c=3D"",dc=3D_ubd.cookie;=0A=
 if ((t=3D_uGC(dc,"__utma=3D"+_udh,";"))!=3D"-") =
c+=3D_uES("__utma=3D"+t+";+");=0A=
 if ((t=3D_uGC(dc,"__utmb=3D"+_udh,";"))!=3D"-") =
c+=3D_uES("__utmb=3D"+t+";+");=0A=
 if ((t=3D_uGC(dc,"__utmc=3D"+_udh,";"))!=3D"-") =
c+=3D_uES("__utmc=3D"+t+";+");=0A=
 if ((t=3D_uGC(dc,"__utmz=3D"+_udh,";"))!=3D"-") =
c+=3D_uES("__utmz=3D"+t+";+");=0A=
 if ((t=3D_uGC(dc,"__utmv=3D"+_udh,";"))!=3D"-") =
c+=3D_uES("__utmv=3D"+t+";");=0A=
 if (c.charAt(c.length-1)=3D=3D"+") c=3Dc.substring(0,c.length-1);=0A=
 return c;=0A=
}=0A=
function _uGC(l,n,s) {=0A=
 if (!l || l=3D=3D"" || !n || n=3D=3D"" || !s || s=3D=3D"") return "-";=0A=
 var i,i2,i3,c=3D"-";=0A=
 i=3Dl.indexOf(n);=0A=
 i3=3Dn.indexOf("=3D")+1;=0A=
 if (i > -1) {=0A=
  i2=3Dl.indexOf(s,i); if (i2 < 0) { i2=3Dl.length; }=0A=
  c=3Dl.substring((i+i3),i2);=0A=
 }=0A=
 return c;=0A=
}=0A=
function _uDomain() {=0A=
 if (!_udn || _udn=3D=3D"" || _udn=3D=3D"none") { _udn=3D""; return 1; }=0A=
 if (_udn=3D=3D"auto") {=0A=
  var d=3D_ubd.domain;=0A=
  if (d.substring(0,4)=3D=3D"www.") {=0A=
   d=3Dd.substring(4,d.length);=0A=
  }=0A=
  _udn=3Dd;=0A=
 }=0A=
 if (_uhash=3D=3D"off") return 1;=0A=
 return _uHash(_udn);=0A=
}=0A=
function _uHash(d) {=0A=
 if (!d || d=3D=3D"") return 1;=0A=
 var h=3D0,g=3D0;=0A=
 for (var i=3Dd.length-1;i>=3D0;i--) {=0A=
  var c=3DparseInt(d.charCodeAt(i));=0A=
  h=3D((h << 6) & 0xfffffff) + c + (c << 14);=0A=
  if ((g=3Dh & 0xfe00000)!=3D0) h=3D(h ^ (g >> 21));=0A=
 }=0A=
 return h;=0A=
}=0A=
function _uFixA(c,s,t) {=0A=
 if (!c || c=3D=3D"" || !s || s=3D=3D"" || !t || t=3D=3D"") return "-";=0A=
 var a=3D_uGC(c,"__utma=3D"+_udh,s);=0A=
 var lt=3D0,i=3D0;=0A=
 if ((i=3Da.lastIndexOf(".")) > 9) {=0A=
  _uns=3Da.substring(i+1,a.length);=0A=
  _uns=3D(_uns*1)+1;=0A=
  a=3Da.substring(0,i);=0A=
  if ((i=3Da.lastIndexOf(".")) > 7) {=0A=
   lt=3Da.substring(i+1,a.length);=0A=
   a=3Da.substring(0,i);=0A=
  }=0A=
  if ((i=3Da.lastIndexOf(".")) > 5) {=0A=
   a=3Da.substring(0,i);=0A=
  }=0A=
  a+=3D"."+lt+"."+t+"."+_uns;=0A=
 }=0A=
 return a;=0A=
}=0A=
function _uTrim(s) {=0A=
  if (!s || s=3D=3D"") return "";=0A=
  while ((s.charAt(0)=3D=3D' ') || (s.charAt(0)=3D=3D'\n') || =
(s.charAt(0,1)=3D=3D'\r')) s=3Ds.substring(1,s.length);=0A=
  while ((s.charAt(s.length-1)=3D=3D' ') || =
(s.charAt(s.length-1)=3D=3D'\n') || (s.charAt(s.length-1)=3D=3D'\r')) =
s=3Ds.substring(0,s.length-1);=0A=
  return s;=0A=
}=0A=
function _uEC(s) {=0A=
  var n=3D"";=0A=
  if (!s || s=3D=3D"") return "";=0A=
  for (var i=3D0;i<s.length;i++) {if (s.charAt(i)=3D=3D" ") n+=3D"+"; =
else n+=3Ds.charAt(i);}=0A=
  return n;=0A=
}=0A=
function __utmVisitorCode() {=0A=
 var r=3D0,t=3D0,i=3D0,i2=3D0,m=3D31;=0A=
 var a=3D_uGC(_ubd.cookie,"__utma=3D"+_udh,";");=0A=
 if ((i=3Da.indexOf(".",0))<0) return;=0A=
 if ((i2=3Da.indexOf(".",i+1))>0) r=3Da.substring(i+1,i2); else return =
"";  =0A=
 if ((i=3Da.indexOf(".",i2+1))>0) t=3Da.substring(i2+1,i); else return =
"";  =0A=
 var c=3Dnew =
Array('A','B','C','D','E','F','G','H','J','K','L','M','N','P','R','S','T'=
,'U','V','W','X','Y','Z','1','2','3','4','5','6','7','8','9');=0A=
 return =
c[r>>28&m]+c[r>>23&m]+c[r>>18&m]+c[r>>13&m]+"-"+c[r>>8&m]+c[r>>3&m]+c[((r=
&7)<<2)+(t>>30&3)]+c[t>>25&m]+c[t>>20&m]+"-"+c[t>>15&m]+c[t>>10&m]+c[t>>5=
&m]+c[t&m];=0A=
}=0A=
function _uIN(n) {=0A=
 if (!n) return false;=0A=
 for (var i=3D0;i<n.length;i++) {=0A=
  var c=3Dn.charAt(i);=0A=
  if ((c<"0" || c>"9") && (c!=3D".")) return false;=0A=
 }=0A=
 return true;=0A=
}=0A=
function _uES(s,u) {=0A=
 if (typeof(encodeURIComponent) =3D=3D 'function') {=0A=
  if (u) return encodeURI(s);=0A=
  else return encodeURIComponent(s);=0A=
 } else {=0A=
  return escape(s);=0A=
 }=0A=
}=0A=
function _uUES(s) {=0A=
 if (typeof(decodeURIComponent) =3D=3D 'function') {=0A=
  return decodeURIComponent(s);=0A=
 } else {=0A=
  return unescape(s);=0A=
 }=0A=
}=0A=

------=_NextPart_000_0000_01C6D996.337EFD40--
