<!-- 
function Column3()
{
		// Contact Info
		document.write("<div style='font-size:9; padding-top:5px;'>");
		document.write("<strong>Iowa Voters for Companion Animals</strong><br>");
		document.write("Mary K. LaHay, Director<br>");
		document.write("P.O. Box 68<br>");
		document.write("St. Marys, IA 50241");
		document.write("<br><br>");
		document.write("Phone: 515-556-5949<br>");
		document.write("Fax: 515-279-0446<br>");
		document.write("<a href='mailto:mlahay@iowavca.org'>mlahay@iowavca.org</a>");
		document.write("</div>");
		
		// HR
		document.write("<br>");
		document.write("<hr width='80%' size='1' color='#000000'>");
		document.write("<br>");
		
		
		// Join Us Form
		document.write("<form style='margin-bottom:3;' action='http://visitor.constantcontact.com/d.jsp' enctype='application/x-www-form-urlencoded' method='post'><span style='font-weight: bold; font-size: 13px;'>Join Us!!!</span><br /><span style='font-weight: normal; font-size: 10px;'>Email:</span> <input style='font-family: Arial; font-size:10px; border:1px solid #999999;' name='ea' size='14' type='text' /> <input class='submit' style='font-family:Arial,Helvetica,sans-serif; font-size:11px;' name='go' type='submit' value='Join' /><br /><a href='http://www.constantcontact.com/safesubscribe.jsp' target='_blank'><img src='http://img.constantcontact.com/ui/images1/safe_subscribe_logo.gif' border='0' alt='' width='168' height='14' /></a><br /><input name='m' type='hidden' value='1102634470278' /> <input name='p' type='hidden' value='oi' /> </form>");

		// HTML Code for Join Us Form
		/*<form style="margin-bottom:3;" action="http://visitor.constantcontact.com/d.jsp" enctype="application/x-www-form-urlencoded" method="post"><span style="font-weight: bold; font-size: 13px;">Join Us!!!</span><br /><span style="font-weight: normal; font-size: 10px;">Email:</span> <input style="font-family: Arial; font-size:10px; border:1px solid #999999;" name="ea" size="14" type="text" /> <input class="submit" style="font-family:Arial,Helvetica,sans-serif; font-size:11px;" name="go" type="submit" value="Join" /><br /><a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><img src="http://img.constantcontact.com/ui/images1/safe_subscribe_logo.gif" border="0" alt="" width="168" height="14" /></a><br /><input name="m" type="hidden" value="1102634470278" /> <input name="p" type="hidden" value="oi" /> </form>*/

		// HR
		document.write("<br>");
		document.write("<hr width='80%' size='1' color='#000000'>");
		document.write("<br>");

		// Pay Pal Donate Form
		document.write("<form style='text-align: center;' action='https://www.paypal.com/cgi-bin/webscr' enctype='application/x-www-form-urlencoded' method='post'><input name='cmd' type='hidden' value='_s-xclick' /> <input name='hosted_button_id' type='hidden' value='8964739' /> <input alt='PayPal - The safer, easier way to pay online!' name='submit' src='https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif' type='image' /> <img src='https://www.paypal.com/en_US/i/scr/pixel.gif' border='0' alt='' width='1' height='1' /> </form>");

		// HTML Code For Pay Pal Donate Form
		/*<form style="text-align: center;" action="https://www.paypal.com/cgi-bin/webscr" enctype="application/x-www-form-urlencoded" method="post"><input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="8964739" /> <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" />*/

		document.write("<img src='Images/Common/spacer_trans.gif' width='200' height='1' alt='' border='0'>");
}



function Footer1()
{
	document.write("Designed by <a href='mailto:bzsim8@yahoo.com'>M Purcell</a> and <a href='mailto:cathy@iowavca.org'>Cathy</a><br>Developed by <a href='mailto:cathy@iowavca.org'>Cathy</a>");
}

function Footer2()
{
	document.write("&copy;2010 Iowa Voters for Companion Animals");
}

function TopPage()
{
	document.write("<br><br>");
	document.write("<div align='center'><a href='#' class='topPg'> top of page </a></div>");
	document.write("<br><br>");
}

function TopPage2()
{
	document.write("<br><br>");
	document.write("<div align='center'><a href='#' class='topPg'> top of page </a></div>");
	document.write("<br>");
}

function TopPage3()
{
	//document.write("<br>");
	document.write("<div align='center'><a href='#' class='topPg'> top of page </a></div>");
	document.write("<br>");
}
 -->