tactrain.net - information about domain
- Server Status: available
- Server IP: 66.96.131.88
- Server Response Time: 272ms
Site title
TacTrain Skill at Arms Development - A Fighting School
Alexa information
Alexa rank: not in database
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| tactrain.net | IN | A | 66.96.131.88 | 3600 | ||
| tactrain.net | IN | MX | 3600 | mx.tactrain.net | pri: 30 | |
| tactrain.net | IN | SOA | 3600 | mname: ns1.yourhostingaccount.com rname: admin.yourhostingaccount.com serial: 2007120579 refresh: 10800 retry: 3600 expire: 604800 minimum-ttl: 3600 |
||
| tactrain.net | IN | NS | 3600 | ns2.yourhostingaccount.com | ||
| tactrain.net | IN | NS | 3600 | ns1.yourhostingaccount.com |
Server Location
Site source
Show / hide source
<!DOCTYPE HTML PUBLIC "-//SoftQuad Software//DTD HoTMetaL PRO 6.0::19990601::extensions to HTML 4.0//EN" "hmpro6.dtd">
<!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">-->
<!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">-->
<HTML>
<HEAD> <LINK REL="SHORTCUT ICON" HREF="http://www.tactrain.net/favicon.ico">
<TITLE> TacTrain Skill at Arms Development - A Fighting School</TITLE>
<META HTTP-EQUIV="title" CONTENT="Tactical Gun Training">
<META NAME="resource-type" CONTENT="document">
<META NAME="revisit-after" CONTENT="30 days">
<META NAME="classification" CONTENT="consumer">
<META NAME="description"
CONTENT="Phoenix, Arizona, Pistol, Carbine, Photo Gallery, Rappelling, Skydiving, Hunter/Sniper Precision Field Rifle, Edged Weapons, Operations, Shotgun">
<META NAME="keywords"
CONTENT="photo gallery, rappel, rappelling, skydive, jump, mountainering, desert mountaineering, photo-gallery, video gallery, Skill at Arms Deployment, tactical training, tactical gun training, weapon training, tactrain, fight, guns, firearm, gun training, gun safety, tactical, tactics, carbine, AR-15, cammando, shotgun, sniper, precision rifle, handgun, pistol, glock, CCW, concealed carry, endurance, battle endurance, crucible, maneuvers, kimber, colt, remington, leupold, rope, links, d links, carabiner, 308, 223, 7.62, NATO, 9mm, 40, 45, 45 ACP, desert rescue, camping, hicking, arizona, phoenix, ben avery, military, mout, battle pistol, battle carbine, battle shotgun, battle rifle, survival">
<META NAME="robots" CONTENT="all"> <META NAME="rating" CONTENT="general">
<META NAME="copyright" CONTENT="1996 - 2010">
<META NAME="web author" CONTENT="TacTrain, LLC"> <STYLE TYPE="text/css">
.menu {font-family:Arial; font-weight:bold}
.menu a{
text-decoration:none;
<!--color:black;-->
}
</STYLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="shadowbox.css"> <SCRIPT TYPE="text/javascript" SRC="shadowbox.js"></SCRIPT> <SCRIPT TYPE="text/javascript">
Shadowbox.init({
handleOversize: "drag",
modal: true
});
</SCRIPT> <SCRIPT LANGUAGE="JavaScript">
if ( location.hostname == "eaglesixproductions.tactrain.net" ) {
window.location = "/e6p/";
} else if ( location.hostname == "eaglesixproductions.tactrain.com" ) {
window.location = "/e6p/";
} else {
// build current content
}
-->
</SCRIPT> <SCRIPT LANGUAGE="javascript">
function movein(which,html){
which.style.background='none'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}
function moveout(which,html){
which.style.background='none'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}
</SCRIPT>
<!--' '-->
<!-- Start fading photo slide show script -->
<SCRIPT TYPE="text/javascript">
// Browser Slide-Show script. With image cross fade effect for those browsers
// that support it.
// Script copyright (C) 2004-2008 www.cryer.co.uk.
// Script is free to use provided this copyright header is included.
var FadeDurationMS=1000;
function SetOpacity(object,opacityPct)
{
// IE.
object.style.filter = 'alpha(opacity=' + opacityPct + ')';
// Old mozilla and firefox
object.style.MozOpacity = opacityPct/100;
// Everything else.
object.style.opacity = opacityPct/100;
}
function ChangeOpacity(id,msDuration,msStart,fromO,toO)
{
var element=document.getElementById(id);
var msNow = (new Date()).getTime();
var opacity = fromO + (toO - fromO) * (msNow - msStart) / msDuration;
if (opacity>=100)
{
SetOpacity(element,100);
element.timer = undefined;
}
else if (opacity<=0)
{
SetOpacity(element,0);
element.timer = undefined;
}
else
{
SetOpacity(element,opacity);
element.timer = window.setTimeout("ChangeOpacity('" + id + "'," + msDuration + "," + msStart + "," + fromO + "," + toO + ")",10);
}
}
function FadeInImage(foregroundID,newImage,backgroundID)
{
var foreground=document.getElementById(foregroundID);
if (foreground.timer) window.clearTimeout(foreground.timer);
if (backgroundID)
{
var background=document.getElementById(backgroundID);
if (background)
{
if (background.src)
{
foreground.src = background.src;
SetOpacity(foreground,100);
}
background.src = newImage;
background.style.backgroundImage = 'url(' + newImage + ')';
background.style.backgroundRepeat = 'no-repeat';
var startMS = (new Date()).getTime();
foreground.timer = window.setTimeout("ChangeOpacity('" + foregroundID + "'," + FadeDurationMS + "," + startMS + ",100,0)",10);
}
} else {
foreground.src = newImage;
}
}
var slideCache = new Array();
function RunSlideShow(pictureID,backgroundID,imageFiles,displaySecs)
{
var imageSeparator = imageFiles.indexOf(";");
var nextImage = imageFiles.substring(0,imageSeparator);
FadeInImage(pictureID,nextImage,backgroundID);
var futureImages = imageFiles.substring(imageSeparator+1,imageFiles.length)+ ';' + nextImage;
setTimeout("RunSlideShow('"+pictureID+"','"+backgroundID+"','"+futureImages+"',"+displaySecs+")",displaySecs*1000);
// Cache the next image to improve performance.
imageSeparator = futureImages.indexOf(";");
nextImage = futureImages.substring(0,imageSeparator);
if (slideCache[nextImage] == null)
{
slideCache[nextImage] = new Image;
slideCache[nextImage].src = nextImage;
}
}
</SCRIPT>
<!-- End of fading slideshow script -->
</HEAD>
<BODY BGCOLOR="#000000" BACKGROUND="background-04-A.jpg" LINK="66CCFF"
ALINK="66CCFF" VLINK="66CCFF">
<BLOCKQUOTE>
<TABLE ALIGN="center" CELLPADDING="0" CELLSPACING="0" WIDTH="83%">
<TBODY>
<TR>
<TD ROWSPAN="6" CLASS="menu" ID="choice13" STYLE=""
ONMOUSEOVER="movein(this,'About TacTrain Skill at Arms Development')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" HEIGHT="57" WIDTH="164"><A
HREF="http://tactrain.net/about-tactrain.shtml"><IMG
SRC="http://tactrain.net/docs/images/TTLogo1aa1.gif" ALT="TacTrain Logo Image"
BORDER="0" HEIGHT="168" WIDTH="167"></A></TD>
<TD ALIGN="center" HEIGHT="49" VALIGN="bottom"
WIDTH="12"> </TD>
<TD COLSPAN="4" CLASS="menu" ID="choice10" STYLE=""
ONMOUSEOVER="movein(this,'About TacTrain Skill at Arms Development')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" HEIGHT="57" VALIGN="bottom" WIDTH="594"><A
HREF="http://tactrain.net/about-tactrain.shtml"><IMG
SRC="http://tactrain.net/docs/images/TTLogo2bbb.gif" ALT="TacTrain Title Logo"
BORDER="0" HEIGHT="53" WIDTH="230"></A></TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice101" STYLE=""
ALIGN="center" VALIGN="bottom" WIDTH="154" HEIGHT="50">
<!--<DIV ID="Banner-Photo-Background"><A
HREF="http://www.tactrain.net/schedule.shtml">
<IMG ALT="slide show" SRC="http://tactrain.net/Banner-1.jpg"
WIDTH="154" HEIGHT="57" ID="Banner-Photo" BORDER="0"> </A></DIV><A
HREF="http://www.tactrain.net/schedule.shtml"><FONT FACE="Arial" SIZE="-1"
COLOR="#FFFFFF"><I></I></FONT></A><SCRIPT TYPE="text/javascript">
RunSlideShow("Banner-Photo","Banner-Photo-Background",
"http://tactrain.net/Banner-1.jpg;http://tactrain.net/Banner-2.jpg;http://tactrain.net/Banner-3.jpg;http://tactrain.net/Banner-4.jpg;http://tactrain.net/Banner-5.jpg",8);
</SCRIPT>--> </TD>
<!--<TD CLASS="menu" BORDERCOLOR="black" ID="choice101" STYLE=""
ONMOUSEOVER="movein(this,'NEW for 2010 Schedule - Battle Endurance - Urban Maneuvers - PR Sniper - 3rd Dimension')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="bottom" WIDTH="154" HEIGHT="50">
<DIV ID="Banner-Photo-Background"><A
HREF="http://www.tactrain.net/schedule.shtml">
<IMG ALT="slide show" SRC="http://tactrain.net/Banner-1.jpg"
WIDTH="154" HEIGHT="57" ID="Banner-Photo" BORDER="0"> </A></DIV><A
HREF="http://www.tactrain.net/schedule.shtml"><FONT FACE="Arial" SIZE="-1"
COLOR="#FFFFFF"><I></I></FONT></A><SCRIPT TYPE="text/javascript">
RunSlideShow("Banner-Photo","Banner-Photo-Background",
"http://tactrain.net/Banner-1.jpg;http://tactrain.net/Banner-2.jpg;http://tactrain.net/Banner-3.jpg;http://tactrain.net/Banner-4.jpg;http://tactrain.net/Banner-5.jpg",8);
</SCRIPT> </TD> -->
</TR>
<TR VALIGN="top">
<TD ALIGN="center" HEIGHT="20" VALIGN="bottom"
WIDTH="12"> </TD>
<TD COLSPAN="4" CLASS="menu" BORDERCOLOR="black" ID="choice11"
STYLE="" ONMOUSEOVER="movein(this,'About TacTrain Skill at Arms Development')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" HEIGHT="20" VALIGN="bottom" WIDTH="594"><A
HREF="http://tactrain.net/about-tactrain.shtml"><FONT COLOR="#666666"
FACE="Arial" SIZE="+2"><B><I><FONT COLOR="#0000ff">Skill at Arms
Development</FONT></I></B></FONT></A></TD>
<TD ALIGN="center" HEIGHT="20" VALIGN="bottom"
WIDTH="172"> </TD>
</TR>
<TR>
<TD ALIGN="center" HEIGHT="21" VALIGN="top" WIDTH="12"> </TD>
<TD COLSPAN="4" CLASS="menu" BORDERCOLOR="black"
ID="choice8" STYLE="" ONMOUSEOVER="movein(this,'What is A Fighting School')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" HEIGHT="21" VALIGN="top" WIDTH="594"><A
HREF="fight-school.html"><FONT COLOR="#ffffff" FACE="Arial"><B>A FIGHTING
SCHOOL</B></FONT></A></TD>
<TD ALIGN="center" HEIGHT="21" VALIGN="top" WIDTH="172"> </TD>
</TR>
<TR>
<TD COLSPAN="6" ALIGN="center" HEIGHT="5" VALIGN="top"
WIDTH="778"> </TD>
</TR>
<TR>
<TD ALIGN="center" HEIGHT="10" VALIGN="middle"
WIDTH="12"> </TD>
<TD COLSPAN="4" CLASS="menu" BORDERCOLOR="black" ID="choice14"
STYLE="" ONMOUSEOVER="movein(this,'Homeland Security Defense')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" HEIGHT="10" VALIGN="middle" WIDTH="594"><A
HREF="homeland.shtml"> <FONT FACE="Arial"><B> <FONT COLOR="#C0C0C0">Homeland
Security Defense</FONT></B></FONT></A></TD>
<TD ALIGN="center" HEIGHT="10" VALIGN="middle"
WIDTH="172"> </TD>
</TR>
<TR>
<TD ALIGN="center" WIDTH="12"> </TD>
<TD ALIGN="center" WIDTH="330"> </TD>
<TD ALIGN="center"> </TD>
<TD ALIGN="center"> </TD>
<TD ALIGN="center" WIDTH="6"> </TD>
<TD ALIGN="center" WIDTH="172"> </TD>
</TR>
</TBODY>
</TABLE> </BLOCKQUOTE>
<TABLE ALIGN="center" BORDER="0" BORDERCOLOR="#000000" CELLPADDING="0"
CELLSPACING="0" FRAME="box" RULES="rows" WIDTH="73%">
<TBODY>
<TR>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice1" STYLE=""
ONMOUSEOVER="movein(this,'Listing of scheduled events chronologically and by catagory')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="116"> <A HREF="schedule.shtml"><FONT
COLOR="#66ccff" FACE="Arial" SIZE="-1"><U><B>Class
Schedule</B></U></FONT></A></TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice2" STYLE=""
ONMOUSEOVER="movein(this,'Course descriptions and course information')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="70"><A HREF="course.shtml"><FONT
COLOR="#66ccff" FACE="Arial" SIZE="-1"><U><B>Courses</B></U></FONT></A> </TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice3A" STYLE=""
ONMOUSEOVER="movein(this,'Enrollments, Tuition, Cancellations, Tuition Rates')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="90"><A HREF="enrollment.shtml"><FONT
COLOR="#66ccff" FACE="Arial" SIZE="-1"><U><B>Enrollment</B></U></FONT></A>
</TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice3" STYLE=""
ONMOUSEOVER="movein(this,'About TacTrain + Vision + Instructors + Students + Training Articles + More...')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="90"><A HREF="contact.htm"><FONT
COLOR="#66ccff" FACE="Arial" SIZE="-1"><U><B>Information</B></U></FONT></A>
</TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice4" STYLE=""
ONMOUSEOVER="movein(this,'Eagle Six Productions - Photo and Video Gallery')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="102"><A HREF="galleries.shtml"><FONT
COLOR="#66ccff" FACE="Arial" SIZE="-1"><U><B>Galleries</B></U></FONT></A></TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice6" STYLE=""
ONMOUSEOVER="movein(this,'Links to recommended sites and trusted businesses')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="51"><A HREF="links.shtml"><FONT
COLOR="#66ccff" FACE="Arial" SIZE="-1"><U><B>Links</B></U></FONT></A> </TD>
<!--<TD CLASS="menu" BORDERCOLOR="black" ID="choice12" STYLE=""
ONMOUSEOVER="movein(this,'TacTrain supports these organizational groups')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="51"><A HREF="org.shtml"><FONT
COLOR="#66ccff" FACE="Arial" SIZE="-1"><U><B>Groups</B></U></FONT></A> </TD> -->
</TR>
</TBODY>
</TABLE><!-- </BLOCKQUOTE> -->
<TABLE ALIGN="center" BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TBODY>
<TR>
<TD HEIGHT="22" WIDTH="637"><B><FONT COLOR="#ffffff" FACE="Arial"
SIZE="2"></FONT></B><BR> </TD>
</TR>
<TR>
<TD ALIGN="center" BGCOLOR="#c0c0c0" HEIGHT="22" WIDTH="637"><B><FONT
ID="boxdescription" COLOR="#000000" FACE="Arial" SIZE="2">selected menu option
description appears here</FONT></B></TD>
</TR>
</TBODY>
</TABLE>
<P STYLE="cursor: default;" ALIGN="center"><FONT COLOR="#ff80ff"
FACE="Arial" SIZE="-1">Located in Phoenix, Arizona serving citizen civilians,
military, law enforcement, security and personal protection
professionals</FONT></P>
<TABLE ALIGN="center" WIDTH="500" BGCOLOR="#000000">
<TR>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice41"
STYLE=""
ONMOUSEOVER="movein(this,'George Dean - Eagle Six - Master Chief Instructor')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="top" WIDTH="160" HEIGHT="100" ROWSPAN="3">
<DIV ID="E6-Photo-Background"><A
HREF="http://www.tactrain.net/inst.shtml#chief">
<IMG ALT="slide show" SRC="http://tactrain.net/docs/images/E6-1.jpg"
WIDTH="160" HEIGHT="300" ID="E6-Photo" BORDER="0"> </A></DIV><A
HREF="http://www.tactrain.net/inst.shtml#chief"><FONT FACE="Arial" SIZE="-1"
COLOR="#FFFFFF"><I>"Eagle Six"</I></FONT></A> <SCRIPT TYPE="text/javascript">
RunSlideShow("E6-Photo","E6-Photo-Background",
"http://tactrain.net/docs/images/E6-6.jpg;http://tactrain.net/docs/images/E6-7.jpg;http://tactrain.net/docs/images/E6-8.jpg;http://tactrain.net/docs/images/E6-9.jpg;http://tactrain.net/docs/images/E6-10.jpg;http://tactrain.net/docs/images/E6-11.jpg;http://tactrain.net/docs/images/E6-12.jpg;http://tactrain.net/docs/images/E6-13.jpg;http://tactrain.net/docs/images/E6-14.jpg;http://tactrain.net/docs/images/E6-15.jpg;http://tactrain.net/docs/images/E6-1.jpg;http://tactrain.net/docs/images/E6-2.jpg;http://tactrain.net/docs/images/E6-3-A.jpg;http://tactrain.net/docs/images/E6-4.jpg;http://tactrain.net/docs/images/E6-5-A.jpg",8);
</SCRIPT> </TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice31"
STYLE="" ONMOUSEOVER="movein(this,'Battle Pistol course descriptions')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="top" WIDTH="100" HEIGHT="100">
<DIV ID="Pistol-Photo-Background"><A HREF="course-pistol.shtml">
<IMG ALT="slide show" SRC="http://tactrain.net/docs/images/Pistol-1.gif"
WIDTH="100" HEIGHT="100" ID="Pistol-Photo" BORDER="0"></A></DIV><SCRIPT TYPE="text/javascript">
RunSlideShow("Pistol-Photo","Pistol-Photo-Background",
"http://tactrain.net/docs/images/Pistol-6.jpg;http://tactrain.net/docs/images/Pistol-7.jpg;http://tactrain.net/docs/images/Pistol-8.jpg;http://tactrain.net/docs/images/Pistol-9.jpg;http://tactrain.net/docs/images/Pistol-10.jpg;http://tactrain.net/docs/images/Pistol-11.jpg;http://tactrain.net/docs/images/Pistol-12.jpg;http://tactrain.net/docs/images/Pistol-13.jpg;http://tactrain.net/docs/images/Pistol-14.jpg;http://tactrain.net/docs/images/Pistol-15.jpg;http://tactrain.net/docs/images/Pistol-1.gif;http://tactrain.net/docs/images/Pistol-2.jpg;http://tactrain.net/docs/images/Pistol-3.jpg;http://tactrain.net/docs/images/Pistol-4.jpg;http://tactrain.net/docs/images/Pistol-5.jpg",8);
</SCRIPT> </TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice32"
STYLE="" ONMOUSEOVER="movein(this,'Battle Carbine course descriptions')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="top" WIDTH="100" HEIGHT="100">
<DIV ID="Carbine-Photo-Background"><A HREF="course-carbine.shtml">
<IMG ALT="slide show"
SRC="http://tactrain.net/docs/images/Carbine-1.gif" WIDTH="100"
HEIGHT="100" ID="Carbine-Photo" BORDER="0"></A></DIV><SCRIPT TYPE="text/javascript">
RunSlideShow("Carbine-Photo","Carbine-Photo-Background",
"http://tactrain.net/docs/images/Carbine-6.jpg;http://tactrain.net/docs/images/Carbine-7.jpg;http://tactrain.net/docs/images/Carbine-8.jpg;http://tactrain.net/docs/images/Carbine-9.jpg;http://tactrain.net/docs/images/Carbine-10.jpg;http://tactrain.net/docs/images/Carbine-11.jpg;http://tactrain.net/docs/images/Carbine-12.jpg;http://tactrain.net/docs/images/Carbine-13.jpg;http://tactrain.net/docs/images/Carbine-14.jpg;http://tactrain.net/docs/images/Carbine-15.jpg;http://tactrain.net/docs/images/Carbine-1.jpg;http://tactrain.net/docs/images/Carbine-2.jpg;http://tactrain.net/docs/images/Carbine-3.jpg;http://tactrain.net/docs/images/Carbine-4.jpg;http://tactrain.net/docs/images/Carbine-5.jpg",8);
</SCRIPT> </TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice33"
STYLE="" ONMOUSEOVER="movein(this,'Battle Rifle course descriptions')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="top" WIDTH="100" HEIGHT="100">
<DIV ID="Rifle-Photo-Background"><A HREF="course-rifle.shtml">
<IMG ALT="slide show" SRC="http://tactrain.net/docs/images/Rifle-1.gif"
WIDTH="100" HEIGHT="100" ID="Rifle-Photo" BORDER="0"></A></DIV><SCRIPT TYPE="text/javascript">
RunSlideShow("Rifle-Photo","Rifle-Photo-Background",
"http://tactrain.net/docs/images/Rifle-6.gif;http://tactrain.net/docs/images/Rifle-7.jpg;http://tactrain.net/docs/images/Rifle-8.jpg;http://tactrain.net/docs/images/Rifle-9.jpg;http://tactrain.net/docs/images/Rifle-10.jpg;http://tactrain.net/docs/images/Rifle-11.gif;http://tactrain.net/docs/images/Rifle-12.jpg;http://tactrain.net/docs/images/Rifle-13.jpg;http://tactrain.net/docs/images/Rifle-14.jpg;http://tactrain.net/docs/images/Rifle-15.jpg;http://tactrain.net/docs/images/Rifle-1.gif;http://tactrain.net/docs/images/Rifle-2.jpg;http://tactrain.net/docs/images/Rifle-3.jpg;http://tactrain.net/docs/images/Rifle-4.jpg;http://tactrain.net/docs/images/Rifle-5.jpg",8);
</SCRIPT> </TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice34"
STYLE="" ONMOUSEOVER="movein(this,'Battle Shotgun course descriptions')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="top" WIDTH="100" HEIGHT="100">
<DIV ID="Shotgun-Photo-Background"><A HREF="course-shotgun.html">
<IMG ALT="slide show" SRC="http://tactrain.net/docs/images/Shotgun1.gif"
WIDTH="100" HEIGHT="100" ID="Shotgun-Photo" BORDER="0"></A></DIV><SCRIPT TYPE="text/javascript">
RunSlideShow("Shotgun-Photo","Shotgun-Photo-Background",
"http://tactrain.net/docs/images/Shotgun-1.gif;http://tactrain.net/docs/images/Shotgun-2.jpg;http://tactrain.net/docs/images/Shotgun-3.jpg;http://tactrain.net/docs/images/Shotgun-4.jpg;http://tactrain.net/docs/images/Shotgun-5.jpg;http://tactrain.net/docs/images/Shotgun-6.gif;http://tactrain.net/docs/images/Shotgun-7.jpg;http://tactrain.net/docs/images/Shotgun-8.jpg;http://tactrain.net/docs/images/Shotgun-9.jpg;http://tactrain.net/docs/images/Shotgun-10.jpg;http://tactrain.net/docs/images/Shotgun-11.gif;http://tactrain.net/docs/images/Shotgun-12.jpg;http://tactrain.net/docs/images/Shotgun-13.jpg;http://tactrain.net/docs/images/Shotgun-14.jpg;http://tactrain.net/docs/images/Shotgun-15.jpg",8);
</SCRIPT>
</TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice35"
STYLE=""
ONMOUSEOVER="movein(this,'Tactical Ground Rappelling course descriptions')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="top" WIDTH="100" HEIGHT="100">
<DIV ID="Rappel-Photo-Background"><A HREF="course-rappel.shtml">
<IMG ALT="slide show" SRC="http://tactrain.net/docs/images/Rappel-1.gif"
WIDTH="100" HEIGHT="100" ID="Rappel-Photo" BORDER="0"></A></DIV><SCRIPT TYPE="text/javascript">
RunSlideShow("Rappel-Photo","Rappel-Photo-Background",
"http://tactrain.net/docs/images/Rappel-1.gif;http://tactrain.net/docs/images/Rappel-2.gif;http://tactrain.net/docs/images/Rappel-3.jpg;http://tactrain.net/docs/images/Rappel-4.gif;http://tactrain.net/docs/images/Rappel-5.jpg;http://tactrain.net/docs/images/Rappel-6.gif;http://tactrain.net/docs/images/Rappel-7.gif;http://tactrain.net/docs/images/Rappel-8.jpg;http://tactrain.net/docs/images/Rappel-9.gif;http://tactrain.net/docs/images/Rappel-10.jpg;http://tactrain.net/docs/images/Rappel-11.gif;http://tactrain.net/docs/images/Rappel-12.gif;http://tactrain.net/docs/images/Rappel-13.jpg;http://tactrain.net/docs/images/Rappel-14.gif;http://tactrain.net/docs/images/Rappel-15.jpg",8);
</SCRIPT> </TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice42"
STYLE=""
ONMOUSEOVER="movein(this,'Delson Alexander - Spider - Chief Instructor')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="top" WIDTH="160" HEIGHT="100" ROWSPAN="3">
<DIV ID="Spider-Photo-Background"><A
HREF="http://www.tactrain.net/inst.shtml#spider">
<IMG ALT="slide show" SRC="http://tactrain.net/docs/images/Spider-1.jpg"
WIDTH="160" HEIGHT="300" ID="Spider-Photo" BORDER="0"></A></DIV><A
HREF="http://www.tactrain.net/inst.shtml#spider"><FONT FACE="Arial" SIZE="-1"
COLOR="#FFFFFF"><I>"Spider"</I></FONT></A><SCRIPT TYPE="text/javascript">
RunSlideShow("Spider-Photo","Spider-Photo-Background",
"http://tactrain.net/docs/images/Spider-6.jpg;http://tactrain.net/docs/images/Spider-7.jpg;http://tactrain.net/docs/images/Spider-8.jpg;http://tactrain.net/docs/images/Spider-9.jpg;http://tactrain.net/docs/images/Spider-10.jpg;http://tactrain.net/docs/images/Spider-11.jpg;http://tactrain.net/docs/images/Spider-12.jpg;http://tactrain.net/docs/images/Spider-13.jpg;http://tactrain.net/docs/images/Spider-14.jpg;http://tactrain.net/docs/images/Spider-15.jpg;http://tactrain.net/docs/images/Spider-1.jpg;http://tactrain.net/docs/images/Spider-2.jpg;http://tactrain.net/docs/images/Spider-3.jpg;http://tactrain.net/docs/images/Spider-4.jpg;http://tactrain.net/docs/images/Spider-5.jpg",8);
</SCRIPT></TD>
</TR>
<TR>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice36"
STYLE="" ONMOUSEOVER="movein(this,'Satire Photos and Videos')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="800" HEIGHT="80" COLSPAN="5"><FONT
FACE="Arial" SIZE="-1"><B><FONT COLOR="#66CCFF"><A
HREF="http://tactrain.net/Satire.shtml"><FONT COLOR="66CCFF">Click here for the
SATIRE!</FONT></A></FONT></B></FONT>
<!--<P STYLE="cursor: default;" ALIGN="center"><A
HREF="http://tactrain.net/schedule.shtml" STYLE="text-decoration: none;"><FONT
COLOR="#3366FF" SIZE="+1" FACE="Arial"><FONT COLOR="#FF0000"><I>NEW </I><I>for
2010</I><FONT COLOR="#C0C0C0"><BR><I></I></FONT></FONT></FONT></A><A
HREF="http://tactrain.net/Camping.shtml"><FONT COLOR="#FFFFFF"
SIZE="+3"><I>Camping the Wilderness!</I></FONT></A><FONT COLOR="#3366FF"
SIZE="+2" FACE="Arial"></FONT></P>-->
<!-- <TD CLASS="menu" BORDERCOLOR="black" ID="choice36"
STYLE=""
ONMOUSEOVER="movein(this,'an opinion.....What Does the 2nd Amendment Mean - To Me')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="800" HEIGHT="80" COLSPAN="5">
<P STYLE="cursor: default;" ALIGN="center"><A
HREF="http://tactrain.net/2ndamendment.shtml"
STYLE="text-decoration: none;"><FONT COLOR="#3366FF" SIZE="+1"
FACE="Times New Roman"><FONT COLOR="#C0C0C0">"</FONT><FONT COLOR="#FF0000">A
well trained and educated</FONT> <FONT COLOR="#FFFFFF">civilian population
<BR>is the backbone</FONT><FONT COLOR="#3366FF"> and foundation of a free
country</FONT><FONT COLOR="#C0C0C0">"</FONT></FONT></A></P></TD>--> </TD>
</TR>
<!--<TR>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice36E" STYLE=""
ONMOUSEOVER="movein(this,'Click for the short trailer video of the Battle Endurance Course')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="800" HEIGHT="120" COLSPAN="5"><FONT
FACE="Arial" SIZE="-1"><B><FONT COLOR="#FFFFFF">Battle Endurance Short Trailer Click on image for Battle
Endurance short trailer</FONT></B></FONT><BR><A
HREF="BatteleEndurance-02-27-28-10-01-Short.flv"
REL="shadowbox;height=270;width=420"><IMG ALT="Battle Endurance"
SRC="http://tactrain.net/BatteleEndurance-02-27-28-10-01-Short.JPG" WIDTH="282"
HEIGHT="202" BORDER="0"></A>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="302" height="213" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="BattleEndurance-Short.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<param name="allowFullScreen" value="true">
<embed src="BattleEndurance-Short.swf" quality="high" align="middle" bgcolor="#000000" width="302" height="213" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
<BR><FONT FACE="Arial" COLOR="#66ccff" SIZE="-1"><A
HREF="http://www.tactrain.net/BattleEndurance.shtml"><FONT COLOR="66ccff">click
here for the 4 minute Battle Endurance trailer</FONT></A></FONT>
<!--<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="282" height="202" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="GFD-09-17-09-05-R.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<param name="allowFullScreen" value="true">
<embed src="GFD-09-17-09-05-R.swf" quality="high" align="middle" bgcolor="#000000" width="282" height="202" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>-->
<!--<P STYLE="cursor: default;"><A
HREF="http://www.tactrain.net/course-private.html"
STYLE="text-decoration: none;"><FONT FACE="Arial" COLOR="#FF0000"
SIZE="+1"><B>- - - - - Private Lessons - - - - -</B></FONT><BR><FONT
FACE="Arial" COLOR="#C0C0C0" SIZE="-1"><B> Private lessons are now available
during the week with special pricing<BR>by the hour, full day, and 1st
Dimension certifications....</B></FONT></A></P></TD>
</TD>
</TR> -->
<TR>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice36E" STYLE=""
ONMOUSEOVER="movein(this,'Click for TacTrain 2011 Promo')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="800" HEIGHT="120" COLSPAN="5"><FONT
FACE="Arial" SIZE="-1"><B><FONT COLOR="#FFFFFF">TacTrain 2011 Promo Video<!--Click on image for Battle
Endurance short trailer--></FONT></B></FONT><BR><!--<A
HREF="BatteleEndurance-02-27-28-10-01-Short.flv"
REL="shadowbox;height=270;width=420"><IMG ALT="Battle Endurance"
SRC="http://tactrain.net/BatteleEndurance-02-27-28-10-01-Short.JPG" WIDTH="282"
HEIGHT="202" BORDER="0"></A>-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="362" height="230" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="TacTrain2011Promo-04.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true">
<embed src="TacTrain2011Promo-04.swf" quality="high" align="middle" bgcolor="#ffffff" width="362" height="230" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
<!--<TR>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice36E" STYLE=""
ONMOUSEOVER="movein(this,'Click for Level-IV Battle Pistol full size slide show')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" VALIGN="middle" WIDTH="800" HEIGHT="120" COLSPAN="5"><FONT
FACE="Arial" SIZE="-1"><B><FONT COLOR="#FFFFFF">Level-IV Battle Pistol Slide Show<BR>photos by Mike M.<!--Click on image for Battle
Endurance short trailer--><BR><!--<A
HREF="BatteleEndurance-02-27-28-10-01-Short.flv"
REL="shadowbox;height=270;width=420"><IMG ALT="Battle Endurance"
SRC="http://tactrain.net/BatteleEndurance-02-27-28-10-01-Short.JPG" WIDTH="282"
HEIGHT="202" BORDER="0"></A>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="377" height="237" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="L4BP1D-10-23-10-Final-Small-Long.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true">
<embed src="L4BP1D-10-23-10-Final-Small-Long.swf" quality="high" align="middle" bgcolor="#ffffff" width="377" height="237" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>-->
<!--<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="322" height="256" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="L2BC1D.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="allowFullScreen" value="true">
<embed src="L2BC1D.swf" quality="high" align="middle" bgcolor="#ffffff" width="322" height="256" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>-->
<!--<BR>--><FONT FACE="Arial" COLOR="#66ccff" SIZE="-1"><A
HREF="http://www.tactrain.net/TacTrain2011Promo.shtml"><FONT
COLOR="66CCFF">Click here for full size video</FONT><FONT
COLOR="66ccff"></FONT></A></FONT>
<!--<BR><FONT FACE="Arial" COLOR="#66ccff" SIZE="-1"><A
HREF="http://www.tactrain.net/L4BP1D-10-23-10.shtml">Click here for full size Slide Show<FONT COLOR="66ccff"></FONT></A></FONT>-->
<!--<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="282" height="202" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="GFD-09-17-09-05-R.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<param name="allowFullScreen" value="true">
<embed src="GFD-09-17-09-05-R.swf" quality="high" align="middle" bgcolor="#000000" width="282" height="202" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>-->
<!--<P STYLE="cursor: default;"><A
HREF="http://www.tactrain.net/course-private.html"
STYLE="text-decoration: none;"><FONT FACE="Arial" COLOR="#FF0000"
SIZE="+1"><B>- - - - - Private Lessons - - - - -</B></FONT><BR><FONT
FACE="Arial" COLOR="#C0C0C0" SIZE="-1"><B> Private lessons are now available
during the week with special pricing<BR>by the hour, full day, and 1st
Dimension certifications....</B></FONT></A></P></TD> -->
</TD>
</TR>
</TABLE>
<BLOCKQUOTE>
<P STYLE="cursor: default;" ALIGN="center"><FONT FACE="Arial"
COLOR="#C0C0C0" SIZE="-1"><!--<A HREF="E6-Welcome-1.flv"
REL="shadowbox;height=270;width=380"><FONT COLOR="66ccff"><B>Welcome
Message</B></FONT></A><BR>-->—·—·—·
—·—·—·—·—·—·—<BR><B><I>"The
life of a warrior is lonely, for there are few amongst us, who walk a path of
peril"</I></B><I></I><BR> For information contact George Dean at <FONT
COLOR="#66ccff"><B> <SCRIPT LANGUAGE="JavaScript">
user = "eaglesix";
site = "tactrain";
extend = ".net";
document.write('<a href=\"mailto:' + user + '@' + site + extend + '?subject=Information%20Request' +'\">');
document.write(user + '@' + site + extend + '</a>');
</SCRIPT></B></FONT><BR>or, Delson Alexander at <FONT
COLOR="#66ccff"><B> <SCRIPT LANGUAGE="JavaScript">
user = "spider";
site = "tactrain";
extend = ".net";
document.write('<a href=\"mailto:' + user + '@' + site + extend + '?subject=Information%20Request' +'\">');
document.write(user + '@' + site + extend + '</a>');
</SCRIPT> </B></FONT></FONT></P>
<TABLE ALIGN="center" CELLPADDING="0" CELLSPACING="0" WIDTH="64%">
<TBODY>
<TR>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice7" STYLE=""
ONMOUSEOVER="movein(this,'About the construction of this site, coding, browser compatibility, etc.')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"
ALIGN="center" HEIGHT="34" VALIGN="top" WIDTH="156">
<P STYLE="cursor: default;"><A HREF="index-about.shtml"><FONT
COLOR="#ff80ff" FACE="Arial" SIZE="-1"><U><B>About This
Site</B></U></FONT></A><BR><A HREF="index-about.shtml"><FONT COLOR="#ff80ff"
FACE="Arial" SIZE="-1"></FONT></A><BR><FONT COLOR="#ff80ff" FACE="Arial"
SIZE="-1"><B><FONT COLOR="#ff80ff" FACE="Arial" SIZE="-1"><B>last update:
02-27-11</B> </FONT><BR><FONT COLOR="#ff80ff" FACE="Arial"
SIZE="-1"></FONT><BR> </B></FONT>
<A HREF="http://www.tactrain.net/auth/student_menu.php"><FONT COLOR="#66ccff"
FACE="Arial" SIZE="-1"><U><B><IMG
SRC="http://tactrain.net/docs/images/Eagle-tiny-25-21.jpg" WIDTH="25"
HEIGHT="21" BORDER="0"></B></U></FONT></A></P>
<!--Beginning of SiteLock Code-->
<IMG BORDER="0" ALT="SiteLock"
SRC="//shield.sitelock.com/shield/www.tactrain.net" ID="sl_shield_image"
STYLE="cursor: pointer;"><SCRIPT ID="sl_shield" TYPE="text/javascript" SRC="//shield.sitelock.com/sitelock.js" LANGUAGE="javascript"></SCRIPT>
<!--end of SiteLock Code--></TD>
<!-- start ipower
<A HREF="http://partners.ipower.com/z/8/CD4983/"><IMG
SRC="http://partners.ipower.com/42/4983/8" ALT="iPowerWeb" BORDER="0"></A>
end ipower -->
<TD STYLE="cursor: default;" ALIGN="center" HEIGHT="34"
VALIGN="top" WIDTH="223">
<!-- start of cPanel CGI counter code -->
<!-- <img src="/cgi-sys/Count.cgi?df=tactrain.dat|display=Counter|ft=0|md=7|frgb=0;255;51|dd=E"> -->
<!-- end of cpanel CGI counter code -->
<!-- Start of StatCounter Code -->
<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">
var sc_project=282123;</SCRIPT> <!--<SCRIPT TYPE="text/javascript" LANGUAGE="javascript" SRC="http://www.statcounter.com/counter/counter.js"></SCRIPT>-->
<P ALIGN="center"><A HREF="http://www.statcounter.com"
TARGET="_blank"><IMG
SRC="http://c1.statcounter.com/counter.php?sc_project=282123&java=0"
ALT="website counter" BORDER="0"></A><BR>
<FONT COLOR="#c8c8c8" FACE="Arial" SIZE="-2"><B>Arizona
Date/Time</B></FONT><BR>
<APPLET CODEBASE="http://tactrain.net/applets/clock/" CODE="DigitalClock.class"
HEIGHT="14" WIDTH="125"> <PARAM NAME="Author" VALUE="hjtsai@cargobay.com">
<PARAM NAME="DigitRadix" VALUE="10"> <PARAM NAME="TimeZone" VALUE="-420">
<PARAM NAME="Show24Hours" VALUE="yes"> <PARAM NAME="ShowSeconds" VALUE="yes">
<PARAM NAME="ForegroundColor" VALUE="lightgray">
<PARAM NAME="BackgroundColor" VALUE="black">
<PARAM NAME="ClockFontName" VALUE="Dialog">
<PARAM NAME="ClockFontStyle" VALUE="plain">
<PARAM NAME="ClockFontSize" VALUE="11"> <PARAM NAME="ShowFrame" VALUE="no">
<PARAM NAME="ShowDate" VALUE="yes"> <PARAM NAME="DateFontName" VALUE="Dialog">
<PARAM NAME="DateFontSize" VALUE="11">
<PARAM NAME="DateFontStyle" VALUE="plain">
<PARAM NAME="DateColor" VALUE="lightgray"> <PARAM NAME="DatePosition"
VALUE="1"> </APPLET><BR><BR><FONT COLOR="#C0C0C0" FACE="Arial"><B><FONT
SIZE="1"><I><FONT SIZE="2"><FONT>T</FONT>AC<FONT>T</FONT>RAIN,
LLC</FONT></I></FONT></B></FONT></P><!-- End of StatCounter Code -->
<!-- Start of StatCounter Code -->
<!-- <SCRIPT TYPE="text/javascript" LANGUAGE="javascript">
var sc_project=282123;
var sc_invisible=1;
</SCRIPT> <SCRIPT TYPE="text/javascript" LANGUAGE="javascript" SRC="http://www.statcounter.com/counter/counter.js"></SCRIPT>
<NOSCRIPT>
<P><A HREF="http://www.statcounter.com" TARGET="_blank"><IMG
SRC="http://c1.statcounter.com/counter.php?sc_project=282123&java=0"
ALT="site statistics" BORDER="0"></A> </P> </NOSCRIPT>-->
<!-- End of StatCounter Code --></TD>
<TD CLASS="menu" BORDERCOLOR="black" ID="choice100" STYLE=""
ALIGN="center" HEIGHT="34" VALIGN="top" WIDTH="181"
ONMOUSEOVER="movein(this,'Go To Class Schedule Page')"
ONMOUSEOUT="moveout(this,'selected menu option description appears here')"><A
HREF="http://tactrain.com/schedule.shtml"><FONT COLOR="#ff80ff" FACE="Arial"
SIZE="-1"></FONT><FONT COLOR="#ff80ff" FACE="Arial" SIZE="-1"></FONT><FONT
COLOR="#FFFFFF" FACE="Arial" SIZE="-1"><B><I>PayPal</I></B> is now available
on</FONT><BR><FONT COLOR="#FFFFFF" FACE="Arial" SIZE="-1">the Class Schedule
page.</FONT><BR><IMG SRC="http://www.paypal.com/en_US/i/logo/logo3.gif">
<!-- Begin Official PayPal Seal --><BR><IMG
SRC="http://www.tactrain.net/paypal-logo.jpg" BORDER="0"
ALT="Official PayPal Seal"><!-- End Official PayPal Seal --></A> </TD>
</TR>
</TBODY>
</TABLE> </BLOCKQUOTE> </BODY>
</HTML>