function U_302ndAW()
{
    try
    {  
        var img = document.createElement("IMG");            //create image element
        var anchor = document.createElement('a');           //create anchor element
        var id = document.createAttribute('id');            //create id
        var href = document.createAttribute('href');
        var target = document.createAttribute('target');
        target.nodeValue = '_blank';
                
        document.getElementById('images').innerHTML+="<br /><b><font color=#0000FF>CHEYENNE MOA<br>IR324A-G<br />";
        img.src = "/images/maps/CheyenneMOAsmall.jpg";            //add image to image element
        id.nodeValue = 'a1';
        href.nodeValue = 'http://www.usahas.com/images/maps/CheyenneMOA.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        //img.innerText="test";                
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a1').appendChild(img); //add image element to division                

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>PINYON CANYON AND TWO BUTTES MOAs<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/PinonCanyonTwoButtesMOASsmall.jpg";            //add image to image element
        id.nodeValue = 'a2';
        href.nodeValue = 'http://www.usahas.com/images/maps/PinonCanyonTwoButtesMOA.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a2').appendChild(img); //add image element to division

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>LAVETA MOA<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/LaVetaMOAsmall.jpg";            //add image to image element
        id.nodeValue = 'a3';
        href.nodeValue = 'http://www.usahas.com/images/maps/LaVetaMOA.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a3').appendChild(img); //add image element to division

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>AIRBURST MOA<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/AirburstMOAsmall.jpg";            //add image to image element
        id.nodeValue = 'a4';
        href.nodeValue = 'http://www.usahas.com/images/maps/AirburstMOA.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a4').appendChild(img); //add image element to division

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>FORT CARSON MOAS<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/FtCarsonRangesmall.jpg";            //add image to image element
        id.nodeValue = 'a5';
        href.nodeValue = 'http://www.usahas.com/images/maps/FtCarsonRange.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a5').appendChild(img); //add image element to division

        document.getElementById('images').innerHTML+="<br /><br /><b><font color='#0000FF'>PLAINS EAST<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/PLAINS_EAST_small.jpg";            //add image to image element
        id.nodeValue = 'a6';
        href.nodeValue = 'http://www.usahas.com/images/maps/PLAINS_EAST.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a6').appendChild(img); //add image element to division

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>PLAINS NORTH<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/PLAINS_north_small.jpg";            //add image to image element
        id.nodeValue = 'a7';
        href.nodeValue = 'http://www.usahas.com/images/maps/PLAINS_north.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a7').appendChild(img); //add image element to division 
        
        document.getElementById('images').innerHTML+="<br /><br /><b><font color='#0000FF'>PLAINS SOUTH<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/PLAINS_south_small.jpg";            //add image to image element
        id.nodeValue = 'a8';
        href.nodeValue = 'http://www.usahas.com/images/maps/PLAINS_south.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a8').appendChild(img); //add image element to division

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>MOUNTAIN<br />";
        img = document.createElement('IMG');  //I need to do this for ie?
        anchor = document.createElement('a'); //I need to do this for ie?
        id = document.createAttribute('id');  //I need to do this for ie?
        href = document.createAttribute('href');  //I need to do this for ie?
        target = document.createAttribute('target');  //I need to do this for ie?
        target.nodeValue = '_blank';  //I need to do this for ie?

        img.src = "/images/maps/mountain_small.jpg";            //add image to image element
        id.nodeValue = 'a9';
        href.nodeValue = 'http://www.usahas.com/images/maps/mountain.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a9').appendChild(img); //add image element to division 
    }
    catch(err)
    {
        alert("36thRQF "+err);
    }	
  
}





