// JavaScript Document - To create the main content table and apply the OCC banner graphic


document.write(

	"<script src='http://content.dl-rms.com/rms/26207/nodetag.js'></script>" +


	"<title>City of Austin - Office of the City Clerk</title>" +


	"<table border='0' cellpadding='0' cellspacing='0' width='670'> " +
		"<tr><td valign='top'> " +
		"<a href='http://www.austintexas.gov/department/city-clerk'><img src='http://austingo.austintexas.gov/sites/default/files/CityClerk_banners_708x175_1a.jpg' alt='Office of the City Clerk'  hspace='0' vspace='0' padding='0' border='0' align='right'></a> " +
		"<a href='#skipOCCNav'><img src='http://www.ci.austin.tx.us/images/trans.gif' width='1' height='1' border='0' alt='Skip the Navigation bar and go to the main content' align='right'></a>" +
		"</td></tr></table> " +


	"<table border='0' cellpadding='0' cellspacing='0' summary='MAIN table for all content'> " +
		"<tr> " +
		"<td bgcolor='#ffffff' align='left' valign='top'>") +
		"<a name='skipOCCNav'></a>";







