var country = "united states"; if( country != 'india' && country.length != 0 && country =="") { document.location.href = "/app/ilom-en/NRIs.aspx"; } else { document.location.href = "/app/ilom-en/default.aspx"; }