
	if (is.v3) {
		document.write('<form>\n');
		document.write('<SELECT NAME="url" OnChange="gotosite(this.options[this.selectedIndex].value)">\n');
		document.write('<option value="http://www.gov.calgary.ab.ca/news_information_services/">News - Information Services\n');
		document.write('<option value="http://www.gov.calgary.ab.ca/living_in_calgary/">Living in Calgary\n');
		document.write('<option value="http://www.gov.calgary.ab.ca/doing_business_in_calgary/">Doing Business with The City\n');
		document.write('<option value="http://www.gov.calgary.ab.ca/city_hall/">City Hall\n');
		document.write('<option value="http://www.gov.calgary.ab.ca/hr/index.html">Employment and Volunteering\n');
		document.write('</select>\n');

		document.write('<a href="http://www.calgary.ca/" class=navwhite>The New City of Calgary Portal</a>\n');
		document.write('&nbsp;|&nbsp;\n');


	} else {

		document.write ('<a href="http://www.calgary.ca"><img src="/images/redredirect2.gif" border=0 width="525" height="50" alt="Content on this site is no longer maintained." align="left"></a>\n');



	}



