if (geoip_country_code() == "US") { document.write("US offer here"); } else { document.write("<!-- IF OUTSIDE USA TRY ANOTHER OFFER HERE -->"); }