document.write( '	<style>' );
document.write( '		#info_selector {' );
document.write( '			font-family: Arial, Helvetica, sans-serif;' );
document.write( '			color: #6F7CA8;' );
document.write( '		}' );
document.write( '		#info_container {' );
document.write( '			width: 375px;' );
document.write( '			border: 1px solid #000;' );
document.write( '			font-family: Arial, Helvetica, sans-serif;' );
document.write( '			color: #6F7CA8;' );
document.write( '			margin: auto;' );
document.write( '			padding: auto;' );
document.write( '		}' );
document.write( '		#info_container_top {' );
document.write( '			background-image: url(http://recycleoss.membersmanager.org/img/gradient.jpg);' );
document.write( '			background-repeat: repeat-x;' );
document.write( '			border-bottom: 1px solid #000;' );
document.write( '			text-align: right;' );
document.write( '			margin: 0;' );
document.write( '			padding: 0;' );
document.write( '		}' );
document.write( '		#info_container_name {' );
document.write( '			width: 375px;' );
document.write( '			font-size: 18px;' );
document.write( '			color: #FFF;' );
document.write( '			background-color: #6F7CA8;' );
document.write( '			border-bottom: 1px solid #000;' );
document.write( '			padding-bottom: 7px;' );
document.write( '			padding-top: 5px;' );
document.write( '			text-align: center;' );
document.write( '		}' );
document.write( '		#info_container_location {' );
document.write( '			font-size: 14px;' );
document.write( '			width: 375px;' );
document.write( '			padding-top: 5px;' );
document.write( '			padding-bottom: 7px;' );
document.write( '			line-height: 1.25em;' );
document.write( '			text-align: center;' );
document.write( '		}' );
document.write( '		#info_container_recycle_header {' );
document.write( '			font-size: 16px;' );
document.write( '			width: 375px;' );
document.write( '			color: #FFF;' );
document.write( '			background-color: #6F7CA8;' );
document.write( '			border-top: 1px solid #000;' );
document.write( '			border-bottom: 1px solid #000;' );
document.write( '			padding-top: 5px;' );
document.write( '			padding-bottom: 3px;' );
document.write( '			font-variant: small-caps;' );
document.write( '			font-weight: bold;' );
document.write( '			text-align: center;' );
document.write( '		}' );
document.write( '		#info_container_recycle {' );
document.write( '			font-size: 14px;' );
document.write( '			width: 375px;' );
document.write( '			padding-top: 5px;' );
document.write( '			padding-bottom: 5px;' );
document.write( '			text-align: center;' );
document.write( '		}' );
document.write( '		#info_container_material_header {' );
document.write( '			font-size: 16px;' );
document.write( '			color: #FFF;' );
document.write( '			width: 100%;' );
document.write( '			background-color: #6F7CA8;' );
document.write( '			font-style: italic;' );
document.write( '			font-weight: bold;' );
document.write( '			padding-top: 5px;' );
document.write( '			padding-bottom: 3px;' );
document.write( '			border-bottom: 1px solid #000;' );
document.write( '			border-top: 1px solid #000;' );
document.write( '			text-align: center;' );
document.write( '		}' );
document.write( '		#info_container_material {' );
document.write( '			font-size: 13px;' );
document.write( '			width: 100%;' );
document.write( '			font-family: Arial, Helvetica, sans-serif;' );
document.write( '			color: #6F7CA8;' );
document.write( '			padding-top: 5px;' );
document.write( '			text-align: center;' );
document.write( '		}' );
document.write( '		#info_container_material td {' );
document.write( '			font-size: 13px;' );
document.write( '			font-family: Arial, Helvetica, sans-serif;' );
document.write( '			color: #6F7CA8;' );
document.write( '		}' );
document.write( '	</style>' );
document.write( '	<script>' );
document.write( '		function show_area( show_id ) {' );
document.write( '			div = document.getElementById( \'info_\' + show_id );' );
document.write( '			div.style.display = "";' );
document.write( '		}' );
document.write( '		function hide_area( hide_id ) {' );
document.write( '			div = document.getElementById( \'info_\' + hide_id );' );
document.write( '			div.style.display = "none";' );
document.write( '		}' );
document.write( '		' );
document.write( '		function show_location_only(id)' );
document.write( '		{' );
document.write( '			hide_all();' );
document.write( '			if (typeof( nlocations[id]) == "undefined")' );
document.write( '				return;' );
document.write( '				' );
document.write( '			div = document.getElementById( \'tick_\' + nlocations[id] );' );
document.write( '			div.style.display = "";' );
document.write( '			show_area(nlocations[id]);' );
document.write( '		}' );
document.write( '		' );
document.write( '		function hide_all() {' );
document.write( '			div = document.getElementById( \'tick_813\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_823\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_827\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_824\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_825\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_814\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_854\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_816\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_817\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_818\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_819\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_820\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_781\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_832\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_831\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_828\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_829\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_821\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_822\' );' );
document.write( '			div.style.display = "none";' );
document.write( '			div = document.getElementById( \'tick_830\' );' );
document.write( '			div.style.display = "none";' );
document.write( '		}' );
document.write( '		' );
document.write( '		function show_all() {' );
document.write( '			div = document.getElementById( \'tick_813\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_823\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_827\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_824\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_825\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_814\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_854\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_816\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_817\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_818\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_819\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_820\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_781\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_832\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_831\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_828\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_829\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_821\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_822\' );' );
document.write( '			div.style.display = "";' );
document.write( '			div = document.getElementById( \'tick_830\' );' );
document.write( '			div.style.display = "";' );
document.write( '		}' );
document.write( '		' );
document.write( '		function show_location( location )' );
document.write( '		{' );
document.write( '			hide_all();' );
document.write( '			for (i = 0; i<locations[location].length;i++)' );
document.write( '			{' );
document.write( '				var div = document.getElementById( \'tick_\' + locations[location][i] );' );
document.write( '				div.style.display = "";	' );
document.write( '			}' );
document.write( '		}' );
document.write( '		' );
document.write( '		function show_class( show_this_class ) {' );
document.write( '			hide_all();' );
document.write( '			if ( show_this_class == 99999999 ) {' );
document.write( '				show_all();' );
document.write( '				return;' );
document.write( '			}' );
document.write( '			for (i=0;i<materials[show_this_class].length;i++)' );
document.write( '			{' );
document.write( '				div = document.getElementById( \'tick_\' + materials[show_this_class][i] );' );
document.write( '				div.style.display = "";' );
document.write( '			}' );
document.write( '		}' );
document.write( '' );
document.write( '		var materials = new Array();' );
document.write( '			materials[50] = new Array();' );
document.write( '			materials[76] = new Array();' );
document.write( '			materials[73] = new Array();' );
document.write( '			materials[66] = new Array();' );
document.write( '			materials[57] = new Array();' );
document.write( '			materials[39] = new Array();' );
document.write( '			materials[78] = new Array();' );
document.write( '			materials[59] = new Array();' );
document.write( '			materials[67] = new Array();' );
document.write( '			materials[68] = new Array();' );
document.write( '			materials[79] = new Array();' );
document.write( '			materials[61] = new Array();' );
document.write( '			materials[69] = new Array();' );
document.write( '			materials[58] = new Array();' );
document.write( '			materials[62] = new Array();' );
document.write( '			materials[70] = new Array();' );
document.write( '			materials[71] = new Array();' );
document.write( '			materials[77] = new Array();' );
document.write( '			materials[54] = new Array();' );
document.write( '			materials[60] = new Array();' );
document.write( '			materials[52] = new Array();' );
document.write( '			materials[53] = new Array();' );
document.write( '			materials[75] = new Array();' );
document.write( '			materials[55] = new Array();' );
document.write( '			materials[51] = new Array();' );
document.write( '			materials[56] = new Array();' );
document.write( '			materials[74] = new Array();' );
document.write( '			materials[72] = new Array();' );
document.write( '			materials[63] = new Array();' );
document.write( '			materials[64] = new Array();' );
document.write( '			materials[47] = new Array();' );
document.write( '			materials[49] = new Array();' );
document.write( 'materials[50][0] = 813;' );
document.write( 'materials[67][0] = 813;' );
document.write( 'materials[79][0] = 813;' );
document.write( 'materials[70][0] = 813;' );
document.write( 'materials[77][0] = 813;' );
document.write( 'materials[54][0] = 813;' );
document.write( 'materials[53][0] = 813;' );
document.write( 'materials[51][0] = 813;' );
document.write( 'materials[72][0] = 813;' );
document.write( 'materials[50][1] = 823;' );
document.write( 'materials[66][0] = 823;' );
document.write( 'materials[39][0] = 823;' );
document.write( 'materials[78][0] = 823;' );
document.write( 'materials[67][1] = 823;' );
document.write( 'materials[70][1] = 823;' );
document.write( 'materials[77][1] = 823;' );
document.write( 'materials[51][1] = 823;' );
document.write( 'materials[72][1] = 823;' );
document.write( 'materials[50][2] = 827;' );
document.write( 'materials[66][1] = 827;' );
document.write( 'materials[39][1] = 827;' );
document.write( 'materials[78][1] = 827;' );
document.write( 'materials[67][2] = 827;' );
document.write( 'materials[70][2] = 827;' );
document.write( 'materials[77][2] = 827;' );
document.write( 'materials[51][2] = 827;' );
document.write( 'materials[72][2] = 827;' );
document.write( 'materials[50][3] = 824;' );
document.write( 'materials[66][2] = 824;' );
document.write( 'materials[67][3] = 824;' );
document.write( 'materials[79][1] = 824;' );
document.write( 'materials[70][3] = 824;' );
document.write( 'materials[77][3] = 824;' );
document.write( 'materials[54][1] = 824;' );
document.write( 'materials[53][1] = 824;' );
document.write( 'materials[51][3] = 824;' );
document.write( 'materials[72][3] = 824;' );
document.write( 'materials[50][4] = 825;' );
document.write( 'materials[66][3] = 825;' );
document.write( 'materials[67][4] = 825;' );
document.write( 'materials[79][2] = 825;' );
document.write( 'materials[70][4] = 825;' );
document.write( 'materials[77][4] = 825;' );
document.write( 'materials[54][2] = 825;' );
document.write( 'materials[53][2] = 825;' );
document.write( 'materials[51][4] = 825;' );
document.write( 'materials[72][4] = 825;' );
document.write( 'materials[50][5] = 814;' );
document.write( 'materials[66][4] = 814;' );
document.write( 'materials[67][5] = 814;' );
document.write( 'materials[79][3] = 814;' );
document.write( 'materials[58][0] = 814;' );
document.write( 'materials[70][5] = 814;' );
document.write( 'materials[77][5] = 814;' );
document.write( 'materials[54][3] = 814;' );
document.write( 'materials[53][3] = 814;' );
document.write( 'materials[51][5] = 814;' );
document.write( 'materials[72][5] = 814;' );
document.write( 'materials[50][6] = 854;' );
document.write( 'materials[66][5] = 854;' );
document.write( 'materials[39][2] = 854;' );
document.write( 'materials[78][2] = 854;' );
document.write( 'materials[67][6] = 854;' );
document.write( 'materials[69][0] = 854;' );
document.write( 'materials[58][1] = 854;' );
document.write( 'materials[70][6] = 854;' );
document.write( 'materials[71][0] = 854;' );
document.write( 'materials[77][6] = 854;' );
document.write( 'materials[51][6] = 854;' );
document.write( 'materials[72][6] = 854;' );
document.write( 'materials[50][7] = 816;' );
document.write( 'materials[79][4] = 816;' );
document.write( 'materials[70][7] = 816;' );
document.write( 'materials[77][7] = 816;' );
document.write( 'materials[51][7] = 816;' );
document.write( 'materials[72][7] = 816;' );
document.write( 'materials[50][8] = 817;' );
document.write( 'materials[66][6] = 817;' );
document.write( 'materials[39][3] = 817;' );
document.write( 'materials[78][3] = 817;' );
document.write( 'materials[67][7] = 817;' );
document.write( 'materials[70][8] = 817;' );
document.write( 'materials[77][8] = 817;' );
document.write( 'materials[51][8] = 817;' );
document.write( 'materials[72][8] = 817;' );
document.write( 'materials[50][9] = 818;' );
document.write( 'materials[66][7] = 818;' );
document.write( 'materials[67][8] = 818;' );
document.write( 'materials[79][5] = 818;' );
document.write( 'materials[70][9] = 818;' );
document.write( 'materials[77][9] = 818;' );
document.write( 'materials[54][4] = 818;' );
document.write( 'materials[53][4] = 818;' );
document.write( 'materials[51][9] = 818;' );
document.write( 'materials[72][9] = 818;' );
document.write( 'materials[50][10] = 819;' );
document.write( 'materials[66][8] = 819;' );
document.write( 'materials[67][9] = 819;' );
document.write( 'materials[79][6] = 819;' );
document.write( 'materials[70][10] = 819;' );
document.write( 'materials[77][10] = 819;' );
document.write( 'materials[51][10] = 819;' );
document.write( 'materials[72][10] = 819;' );
document.write( 'materials[50][11] = 820;' );
document.write( 'materials[66][9] = 820;' );
document.write( 'materials[39][4] = 820;' );
document.write( 'materials[78][4] = 820;' );
document.write( 'materials[67][10] = 820;' );
document.write( 'materials[70][11] = 820;' );
document.write( 'materials[77][11] = 820;' );
document.write( 'materials[51][11] = 820;' );
document.write( 'materials[72][11] = 820;' );
document.write( 'materials[50][12] = 781;' );
document.write( 'materials[39][5] = 781;' );
document.write( 'materials[78][5] = 781;' );
document.write( 'materials[67][11] = 781;' );
document.write( 'materials[70][12] = 781;' );
document.write( 'materials[77][12] = 781;' );
document.write( 'materials[51][12] = 781;' );
document.write( 'materials[72][12] = 781;' );
document.write( 'materials[50][13] = 832;' );
document.write( 'materials[79][7] = 832;' );
document.write( 'materials[70][13] = 832;' );
document.write( 'materials[77][13] = 832;' );
document.write( 'materials[51][13] = 832;' );
document.write( 'materials[72][13] = 832;' );
document.write( 'materials[50][14] = 831;' );
document.write( 'materials[39][6] = 831;' );
document.write( 'materials[78][6] = 831;' );
document.write( 'materials[67][12] = 831;' );
document.write( 'materials[70][14] = 831;' );
document.write( 'materials[77][14] = 831;' );
document.write( 'materials[51][14] = 831;' );
document.write( 'materials[72][14] = 831;' );
document.write( 'materials[50][15] = 828;' );
document.write( 'materials[79][8] = 828;' );
document.write( 'materials[70][15] = 828;' );
document.write( 'materials[77][15] = 828;' );
document.write( 'materials[51][15] = 828;' );
document.write( 'materials[72][15] = 828;' );
document.write( 'materials[50][16] = 829;' );
document.write( 'materials[79][9] = 829;' );
document.write( 'materials[70][16] = 829;' );
document.write( 'materials[77][16] = 829;' );
document.write( 'materials[51][16] = 829;' );
document.write( 'materials[72][16] = 829;' );
document.write( 'materials[50][17] = 821;' );
document.write( 'materials[79][10] = 821;' );
document.write( 'materials[70][17] = 821;' );
document.write( 'materials[77][17] = 821;' );
document.write( 'materials[51][17] = 821;' );
document.write( 'materials[72][17] = 821;' );
document.write( 'materials[50][18] = 822;' );
document.write( 'materials[79][11] = 822;' );
document.write( 'materials[70][18] = 822;' );
document.write( 'materials[77][18] = 822;' );
document.write( 'materials[51][18] = 822;' );
document.write( 'materials[72][18] = 822;' );
document.write( 'materials[50][19] = 830;' );
document.write( 'materials[39][7] = 830;' );
document.write( 'materials[78][7] = 830;' );
document.write( 'materials[67][13] = 830;' );
document.write( 'materials[70][19] = 830;' );
document.write( 'materials[77][19] = 830;' );
document.write( 'materials[51][19] = 830;' );
document.write( 'materials[72][19] = 830;' );
document.write( '' );
document.write( 'var locations = new Array();' );
document.write( 'locations[0] = new Array();' );
document.write( 'locations[1] = new Array();' );
document.write( 'locations[2] = new Array();' );
document.write( 'locations[3] = new Array();' );
document.write( 'locations[4] = new Array();' );
document.write( 'locations[5] = new Array();' );
document.write( 'locations[6] = new Array();' );
document.write( 'locations[7] = new Array();' );
document.write( 'locations[8] = new Array();' );
document.write( 'locations[9] = new Array();' );
document.write( 'locations[10] = new Array();' );
document.write( 'locations[11] = new Array();' );
document.write( 'locations[12] = new Array();' );
document.write( 'locations[13] = new Array();' );
document.write( 'locations[14] = new Array();' );
document.write( 'locations[15] = new Array();' );
document.write( 'locations[16] = new Array();' );
document.write( 'locations[17] = new Array();' );
document.write( 'locations[18] = new Array();' );
document.write( 'locations[19] = new Array();' );
document.write( 'locations[20] = new Array();' );
document.write( 'locations[20][0] = 813;' );
document.write( 'locations[21] = new Array();' );
document.write( 'locations[21][0] = 814;' );
document.write( 'locations[22] = new Array();' );
document.write( 'locations[22][0] = 854;' );
document.write( 'locations[23] = new Array();' );
document.write( 'locations[23][0] = 816;' );
document.write( 'locations[24] = new Array();' );
document.write( 'locations[24][0] = 817;' );
document.write( 'locations[25] = new Array();' );
document.write( 'locations[25][0] = 818;' );
document.write( 'locations[26] = new Array();' );
document.write( 'locations[26][0] = 819;' );
document.write( 'locations[27] = new Array();' );
document.write( 'locations[27][0] = 820;' );
document.write( 'locations[28] = new Array();' );
document.write( 'locations[28][0] = 781;' );
document.write( 'locations[29] = new Array();' );
document.write( 'locations[29][0] = 821;' );
document.write( 'locations[30] = new Array();' );
document.write( 'locations[30][0] = 822;' );
document.write( 'locations[31] = new Array();' );
document.write( 'locations[31][0] = 830;' );
document.write( 'locations[32] = new Array();' );
document.write( 'locations[32][0] = 823;' );
document.write( 'locations[33] = new Array();' );
document.write( 'locations[33][0] = 825;' );
document.write( 'locations[34] = new Array();' );
document.write( 'locations[34][0] = 824;' );
document.write( 'locations[35] = new Array();' );
document.write( 'locations[35][0] = 831;' );
document.write( 'locations[36] = new Array();' );
document.write( 'locations[36][0] = 832;' );
document.write( 'locations[37] = new Array();' );
document.write( 'locations[37][0] = 827;' );
document.write( 'locations[38] = new Array();' );
document.write( 'locations[38][0] = 828;' );
document.write( 'locations[39] = new Array();' );
document.write( 'locations[39][0] = 829;' );
document.write( 'locations[40] = new Array();' );
document.write( 'locations[41] = new Array();' );
document.write( 'locations[42] = new Array();' );
document.write( 'locations[43] = new Array();' );
document.write( 'locations[44] = new Array();' );
document.write( 'locations[45] = new Array();' );
document.write( 'locations[46] = new Array();' );
document.write( 'locations[47] = new Array();' );
document.write( 'locations[48] = new Array();' );
document.write( 'locations[49] = new Array();' );
document.write( 'locations[50] = new Array();' );
document.write( 'locations[51] = new Array();' );
document.write( 'locations[52] = new Array();' );
document.write( 'locations[53] = new Array();' );
document.write( 'locations[54] = new Array();' );
document.write( 'locations[55] = new Array();' );
document.write( 'locations[56] = new Array();' );
document.write( 'locations[57] = new Array();' );
document.write( 'locations[58] = new Array();' );
document.write( 'locations[59] = new Array();' );
document.write( 'locations[60] = new Array();' );
document.write( 'locations[61] = new Array();' );
document.write( 'locations[62] = new Array();' );
document.write( '' );
document.write( 'var nlocations = new Array();' );
document.write( '' );
document.write( 'nlocations[22] = 813;' );
document.write( 'nlocations[34] = 823;' );
document.write( 'nlocations[40] = 827;' );
document.write( 'nlocations[36] = 824;' );
document.write( 'nlocations[35] = 825;' );
document.write( 'nlocations[23] = 814;' );
document.write( 'nlocations[24] = 854;' );
document.write( 'nlocations[25] = 816;' );
document.write( 'nlocations[26] = 817;' );
document.write( 'nlocations[27] = 818;' );
document.write( 'nlocations[28] = 819;' );
document.write( 'nlocations[29] = 820;' );
document.write( 'nlocations[30] = 781;' );
document.write( 'nlocations[39] = 832;' );
document.write( 'nlocations[37] = 831;' );
document.write( 'nlocations[42] = 828;' );
document.write( 'nlocations[43] = 829;' );
document.write( 'nlocations[31] = 821;' );
document.write( 'nlocations[32] = 822;' );
document.write( 'nlocations[33] = 830;' );
document.write( '	</script>' );
document.write( '	<div style="position: relative; width: 919px; height: 546px; margin: auto; padding: 0;">' );
document.write( '		<img width="919" height="546" src="http://recycleoss.membersmanager.org/includes/img/Sandusky.jpg" border="0" style="z-index: 5;" onClick="this.blur();" >' );
document.write( '		<div id="tick_813" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 395px; left: 454px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(813)" alt="Ballville Township"></div>' );
document.write( '		<div id="tick_823" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 503px; left: 892px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(823)" alt="Bellevue Community Center"></div>' );
document.write( '		<div id="tick_827" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 514px; left: 553px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(827)" alt="CCC - Recycling Center"></div>' );
document.write( '		<div id="tick_824" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 412px; left: 700px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(824)" alt="City of Clyde - Curbside Program"></div>' );
document.write( '		<div id="tick_825" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 322px; left: 484px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(825)" alt="City of Fremont - Curbside Program"></div>' );
document.write( '		<div id="tick_814" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 433px; left: 636px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(814)" alt="Green Creek Township Hall"></div>' );
document.write( '		<div id="tick_854" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 425px; left: 294px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(854)" alt="Jackson Township House"></div>' );
document.write( '		<div id="tick_816" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 319px; left: 125px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(816)" alt="Madison Township Barn"></div>' );
document.write( '		<div id="tick_817" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 161px; left: 452px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(817)" alt="Rice Township"></div>' );
document.write( '		<div id="tick_818" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 291px; left: 632px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(818)" alt="Riley Township House"></div>' );
document.write( '		<div id="tick_819" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 263px; left: 448px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(819)" alt="Sandusky Township House"></div>' );
document.write( '		<div id="tick_820" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 413px; left: 106px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(820)" alt="Scott Township"></div>' );
document.write( '		<div id="tick_781" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 234px; left: 813px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(781)" alt="Townsend Township House"></div>' );
document.write( '		<div id="tick_832" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 250px; left: 166px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(832)" alt="Village of Gibsonburg - Curbside Program"></div>' );
document.write( '		<div id="tick_831" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 343px; left: 208px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(831)" alt="Village of Helena"></div>' );
document.write( '		<div id="tick_828" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 177px; left: 319px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(828)" alt="Village of Lindsey - Curbside Program"></div>' );
document.write( '		<div id="tick_829" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 114px; left: 107px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(829)" alt="Village of Woodville - Curbside Program"></div>' );
document.write( '		<div id="tick_821" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 221px; left: 286px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(821)" alt="Washington Township Hall"></div>' );
document.write( '		<div id="tick_822" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 129px; left: 116px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(822)" alt="Woodville Township Garage"></div>' );
document.write( '		<div id="tick_830" style="width: 32px; height: 32px; z-index: 15; position: absolute; top: 454px; left: 816px;"><img src="http://recycleoss.membersmanager.org/img/recycle.gif" width="32" height="32" border="0" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" onClick="show_area(830)" alt="York Township House"></div>' );
document.write( '		<div id="info_813" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(813)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Ballville Township					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						2220 Tiffin Road<br />' );
document.write( '						Fremont, OH 43420<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=2220+Tiffin+Road%2C+43420" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 332-7830					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					3rd Saturday each month: 9am - 12pm.<br />' );
document.write( '<br />' );
document.write( 'Separate newspaper & corrugated cardboard.  Co-mingle all other materials.<br />' );
document.write( '<br />' );
document.write( 'Located at Conner Park.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/PAPER WAD sepia.jpg" alt="Office Paper" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Office Paper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/paper board sepia.jpg" alt="Paperboard" width="58" height="44" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Paperboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_823" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(823)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Bellevue Community Center					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						800 Monroe Street<br />' );
document.write( '						Bellevue, OH 44811<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=800+Monroe+Street%2C+44811" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 483-5555					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					2nd & 4th Saturday each month: 8:30am - 12:30pm.<br />' );
document.write( '<br />' );
document.write( 'Separate all materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_827" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(827)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						CCC - Recycling Center					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						1518 E. County Road 113<br />' );
document.write( '						Green Springs, OH 44836<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=1518+E.+County+Road+113%2C+44836" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 639-6115					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					Monday - Friday: 8am - 4pm.<br />' );
document.write( '<br />' );
document.write( 'Materials must be separated.<br />' );
document.write( '<br />' );
document.write( 'OPEN TO ALL DISTRICT RESIDENTS.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_824" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(824)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						City of Clyde - Curbside Program					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						N/A<br />' );
document.write( '						Clyde, OH 43410<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=N%2FA%2C+43410" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 547-9365					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					CLEAR BAG CURBSIDE RECYCLING PROGRAM:<br />' );
document.write( '<br />' );
document.write( 'Available To: City of Clyde residents only.<br />' );
document.write( '<br />' );
document.write( 'Contact: F.S.I. Disposal @ the number listed above.<br />' );
document.write( '<br />' );
document.write( 'Curbside Pick-up:					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/PAPER WAD sepia.jpg" alt="Office Paper" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Office Paper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/paper board sepia.jpg" alt="Paperboard" width="58" height="44" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Paperboard</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_825" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(825)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						City of Fremont - Curbside Program					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						N/A<br />' );
document.write( '						Fremont, OH 43410<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=N%2FA%2C+43410" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 547-9365					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					CURBSIDE PROGRAM:<br />' );
document.write( '<br />' );
document.write( 'Available To: City of Fremont residents only.<br />' );
document.write( '<br />' );
document.write( 'Contact: F.S.I. Disposal @ the number listed above.<br />' );
document.write( '<br />' );
document.write( 'Curbside Pick-up: Pick-up:<br />' );
document.write( '  Tuesday - N. of State St., E. of river<br />' );
document.write( '  Wednesday - N. of State St., W. of river<br />' );
document.write( '  Thursday - S. of State St., W. of river<br />' );
document.write( '  Friday - S. of State St., E. of river					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/PAPER WAD sepia.jpg" alt="Office Paper" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Office Paper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/paper board sepia.jpg" alt="Paperboard" width="58" height="44" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Paperboard</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_814" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(814)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Green Creek Township Hall					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						3106 Limerick Road<br />' );
document.write( '						Clyde, OH 43410<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=3106+Limerick+Road%2C+43410" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 547-0363					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					1st & 3rd Saturday each month: 9am - 12pm.<br />' );
document.write( '<br />' );
document.write( 'Separate lead acid batteries.  Co-mingle all other materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Lead Acid Battery.jpg" alt="Lead Acid Batteries" width="58" height="44" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Lead Acid Batteries</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/PAPER WAD sepia.jpg" alt="Office Paper" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Office Paper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/paper board sepia.jpg" alt="Paperboard" width="58" height="44" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Paperboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_854" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(854)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Jackson Township House					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						1364 S. State Route 590<br />' );
document.write( '						Fremont, OH 43420<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=1364+S.+State+Route+590%2C+43420" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 355-6050					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					2nd & 4th Wednesday each month: 12pm - 6pm.<br />' );
document.write( '<br />' );
document.write( 'Separate all materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Ink Cartridges.jpg" alt="Ink Cartridges" width="150" height="113" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Ink Cartridges</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Lead Acid Battery.jpg" alt="Lead Acid Batteries" width="58" height="44" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Lead Acid Batteries</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/oil bottle.jpg" alt="Motor Oil" width="120" height="90" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Motor Oil</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_816" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(816)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Madison Township Barn					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						County Road 42 & County Road 55<br />' );
document.write( '						Gibsonburg, OH 43431<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=County+Road+42+%26+County+Road+55%2C+43431" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 637-7016					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					2nd Saturday each month: 7am - 1pm.<br />' );
document.write( '<br />' );
document.write( 'Bag & Separate newspaper and magazines only.  Co-mingle all other materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_817" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(817)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Rice Township					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						Corner of County Road 170 & County Road 119<br />' );
document.write( '						Fremont, OH 43420<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=Corner+of+County+Road+170+%26+County+Road+119%2C+43420" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 355-1964					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					3rd Saturday each month: 8am - 12am.<br />' );
document.write( '<br />' );
document.write( 'Separate all materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_818" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(818)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Riley Township House					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						3109 State Route 412<br />' );
document.write( '						Fremont, OH 43420<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=3109+State+Route+412%2C+43420" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 334-7222					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					4th Thursday each month: 1pm - 6pm.<br />' );
document.write( '<br />' );
document.write( 'Co-mingle all materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/PAPER WAD sepia.jpg" alt="Office Paper" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Office Paper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/paper board sepia.jpg" alt="Paperboard" width="58" height="44" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Paperboard</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_819" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(819)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Sandusky Township House					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						2207 Oak Harbor Road<br />' );
document.write( '						Fremont, OH 43420<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=2207+Oak+Harbor+Road%2C+43420" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 334-7222					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					2nd Saturday each month: 9am - 11am.<br />' );
document.write( '<br />' );
document.write( 'Separate corrugated cardboard. Co-mingle all other materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_820" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(820)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Scott Township					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						County Road 32<br />' );
document.write( '						Helena, OH 43435<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=County+Road+32%2C+43435" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 457-3408					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					1st Saturday each month: 8am - 12pm.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Books.jpg" alt="Books" width="48" height="42" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Books</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_781" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(781)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Townsend Township House					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						Co. Rd. 294<br />' );
document.write( '						Vickery, OH 43464<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=Co.+Rd.+294%2C+43464" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (000) 000-0000					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					Currently there are no opportunities to recycle locally in Townsend Township.<br />' );
document.write( '<br />' );
document.write( 'Avialable Recycling Option:  Townsend Township residents can take materials to the OSS Recycling Drop-off Center - located at the CCC Camp at Co. Rd. 113, Green Springs, Ohio 44836.<br />' );
document.write( '<br />' );
document.write( 'For questions residents should contact OSS Processing Center Supervisor, Nick Reinbolt at 419-639-6115.<br />' );
document.write( 'Hours: Monday - Friday - 8:00am - 4:00 pm					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_832" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(832)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Village of Gibsonburg - Curbside Program					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						N/A<br />' );
document.write( '						Gibsonburg, OH 43431<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=N%2FA%2C+43431" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 637-7022					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					CURBSIDE PROGRAM:<br />' );
document.write( '<br />' );
document.write( 'Available To: Village of Gibsonburg residents only.<br />' );
document.write( '<br />' );
document.write( 'Contact: Buckeye Sanitation @ the number listed above.<br />' );
document.write( '<br />' );
document.write( 'Curbside Pick-up: 1st & 3rd Tuesday of each month<br />' );
document.write( '<br />' );
document.write( 'Co-Mingle: aluminum, glass bottles / jars, plastic bottles (#1 - #2) & steel cans.<br />' );
document.write( '<br />' );
document.write( 'Bag & Separate: magazines & newspaper.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_831" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(831)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Village of Helena					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						504 Church St., PO Box 85<br />' );
document.write( '						Helena, OH 43435<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=504+Church+St.%2C+PO+Box+85%2C+43435" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 638-1035					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					Currently there are no opportunities to recycle locally in the Village of Helena.<br />' );
document.write( '<br />' );
document.write( 'Avialable Recycling Option: Helena residents can take materials to the OSS Recycling Drop-off Center - located at the CCC Camp at Co. Rd. 113, Green Springs, Ohio 44836.<br />' );
document.write( '<br />' );
document.write( 'Materials must be separated.<br />' );
document.write( '<br />' );
document.write( 'For questions residents should contact OSS Processing Center Supervisor, Nick Reinbolt at 419-639-6115.<br />' );
document.write( 'Hours: Monday - Friday - 8:00am - 4:00 pm					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_828" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(828)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Village of Lindsey - Curbside Program					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						N/A<br />' );
document.write( '						Lindsey, OH 43442<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=N%2FA%2C+43442" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 637-7022					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					CURBSIDE PROGRAM:<br />' );
document.write( '<br />' );
document.write( 'Available To: Village of Lindsey residents only.<br />' );
document.write( '<br />' );
document.write( 'Contact: Buckeye Sanitation @ the number listed above.<br />' );
document.write( '<br />' );
document.write( 'Curbside Pick-up: 2nd & 4th Tuesday of each month.<br />' );
document.write( '<br />' );
document.write( 'Co-Mingle: aluminum, glass bottles / jars, plastic bottles (#1 - #2) & steel cans.<br />' );
document.write( '<br />' );
document.write( 'Bag & Separate: magazines & newspaper.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_829" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(829)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Village of Woodville - Curbside Program					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						N/A<br />' );
document.write( '						Woodville, OH 43469<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=N%2FA%2C+43469" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 637-7022					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					CURBSIDE PROGRAM:<br />' );
document.write( '<br />' );
document.write( 'Available To: Village of Woodville residents only.<br />' );
document.write( '<br />' );
document.write( 'Contact: Buckeye Sanitation @ the number listed above.<br />' );
document.write( '<br />' );
document.write( 'Curbside Pick-up: 2nd & 4th Thursday of each month.<br />' );
document.write( '<br />' );
document.write( 'Co-Mingle: aluminum, glass bottles / jars, plastic bottles (#1 - #2) & steel cans.<br />' );
document.write( '<br />' );
document.write( 'Bag & Separate: magazines & newspaper.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_821" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(821)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Washington Township Hall					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						3179 Township Road 702<br />' );
document.write( '						Lindsey, OH 43442<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=3179+Township+Road+702%2C+43442" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 665-2212					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					1st Saturday each month: 8am - 12pm.<br />' );
document.write( '<br />' );
document.write( 'Bag & Separate newspaper, magazines.  Co-mingle all other materials.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_822" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(822)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						Woodville Township Garage					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						U.S. Route 20<br />' );
document.write( '						Woodville, OH 43469<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=U.S.+Route+20%2C+43469" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 849-2492					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					1st Saturday each month: 8:30am - 11am.<br />' );
document.write( '<br />' );
document.write( 'Bag & Separate newspaper and magazines only.					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glass bottles blue - bw - green - brown.jpg" alt="Glass Bottles / Jars" width="66" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '		<div id="info_830" style="width: 375px;  display: none; background-color: #FFF; position: absolute; z-index: 20; top: 23px; left: 271px;">' );
document.write( '			<div id="info_container">' );
document.write( '				<div id="info_container_top">' );
document.write( '					<img onClick="hide_area(830)" onMouseOver="this.style.cursor=\'hand\';" onMouseOut="this.style.cursor=\'pointer\'" src="http://recycleoss.membersmanager.org/img/close.jpg"></div>' );
document.write( '				<div id="info_container_name">' );
document.write( '						York Township House					</div>' );
document.write( '				<div id="info_container_location">' );
document.write( '						1586 W. Main St.<br />' );
document.write( '						Bellevue, OH 44811<br />' );
document.write( '						<a href="http://maps.google.com/maps?f=q&hl=en&q=1586+W.+Main+St.%2C+44811" target="_blank">Map Location</a><br />' );
document.write( '						Phone: (419) 483-2629					</div>' );
document.write( '				<div id="info_container_recycle_header">' );
document.write( '					Recycling Collection' );
document.write( '					</div>' );
document.write( '				<div id="info_container_recycle">' );
document.write( '					Currently there are no opportunities to recycle locally in York Township.<br />' );
document.write( '<br />' );
document.write( 'Avialable Recycling Option: York Township residents can take materials to the OSS Recycling Drop-off Center - located at the CCC Camp at Co. Rd. 113, Green Springs, Ohio 44836.<br />' );
document.write( '<br />' );
document.write( 'Materials must be separated.<br />' );
document.write( '<br />' );
document.write( 'For questions residents should contact OSS Processing Center Supervisor, Nick Reinbolt at 419-639-6115.<br />' );
document.write( 'Hours: Monday - Friday - 8:00am - 4:00 pm					</div>' );
document.write( '				<div id="info_container_material_header">' );
document.write( '					Recyclable Material Accepted' );
document.write( '					</div>' );
document.write( '				<div id="info_container_material">' );
document.write( '					<table border="0" cellpadding="2" cellspacing="2" width="95%">' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/almnumcans1SepiaTone.jpg" alt="Aluminum Cans" width="48" height="36" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Aluminum Cans</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3.jpg" alt="Clear Glass Bottles / Jars" width="48" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Clear Glass Bottles / Jars</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/glassbottle3SepiaTone.jpg" alt="Colored Glass Bottles / Jars" width="22" height="48" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Colored Glass Bottles / Jars</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Cardboard.jpg" alt="Corrugated Cardboard" width="48" height="54" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Corrugated Cardboard</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/magazines.jpg" alt="Magazines" width="75" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Magazines</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Newspaper.jpg" alt="Newspaper" width="68" height="45" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Newspaper</td>' );
document.write( '						</tr>' );
document.write( '						<tr>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/plastic sepia.jpg" alt="Plastic Bottles" width="48" height="38" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Plastic Bottles</td>' );
document.write( '							<td align="right">' );
document.write( '								<img src="http://recycleoss.membersmanager.org/downloads/Steel can.jpg" alt="Steel Cans" width="48" height="32" border="0" /> </td>' );
document.write( '							<td width="50%" align="left" valign="middle">' );
document.write( '								Steel Cans</td>' );
document.write( '						</tr>' );
document.write( '					' );
document.write( '					</table>' );
document.write( '				</div>' );
document.write( '			</div>' );
document.write( '		</div>' );
document.write( '	</div>' );

