document.write('<script language="javascript">' +
		'function golink(box){gohere=box.options[box.selectedIndex].value;if(gohere!="0")location.href=gohere;}' +
	'</script>' +
	'<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
		'<tr bgcolor="#C2E0C2">' +
			'<td  style="padding:0px 45px 0px 20px;">' +
				'<a href="http://www.vermont.gov/">' +
					'<img src="http://www.vermont.gov/nav/images/vtlogo.gif" width="121" height="30" border="0">' +
				'</a>' +
			'</td>' +
			'<form name=form1 action=""><td align="center" style="padding:0px 35px 0px 0px;">' +
				'<select name="links" style="font-family: Verdana; font-size: 70%" onchange="golink(this.form.links);">' +
					'<option value="0">Vermont.gov Links</option>' +
					'<option value="http://www.vermont.gov/egovernment/govindex.html">Access Government 24/7</option>' +
					'<option value="http://www.vermont.gov/find-facts/findindex.html">Find the Facts</option>' +
					'<option value="http://www.vermont.gov/living-vermont/livingindex.html">Living in Vermont</option>' +
					'<option value="http://www.vermont.gov/doing_business/business.html">Doing Business in Vermont</option>' +
					'<option value="http://www.vermont.gov/education/education.html">Education</option>' +
					'<option value="http://www.vermont.gov/health-safety/healthindex.html">Health &amp; Public Safety</option>' +
					'<option value="http://www.vermont.gov/recreation-travel/recreation&travel.html">Recreation &amp; Travel</option>' +
					'<option value="http://vermontpersonnel.org/jobapplicant/ANNOUNCEMENTS.CFM">VT State Job Openings</option>' +
				'</select>' +
			'</td></form>' +
			'<td  style="padding:0px 0px 0px 0px;">' +
				'<img src="http://www.vermont.gov/nav/images/spacerdark.gif" width="2" height="30">' +
			'</td>' +
			'<td align="center" style="padding:0px 35px 0px 35px;">' +
				'<a href="http://www.vermont.gov/egovernment/agencylist.html" style="font-family: Verdana; font-size: 75%; font-weight: bold; color: #006633; text-decoration: none">' +
					'Agencies &amp; Departments' +
				'</a>' +
			'</td>' +
			'<td >' +
				'<img src="http://www.vermont.gov/nav/images/spacerdark.gif" width="2" height="30">' +
			'</td>' +
			'<td width="20%">&nbsp;</td>' +
		'</tr>' +
		'<tr>' +
			'<td colspan="6" bgcolor="#527D63">' +
				'<img src="http://www.vermont.gov/nav/images/spacer.gif" width="100" height="2">' +
			'</td>' +
		'</tr>' +
	'</table>'
);

