<!-- 
// Column 1 - Far Left Column


function Column1()
{
document.write("<td valign='top' background='Images/Common/bg_contact.gif'>");
if (pageName!="Home")
{
	document.write("<table width='180' cellspacing='0' cellpadding='0' bgcolor='#FFFFFF'>");
		document.write("<tr><td><img src='../Images/Common/spacer_trans.gif' width='1' height='20'  border='0'></td></tr></table>");
}

document.write("<table width='180' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td height='44' background='Images/Common/bg_contactHeader.jpg' style='font-family:Arial; font-size:14pt; color:#ffffff; padding-left:12px; vertial-align:top;'>Contact Us</td>");
		document.write("</tr>");
		document.write("</table>");
		
		//<!-- Contact Info -->
		document.write("<div style='font-size:8pt; padding-left:12px; padding-right:12px; text-align:left; padding-top:10px; padding-bottom:15px; border-top: 2px solid #ffffff;'>");
		document.write("<strong>Iowa Voters for Companion Animals</strong><br><br>");
		document.write("Mary LaHay<br>");
		//document.write("1321 41st Street<br>");
		//document.write("Des Moines, IA 50311<br><br>");
		document.write("Phone: 515-556-5949<br>");
		document.write("<a href='mailto:mlahay@iowavca.org'>mlahay@iowavca.org</a>");
		document.write("</div>");
		
		
		//<!-- Email Subscribe Info -->
		document.write("<div style='padding-left:12px; padding-right:12px; text-align:left; padding-top:15px; padding-bottom:10px; border-top:3px solid #ffffff;'>");
		document.write("<span style='font-weight:bold; font-size:8pt; padding-bottom:'>Subscribe to Our Emails<br><br></span>");
		
		document.write('<form target="_blank"; style="margin-bottom:3;" action="http://visitor.constantcontact.com/d.jsp" enctype="application/x-www-form-urlencoded" method="post"><span style="font-size: 8pt;">Get the latest news from Iowa VCA.</span><br><br><span style="font-weight: normal; font-size: 8pt;">Email:</span> <input style="font-family: Arial; font-size:10pt; border:1px solid #999999;" name="ea" size="13" type="text" /><div align="right"><input class="submit" style="font-family:Arial,Helvetica,sans-serif; font-size:11px;" name="go" type="submit" value="Submit" /></div><a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><img src="Images/Common/safeSubscribe.gif" alt="" width="113" height="23" border="0" /></a><br /><input name="m" type="hidden" value="1102634470278" /> <input name="p" type="hidden" value="oi" /> </form>');	
		
		document.write("</div>");
		

		//<!-- Facebook Like Box -->
		if (pageName=="Home")
		{
		document.write('<div style="padding-top:15px; padding-bottom:15px; padding-left:0px; padding-right:0px; border-top: 3px solid #ffffff;">');
		document.write('<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FIowaVotersForCompanionAnimals&amp;width=180&amp;colorscheme=light&amp;connections=2&amp;stream=true&amp;header=true&amp;height=575" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:575px;" allowTransparency="true"></iframe>');
		document.write("</div>");
		}
		
		document.write("</td>");
		
}


//#######################################################################
//This is the HTML Code for the above javascript (for debugging purposes)
//#######################################################################
/*
<!-- Begin nested table for Contact Us header -->
		<table width="180" cellspacing="0" cellpadding="0">
		<tr>
			<td height="44" background="Images/Common/bg_contactHeader.jpg" style="font-family:Arial; font-size:14pt; color:#ffffff; padding-left:12px; vertial-align:middle;">Contact Us</td>
		</tr>
		</table>
		<!-- Contact Info -->
		<div style="font-size:8pt; padding-left:12px; padding-right:12px; text-align:left; padding-top:10px; padding-bottom:15px; border-top: 2px solid #ffffff;">
			<strong>Iowa Voters for Companion Animals</strong><br><br>
			Mary K. LaHay<br>
			1321 41st Street<br>
			Des Moines, IA 50311<br><br>

			Phone: 515-556-5949<br>
			Fax: 515-279-0446<br>
			mlahay@iowavca.org		
			</div>
			
			<!-- Email Subscribe Info -->
			<div style="padding-left:12px; padding-right:12px; text-align:left; padding-top:15px; padding-bottom:10px; border-top:3px solid #ffffff;">
			<span style="font-weight:bold; font-size:8pt; padding-bottom:">Subscribe to Our Emails<br><br></span>
			
			<form target="_blank"; style="margin-bottom:3;" action="http://visitor.constantcontact.com/d.jsp" enctype="application/x-www-form-urlencoded" method="post"><span style="font-size: 8pt;">Get the latest news from Iowa VCA.</span><br><br><span style="font-weight: normal; font-size: 8pt;">Email:</span> <input style="font-family: Arial; font-size:10pt; border:1px solid #999999;" name="ea" size="13" type="text" /><div align="right"><input class="submit" style="font-family:Arial,Helvetica,sans-serif; font-size:11px;" name="go" type="submit" value="Submit" /></div><a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><img src="Images/Common/safeSubscribe.gif" alt="" width="113" height="23" border="0" /></a><br /><input name="m" type="hidden" value="1102634470278" /> <input name="p" type="hidden" value="oi" /> </form>	
			</div>	
			
			<!-- Facebook Like Box -->
			<div style="padding-top:15px; padding-bottom:15px; padding-left:0px; padding-right:0px; border-top: 3px solid #ffffff;">
			<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FIowaVotersForCompanionAnimals&amp;width=180&amp;colorscheme=light&amp;connections=3&amp;stream=true&amp;header=true&amp;height=575" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:575px;" allowTransparency="true"></iframe>
			</div>
*/



 -->

