An error occurred while evaluating the expression:

	iPage = "10100";
	sPage = "Web Site Development and Hosting";

	sMonth = Right("00" & Month(Now()), 2) & "-1";
	sOfferHead1 = GetProfileString(gst.Config, "Offer" & sMonth, "Head");
	if (sOfferHead1 Eq "") {
		sMonth = "00";
		sOfferHead1 = GetProfileString(gst.Config, "Offer" & sMonth, "Head");
	}
	sOfferText1 = GetProfileString(gst.Config, "Offer" & sMonth, "Text");

Error near line 9, column 2.

Error resolving parameter GST.CONFIG

The object CONFIG is not present in the scope named GST. It is likely that you have misspelled the name of the object you are trying to access.