function load_banners() {

    // load in some images for the minisite
    if(vIE() < 7 && vIE() != -1) {
        document.getElementById("img_6300_logo").src = "img/6300.gif";
        document.getElementById("img_6350_logo").src = "img/6350.gif";
        document.getElementById("img_6800_logo").src = "img/6800.gif";
        
    }
    

    // Set up the main content banner
    var index = Math.round(3*Math.random()) + 1;
    
/*    if(index == 1)
        document.getElementById("feature_box").innerHTML = '<a href="pgs/about_us.html"><img src="index_banners/Commercial_IT.jpg" alt="Communications systems that work. Anywhere. Any time. Any conditions."></a>';
    if(index == 2)
        document.getElementById("feature_box").innerHTML = '<a href="pgs/about_us.html"><img src="index_banners/Emergency_Services.jpg" alt="Communications systems that work. Anywhere. Any time. Any conditions."></a>';
    if(index == 3)
        document.getElementById("feature_box").innerHTML = '<a href="pgs/about_us.html"><img src="index_banners/Military_Government.jpg" alt="Communications systems that work. Anywhere. Any time. Any conditions."></a>';
    if(index == 4)
        document.getElementById("feature_box").innerHTML = '<a href="pgs/about_us.html"><img src="index_banners/Telecom.jpg" alt="Communications systems that work. Anywhere. Any time. Any conditions."></a>';
*/

    document.getElementById("feature_box").innerHTML = '<a href="pgs/unified_communications.html"><img src="index_banners/UC_Banner_V3.png" alt="PacStar military enterprise and deployable UC solutions."></a>';

    // Set up the sidebar banner
    var index = Math.round(1*Math.random()) + 1;

    if(index == 1) {
        document.getElementById("sb_pacstar_title").innerHTML = "PacStar 4000 Series";
        document.getElementById("sb_pacstar_url").href = "pgs/4000_series.html";
        document.getElementById("sb_pacstar_message").innerHTML = "4100: Portable, secure, NIPRNet/SIPRNet satellite access anywhere";
        document.getElementById("sb_pacstar").style.background = "url(index_banners/bg_pacstar_4100_small.gif) bottom right no-repeat"
    }

    if(index == 2) {
        document.getElementById("sb_pacstar_title").innerHTML = "PacStar 4000 Series";
        document.getElementById("sb_pacstar_url").href = "pgs/4000_series.html";
        document.getElementById("sb_pacstar_message").innerHTML = "4500: Portable, secure, NIPRNet/SIPRNet satellite access anywhere";
        document.getElementById("sb_pacstar").style.background = "url(index_banners/bg_pacstar_4500_small.gif) bottom right no-repeat"
    }

}
function vIE(){
    return (navigator.appName=='Microsoft Internet Explorer')?parseFloat((new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})")).exec(navigator.userAgent)[1]):-1;
}
