function CheckToLoadImage()
{
    var img = document.getElementById("lblImage");
    if(location.href.toLowerCase().indexOf("/overview.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_3.jpg'>";

       if(location.href.toLowerCase().indexOf("/strategies.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_3.jpg'>";

    if(location.href.toLowerCase().indexOf("/industries.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_3.jpg'>";

    if(location.href.toLowerCase().indexOf("/senior.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_3.jpg'>";

    if(location.href.toLowerCase().indexOf("/eb-5_visa.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_4.jpg'>";

    if(location.href.toLowerCase().indexOf("/new_business_nnterprise.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_4.jpg'>";

    if(location.href.toLowerCase().indexOf("/troubled_business.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_4.jpg'>";

    if(location.href.toLowerCase().indexOf("/regional_center_pilot.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_4.jpg'>";

    if(location.href.toLowerCase().indexOf("/advantages.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_4.jpg'>";

    if(location.href.toLowerCase().indexOf("/research.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_5.jpg'>";

    if(location.href.toLowerCase().indexOf("/market_news.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_5.jpg'>";

    if(location.href.toLowerCase().indexOf("/eb5_program.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_5.jpg'>";

    if(location.href.toLowerCase().indexOf("/links.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_5.jpg'>";

    if(location.href.toLowerCase().indexOf("/green_card_overview.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_6.jpg'>";

    if(location.href.toLowerCase().indexOf("/procedure.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_6.jpg'>";

    if(location.href.toLowerCase().indexOf("/consultation.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_6.jpg'>";

    if(location.href.toLowerCase().indexOf("/about_us.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_3.jpg'>";

    if(location.href.toLowerCase().indexOf("/management_team.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_3.jpg'>";

    if(location.href.toLowerCase().indexOf("/contact_us.htm") >= 0)
        img.innerHTML = "<img src='/App_Themes/audg/images/pic_7.jpg'>";

}

