﻿function ShowMarketLanding() {
    
    $.colorbox({ href: '/Popup/Popup_MarketTrackerLanding.aspx', onClosed: function() { $.colorbox.remove(); $.colorbox.init(); } });
}
function ShowPIPLanding(straddress,zip )
{
   if(straddress=='Street Address' && zip =='ZIP Code')
    {
     $.colorbox({ href: '/Popup/Popup_PIPLanding.aspx', onClosed: function() { $.colorbox.remove(); $.colorbox.init(); } });
    }
    else
    {
    $.colorbox({ href: '/Popup/Popup_PIPLanding.aspx', onClosed: function() { $.colorbox.remove(); $.colorbox.init(); } });
    }
   
   
}

