function U_36thRQF()
{
    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>WEST LATN<br>IR324A-G<br />";
        img.src = "/images/maps/324AG.jpg";            //add image to image element
        id.nodeValue = 'a1';
        href.nodeValue = 'http://www.usahas.com/images/maps/324AG_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>IR326A-C<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/326AC.jpg";            //add image to image element
        id.nodeValue = 'a2';
        href.nodeValue = 'http://www.usahas.com/images/maps/326AC_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>IR330A-C<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/330AC.jpg";            //add image to image element
        id.nodeValue = 'a3';
        href.nodeValue = 'http://www.usahas.com/images/maps/330AC_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>IR341E-H<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/341EH.jpg";            //add image to image element
        id.nodeValue = 'a4';
        href.nodeValue = 'http://www.usahas.com/images/maps/341EH_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>IR1351D-H<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/1351DH.jpg";            //add image to image element
        id.nodeValue = 'a5';
        href.nodeValue = 'http://www.usahas.com/images/maps/1351DH_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'>WENATCHEE AREA<br>VR1355C-E<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/1355CE.jpg";            //add image to image element
        id.nodeValue = 'a6';
        href.nodeValue = 'http://www.usahas.com/images/maps/1355CE_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>IR343M-O<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/343MO.jpg";            //add image to image element
        id.nodeValue = 'a7';
        href.nodeValue = 'http://www.usahas.com/images/maps/343MO_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 
    }
    catch(err)
    {
        alert("36thRQF "+err);
    }	
  
}





