ÿþ<HTML> <HEAD> <TITLE>American Association of State Troopers, Inc.</TITLE> <LINK href=AASTstyle.css rel=stylesheet type="text/css"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta name="description" content="This site contains information about the American Association of State Troopers, fundraisers, special events and scholarships foundation."> <meta name="keywords" content="AAST, American Association, State Troopers, Highway Patrol, State Police, Trooper Memorial, Trooper Scholarship Foundation, Trooper Fundraising, Trooper Fundraiser, State Trooper Conference."> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="expires" content="0"> <SCRIPT TYPE="text/javascript"> <!-- function slide(src,link,text,target,attr) { this.src = src; this.attr = attr; if (document.images) { this.image = new Image(); } this.loaded = false; this.load = function() { if (!document.images) { return; } if (!this.loaded) { this.image.src = this.src; this.loaded = true; } } this.hotlink = function() { var mywindow; if (this.target) { if (this.attr) { mywindow = window.open(this.attr); } else { mywindow = window.open(this.target); } if (mywindow && mywindow.focus) mywindow.focus(); } else { // Open the link in the current window location.href = this.link; } } } function slideshow( slideshowname ) { this.name = slideshowname; this.repeat = true; this.prefetch = -1; this.image; this.textid; this.textarea; this.timeout = 5000; this.slides = new Array(); this.current = 0; this.timeoutid = 0; this.add_slide = function(slide) { var i = this.slides.length; if (this.prefetch == -1) { slide.load(); } this.slides[i] = slide; } this.play = function(timeout) { this.pause(); if (timeout) { this.timeout = timeout; } if (typeof this.slides[ this.current ].timeout != 'undefined') { timeout = this.slides[ this.current ].timeout; } else { timeout = this.timeout; } this.timeoutid = setTimeout( this.name + ".loop()", timeout); } this.pause = function() { // This method stops the slideshow if it is automatically running. if (this.timeoutid != 0) { clearTimeout(this.timeoutid); this.timeoutid = 0; } } this.update = function() { if (! this.valid_image()) { return; } if (typeof this.pre_update_hook == 'function') { this.pre_update_hook(); } var slide = this.slides[ this.current ]; var dofilter = false; if (this.image && typeof this.image.filters != 'undefined' && typeof this.image.filters[0] != 'undefined') { dofilter = true; } slide.load(); if (dofilter) { if (slide.filter && this.image.style && this.image.style.filter) { this.image.style.filter = slide.filter; } this.image.filters[0].Apply(); } this.image.src = slide.image.src; if (dofilter) { this.image.filters[0].Play(); } this.display_text(); if (typeof this.post_update_hook == 'function') { this.post_update_hook(); } if (this.prefetch > 0) { var next, prev, count; next = this.current; prev = this.current; count = 0; do { if (++next >= this.slides.length) next = 0; if (--prev < 0) prev = this.slides.length - 1; this.slides[next].load(); this.slides[prev].load(); } while (++count < this.prefetch); } } this.goto_slide = function(n) { if (n == -1) { n = this.slides.length - 1; } if (n < this.slides.length && n >= 0) { this.current = n; } this.update(); } this.goto_random_slide = function(include_current) { var i; if (this.slides.length > 1) { do { i = Math.floor(Math.random()*this.slides.length); } while (i == this.current); // Display the slide this.goto_slide(i); } } this.next = function() { if (this.current < this.slides.length - 1) { this.current++; } else if (this.repeat) { this.current = 0; } this.update(); } this.previous = function() { if (this.current > 0) { this.current--; } else if (this.repeat) { this.current = this.slides.length - 1; } this.update(); } this.shuffle = function() { var i, i2, slides_copy, slides_randomized; slides_copy = new Array(); for (i = 0; i < this.slides.length; i++) { slides_copy[i] = this.slides[i]; } slides_randomized = new Array(); do { i = Math.floor(Math.random()*slides_copy.length); slides_randomized[ slides_randomized.length ] = slides_copy[i]; for (i2 = i + 1; i2 < slides_copy.length; i2++) { slides_copy[i2 - 1] = slides_copy[i2]; } slides_copy.length--; } while (slides_copy.length); this.slides = slides_randomized; } this.get_all_text = function(before_slide, after_slide) { // Return the text for all of the slides. // For the text of each slide, add "before_slide" in front of the // text, and "after_slide" after the text. // For example: // document.write("<ul>"); // document.write(s.get_all_text("<li>","\n")); // document.write("<\/ul>"); all_text = ""; for (i=0; i < this.slides.length; i++) { slide = this.slides[i]; if (slide.text) { all_text += before_slide + slide.text + after_slide; } } return(all_text); } this.display_text = function(text) { if (!text) { text = this.slides[ this.current ].text; } if (this.textarea && typeof this.textarea.value != 'undefined') { this.textarea.value = text; } if (this.textid) { r = this.getElementById(this.textid); if (!r) { return false; } if (typeof r.innerHTML == 'undefined') { return false; } r.innerHTML = text; } } this.hotlink = function() { this.slides[ this.current ].hotlink(); } this.loop = function() { if (this.current < this.slides.length - 1) { next_slide = this.slides[this.current + 1]; if (next_slide.image.complete == null || next_slide.image.complete) { this.next(); } } else { // we're at the last slide this.next(); } this.play( ); } this.valid_image = function() { // Returns 1 if a valid image has been set for the slideshow if (!this.image) { return false; } else { return true; } } this.getElementById = function(element_id) { // This method returns the element corresponding to the id if (document.getElementById) { return document.getElementById(element_id); } else if (document.all) { return document.all[element_id]; } else if (document.layers) { return document.layers[element_id]; } else { return undefined; } } this.set_textid = function(textidstr) { this.textid = textidstr; this.display_text(); } } //--> </SCRIPT> <SCRIPT TYPE="text/javascript"> <!-- SLIDES = new slideshow("SLIDES"); SLIDES.timeout = 5000; SLIDES.prefetch = -1; SLIDES.repeat = true; s = new slide(); s.src = "Photos/Photos2.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos3.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos4.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos5.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos6.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos7.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos8.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos9.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos10.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos11.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos12.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos13.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos14.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos15.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos16.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos17.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos18.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos19.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos20.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos21.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos22.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos23.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos24.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos25.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); s = new slide(); s.src = "Photos/Photos26.jpg"; s.text = unescape(""); s.link = ""; s.target = ""; s.attr = ""; s.filter = ""; SLIDES.add_slide(s); if (true) SLIDES.shuffle(); //--> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Robert Bui (astrogate@hotmail.com) --> <!-- Web Site: http://astrogate.virtualave.net --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var interval = 2.5; // delay between rotating images (in seconds) var random_display = 1; // 0 = no, 1 = yes interval *= 2000; var image_index = 0; image_list = new Array(); image_list[image_index++] = new imageItem("Patches/Alabama.jpg"); image_list[image_index++] = new imageItem("Patches/Alaska.jpg"); image_list[image_index++] = new imageItem("Patches/Arizona.jpg"); image_list[image_index++] = new imageItem("Patches/Arkansas.jpg"); image_list[image_index++] = new imageItem("Patches/California.jpg"); image_list[image_index++] = new imageItem("Patches/Colorado.jpg"); image_list[image_index++] = new imageItem("Patches/Connecticut.jpg"); image_list[image_index++] = new imageItem("Patches/Delaware.jpg"); image_list[image_index++] = new imageItem("Patches/Florida.jpg"); image_list[image_index++] = new imageItem("Patches/Georgia.jpg"); image_list[image_index++] = new imageItem("Patches/Idaho.jpg"); image_list[image_index++] = new imageItem("Patches/Illinois.jpg"); image_list[image_index++] = new imageItem("Patches/Indiana.jpg"); image_list[image_index++] = new imageItem("Patches/Iowa.jpg"); image_list[image_index++] = new imageItem("Patches/Kansas.jpg"); image_list[image_index++] = new imageItem("Patches/Kentucky.jpg"); image_list[image_index++] = new imageItem("Patches/Louisiana.jpg"); image_list[image_index++] = new imageItem("Patches/Maine.jpg"); image_list[image_index++] = new imageItem("Patches/Maryland.jpg"); image_list[image_index++] = new imageItem("Patches/Massachusetts.jpg"); image_list[image_index++] = new imageItem("Patches/Michigan.jpg"); image_list[image_index++] = new imageItem("Patches/Minnesota.jpg"); image_list[image_index++] = new imageItem("Patches/Mississippi.jpg"); image_list[image_index++] = new imageItem("Patches/Missouri.jpg"); image_list[image_index++] = new imageItem("Patches/Montana.jpg"); image_list[image_index++] = new imageItem("Patches/Nebraska.jpg"); image_list[image_index++] = new imageItem("Patches/Nevada.jpg"); image_list[image_index++] = new imageItem("Patches/NewHampshire.jpg"); image_list[image_index++] = new imageItem("Patches/NewJersey.jpg"); image_list[image_index++] = new imageItem("Patches/NewMexico.jpg"); image_list[image_index++] = new imageItem("Patches/NewYork.jpg"); image_list[image_index++] = new imageItem("Patches/NorthCarolina.jpg"); image_list[image_index++] = new imageItem("Patches/NorthDakota.jpg"); image_list[image_index++] = new imageItem("Patches/Ohio.jpg"); image_list[image_index++] = new imageItem("Patches/Oklahoma.jpg"); image_list[image_index++] = new imageItem("Patches/Oregon.jpg"); image_list[image_index++] = new imageItem("Patches/Pennsylvania.jpg"); image_list[image_index++] = new imageItem("Patches/RhodeIsland.jpg"); image_list[image_index++] = new imageItem("Patches/SouthCarolina.jpg"); image_list[image_index++] = new imageItem("Patches/SouthDakota.jpg"); image_list[image_index++] = new imageItem("Patches/Tennessee.jpg"); image_list[image_index++] = new imageItem("Patches/Texas.jpg"); image_list[image_index++] = new imageItem("Patches/Utah.jpg"); image_list[image_index++] = new imageItem("Patches/Vermont.jpg"); image_list[image_index++] = new imageItem("Patches/Virginia.jpg"); image_list[image_index++] = new imageItem("Patches/Washington.jpg"); image_list[image_index++] = new imageItem("Patches/WestVirginia.jpg"); image_list[image_index++] = new imageItem("Patches/Wisconsin.jpg"); image_list[image_index++] = new imageItem("Patches/Wyoming.jpg"); var number_of_image = image_list.length; function imageItem(image_location) { this.image_item = new Image(); this.image_item.src = image_location; } function get_ImageItemLocation(imageObj) { return(imageObj.image_item.src) } function generate(x, y) { var range = y - x + 1; return Math.floor(Math.random() * range) + x; } function getNextImage() { if (random_display) { image_index = generate(0, number_of_image-1); } else { image_index = (image_index+1) % number_of_image; } var new_image = get_ImageItemLocation(image_list[image_index]); return(new_image); } function rotateImage(place) { var new_image = getNextImage(); document[place].src = new_image; var recur_call = "rotateImage('"+place+"')"; setTimeout(recur_call, interval); } // End --> </script> </HEAD> <BODY LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" background="images/Flag.jpg" OnLoad="rotateImage('rImage')"> <BR><BR> <TABLE WIDTH="87%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" class="BGLightBlue2"> <TR> <TD align="right" valign="middle" width="254"><img src="images/LogoL.jpg" width="248"> </td> <TD valign="middle" background="images/LogoM.jpg" align="center"><BR><BR><strong class="textCaption">"Providing benefits and services to America's state troopers since 1989"</strong> </td> <TD align="center" valign="middle" width="149"><img src="images/LogoR.jpg" width="141"> </td> </TR> <tr><td colspan="3"><HR></td></tr> </table> <TABLE WIDTH="87%" BORDER="0" CELLPADDING="2" CELLSPACING="2" ALIGN="CENTER" class="BGLightBlue2"> <TR> <td width="25%" valign="top"> <!--BEGIN MENU TABLE--> <table width="90%" border="2" CELLPADDING="5" CELLSPACING="5" ALIGN="center"> <tr> <td class="BGBlue" align="center"><a class="link" href="Memorial/"> <img src="PFStories/images2008/flag.gif" border="0" height="30">Highway Patrol/State Police Memorial</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="http://statetroopers.org/"> HOME</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Message.htm"> President's Message</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="About.htm"> About AAST</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Fundraising.htm"> Fundraising</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="SFinfo.htm"> Scholarship Foundation</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="https://npo.networkforgood.org/Donate/Donate.aspx?npoSubscriptionId=7094" ><img src="https://npo.networkforgood.org/Core/Images/DonateNowButtons/Small/DarkRed.gif" border="0" alt="DonateNow"></a> <a class="link" href="Scholarship.htm">To Our Scholarship Foundation</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="TruckersTroopers.htm"> Truckers and Troopers Unite for Safety</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="TOY/"> AAST Trooper/Officer of the Year</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="SpiritTrooperAward.htm"> Spirit of the Trooper Award</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Governance.htm"> Board of Directors and Staff</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Join.htm"> Join AAST</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="MemberBenefits.htm"> Membership Benefits</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Golf/"> Golf</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="News.htm"> News</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="PFStories/"> Previous Feature Stories</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="FAQs.htm"> FAQs</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="SpecialEvents.htm"> Special Events</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Calendar.htm"> Calendar</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Links.htm"> Links</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="RetireeJobs.htm">Retiree Jobs</a> </td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="Governance3.htm#Staff"> Contact Us</a></td> </tr> <tr> <td class="BGBlue" align="center"><a class="link" href="/MemberArea.php"> Members Only</a></td> </tr> </table> <P align="center"><a href="States.htm"><img name="rImage" src="Patches/Alabama.jpg" border="0"></a></p> </td> <!--START CENTER CELL--> <!--START CENTER CELL--> <!--START CENTER CELL--> <!--START CENTER CELL--> <td valign="top"> <p align="center"><strong>Just another day in the life of America's finest..</strong><BR> <a href="PhotosHPRP.htm"><img name="SLIDESIMG" src="Photos/Photos7.jpg" STYLE="filter:progid:DXImageTransform.Microsoft.Fade()" BORDER=0 alt="Slideshow image"></a> <SCRIPT type="text/javascript"> <!-- if (document.images) { SLIDES.image = document.images.SLIDESIMG; SLIDES.textid = "SLIDESTEXT"; SLIDES.update(); SLIDES.play(); } //--> </SCRIPT> <center><em>Click photo to see all<BR> <a href="mailto:joan@statetroopers.org;aastpr@aol.com">Submit photo for slide show</a></em></center> <hr class="HRred"> <!--<table width="98%" align="center" border="0"> <tr> <td align="center" valign="middle"> <img src="PFStories/images2008/flag.gif" border="0" width="65"> </td> <td align="center" valign="middle"> <P align="center"> <a href="PFStories/Arana032612.htm"><img src="PFStories/images2012/smallArana.jpg" border="0"></a><BR> <a href="PFStories/Arana032612.htm">In Memory of <BR>THP Trooper<BR>Javier Arana </a> </td> <td align="center" valign="middle"> <img src="PFStories/images2008/flag.gif" border="0" width="65"> </td> </tr> </table> <hr>--> <table width="98%" align="center" border="10" bordercolor="#CB7260"> <tr> <td align="center"> <h4>Indiana troopers severely affected by the recent storms that ravaged the South and Midwest need our help.<BR>Click <a href="PFStories/PFS030912.htm">here</a> for details.</h4> </td> </tr> </table> <hr> <p align="center" class="headerFeature">Feature Stories from Around the Country</p> <h2 align="center" class="headerBlue">Georgia State Patrol celebrates 75 years </h2> <table width="60%" align="center" border="0" cellspacing="5" cellpadding="5"> <tr> <td> <p align="center" class="textCaption"><a href="PFStories/images2012/PFS050312.jpg"> <img src="PFStories/images2012/PFS050312M.jpg" alt="Colors are presented to open the 75th anniversary ceremony. border="0"></a><BR>Colors are presented to open the 75th anniversary ceremony. </p> </td> </tr></table> <table width="95%" align="center" border="0" cellspacing="5" cellpadding="5"> <tr> <td> <p align="justify">The Georgia State Patrol turned 75 years old on March 19, and special ceremonies were held at the Capitol to commemorate the milestone. Gov. Nathan Deal was the keynote speaker for the ceremony in the North Wing of the Capitol, while Lt. Gov. Casey Cagle, House Speaker David Ralston, and DPS Commissioner Col. Mark McDonough also made remarks. <p align="center"><a href="PFStories/PFS050312.htm">Read more about this story.</a></p> </td> </tr></table> <!--<hr> <table width="85%" align="center" border="3" class="BGBlue"> <tr> <td align="center" valign="middle"><p><a class="linkBlueWhite" href="Christmas2011.htm"><img src="images/lights.gif" border="0"><BR><BR> My Christmas Eve<BR>By Bob Welsh</a></font></p> </td> </tr></table>--> <hr> <table width="85%" align="center" border="0"> <tr> <td align="right" valign="middle"> <p><a href="Coins.htm"> <img src="images/RightCoin.jpg" border="0"></a> </p> </td> <td align="center" valign="middle"><p><a href="Coins.htm"><BR><BR> AAST "Challenge Coins" to support Scholarship Foundation</a></p> </td> <td align="right" valign="middle"> <p><a href="Coins.htm"> <img src="images/LeftCoin.jpg" border="0"></a> </p> </td> </tr></table> <hr> <P align="center"><a class="linkPage" href="PDFs/HeroChallenge.pdf" target="blank">Hero's Challenge Honor Guard Competition</a></p> <P><hr></p> <P ALIGN="CENTER"> <a href="http://www.codeamber.org/" target="blank"><img src="images/Amber.jpg" alt="link to Amber Alerts"><BR> Amber Alerts</a> </P> <P><hr></p> <P align="center"><a href="http://www.mxguarddog.com/" target="blank">email spam filter</a></p> <P><hr></p> <p align="center" class="textCaption">1949 Raymond Diehl Road, Tallahassee, Florida 32308 800.765.5456<br> Copyright © 2012, AAST, Inc. All Rights Reserved</p> </td> <td width="25%" valign="top"> <!--BEGIN AD TABLE--> <!--BEGIN AD TABLE--> <!--BEGIN AD TABLE--> <!--BEGIN AD TABLE--> <table width="100%" border="0" CELLPADDING="5" CELLSPACING="5" ALIGN="center"> <tr> <td align="center" valign="top"> <P align="center"><a href="http://www.facebook.com/pages/American-Association-of-State-Troopers-AAST/145952212144946#!/pages/American-Association-of-State-Troopers-AAST/145952212144946?sk=wall" target="blank"><img src="images/FacebookLink.jpg" alt="link to AAST Facebook Wall" border="0"></a></p> <strong>Please support our web advertisers!</strong> <p align="center"><a href="PDFs/Flowers.pdf"><img src="images/FlowersSmall.jpg" border="0" alt="From You Flowers Logo"></p> <P><a href="http://statesurgeonsunit.com/" target="blank"><img src="images/SSUlogo.jpg" border="0" alt="link to State Surgeons Unit"></a></p> <P><a href="MJpage.htm" target="blank"><img src="images/MJlogo.jpg" border="0" alt="link to Maui Jim information"></a> <BR><a href="MJpage.htm" target="blank">Law Enforcement Discount Program</a> <P><a href="https://www.prepaidlegal.com/MS/SpecialMS?site=go&assoc=statetroopers" target="blank"><img src="images/PrePaidLegal.jpg" border="0" alt="link to Pre-Paid Legal Services"></a></p> <P><a href="https://www.leosa-hr218selfdefenseprotection.com/" target="blank"><img src="images/LEOSA.jpg" border="0" alt="link to LEOSA Self Defense Protection for Retired Law Enforcement Officers"></a></p> <P><a href="http://www.gloglov.com/" target="blank"><img src="images/GloGlovLogo.jpg" border="0" alt="link to Glo Glov website"></a></p> <P><a href="http://www.facebook.com/CenturionCoin" target="blank"><img src="images/CenturionLogo.jpg" border="0" alt="link to Centurion Coin & Emblem facebook site"></a></p> <P><a href="http://www.officerstore.com/?utm_source=banner&utm_medium=American%2BAssociation%2Bof%2BState%2BTroopers&utm_campaign=AAST%2BOS%2BBanner" target="blank"><img src="images/Categories160x100.gif" border="0" alt="link to Law Enforcement Pro Shop"></a></p> <P><a href="http://www.nationalsafetycommission.com/" target="blank"><img src="images/NSC1.jpg" border="0" alt="link to National Safety Commission"></a></p> <p align="center"><a href="http://www.insurancelockbox.com/?id=90564-00000" target="blank"><img src="images/LockboxSmall.jpg" border="0" alt="Lockbox logo"></p> <p align="center"><a href="http://www.candpimports.com/" target="blank"><img src="images/CandPimports.jpg" border="0" alt="C and P Imports logo"></p> </td> </tr> </table> <table align="center"> <tr> <td align="center"> <a class="link" href="mailto:ken@statetroopers.org"><img src="images/adLogo.gif" border="2"></a> </td> <tr> </table> </tr></table> </BODY> </HTML>