function links()
{
    document.write('<br><br>');
	document.write('<p class="listcopy" align="center">\n');
   	document.write('<a href="about.htm" target="_self">About Us</a> I '); 
    document.write('<a href="map.htm" target="_self">Map-Location</a> I ');
    document.write('<a href="courtLocations.htm" target="_self">Court Location</a> I ');
    document.write('<a href="LicProtectPlan.htm" target="_self">License Protection Plan</a> I ');
	document.write('<a href="TLC_news.htm" target="_self">TLC News</a> I ');
	document.write('<a href="http://www.dmv.org/ny-new-york" target="_blank">DMV News</a> I ');
	document.write('<a href="mailto:nycdac@verizon.net" target="_self">Email Us</a> I ');
	document.write('<a href="http://www.nyc.gov/html/dof/html/parking/park_tickets_violations.shtml" target="_blank">Parking Violations Bureau</a>');
   document.write('<br><br>');
   document.write('Phone: 718-729-4700 | Fax: 718-729-1919');
   document.write('<br>');
   document.write('<a href="mailto:nycdac@verizon.net">nycdac@verizon.net</a>');
   document.write('<br><br>');
   document.write('© Copyright 2009-2011');
   document.write('</p>\n');
}


