ok_urls = new Array();
  ok_urls[1] = "http://www.cityofeastlansing.com/coel2.asp";
  ok_urls[2] = "http://cityofeastlansing.com/coel2.asp";

  url_found = 0;
  for (var i = 1; i <= ok_urls.length && !url_found; i++) {
  url_found = (parent.location.href.indexOf(ok_urls[i]) == -1);
  }
  if (!url_found || (window == top))
  top.location.href = ok_urls[1] + "?action=" + window.location.href;


		




		