function U_162ndFW()
{
    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>VR239<br />";
        img.src = "/images/maps/VR239.jpg";            //add image to image element
        id.nodeValue = 'a1';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR239_big.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>VR241<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/VR241.jpg";            //add image to image element
        id.nodeValue = 'a2';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR241_big.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>VR244<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/VR244.jpg";            //add image to image element
        id.nodeValue = 'a3';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR244_big.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>VR259<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/VR259.jpg";            //add image to image element
        id.nodeValue = 'a4';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR259_big.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>VR260<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/VR260.jpg";            //add image to image element
        id.nodeValue = 'a5';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR260_big.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'>VR263A-K<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/VR263A-K.jpg";            //add image to image element
        id.nodeValue = 'a6';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR263A-K_big.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>VR263L-T<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/VR263L-T.jpg";            //add image to image element
        id.nodeValue = 'a7';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR263L-T_big.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>VR267<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/VR267.jpg";            //add image to image element
        id.nodeValue = 'a8';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR267_big.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>VR268<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/VR268.jpg";            //add image to image element
        id.nodeValue = 'a9';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR268_big.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 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>VR269<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/VR269.jpg";            //add image to image element
        id.nodeValue = 'a10';
        href.nodeValue = 'http://www.usahas.com/images/maps/VR269_big.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a10').appendChild(img); //add image element to division 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>RUBY/FUZZY 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/RUBYFUZZY.jpg";            //add image to image element
        id.nodeValue = 'a11';
        href.nodeValue = 'http://www.usahas.com/images/maps/RUBYFUZZY.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a11').appendChild(img); //add image element to division 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>JACKAL 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/jackal.jpg";            //add image to image element
        id.nodeValue = 'a12';
        href.nodeValue = 'http://www.usahas.com/images/maps/jackal.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a12').appendChild(img); //add image element to division 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>MORENCI 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/morenci.jpg";            //add image to image element
        id.nodeValue = 'a13';
        href.nodeValue = 'http://www.usahas.com/images/maps/morenci.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a13').appendChild(img); //add image element to division 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>TOMBSTONE<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/tombstone.jpg";            //add image to image element
        id.nodeValue = 'a14';
        href.nodeValue = 'http://www.usahas.com/images/maps/tombstone.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a14').appendChild(img); //add image element to division 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>SELLS 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/sells.jpg";            //add image to image element
        id.nodeValue = 'a15';
        href.nodeValue = 'http://www.usahas.com/images/maps/sells.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a15').appendChild(img); //add image element to division 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>NTAC<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/NTAC.jpg";            //add image to image element
        id.nodeValue = 'a16';
        href.nodeValue = 'http://www.usahas.com/images/maps/NTAC.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a16').appendChild(img); //add image element to division 

        document.getElementById('images').innerHTML+="<br /><br /><b><font color=#0000FF>STAC<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/STAC.jpg";            //add image to image element
        id.nodeValue = 'a17';
        href.nodeValue = 'http://www.usahas.com/images/maps/STAC.jpg';
        anchor.setAttributeNode(href);
        anchor.setAttributeNode(target);
        anchor.setAttributeNode(id);
        document.getElementById('images').appendChild(anchor); //add image element to division                
        document.getElementById('a17').appendChild(img); //add image element to division 
    }
    catch(err)
    {
        alert("36thRQF "+err);
    }	
  
}





