<!-- 
// Bread crumbs on each page
function Breadcrumbs()
{
// Home section
	//if (pageName=="Updates")
		//document.write("<div class='bc'>You are here:     <a href='index.html' class='bc'>Home</a>    &gt;&gt;  <span class='bcon'>Updates</span></div>");
	
	if (pageName=="NewPuppy")
		document.write("<div class='bc'>You are here:     <a href='index.html' class='bc'>Home</a>    &gt;&gt;  <span class='bcon'>New Puppy</span></div>");

	else if (pageName=="ResponsibleBreeders")
		document.write("<div class='bc'>You are here:     <a href='index.html' class='bc'>Home</a>    &gt;&gt;  <span class='bcon'>Responsible Breeders</span></div>");


// About Us section
	else if (pageName=="AboutUs")
		document.write("<div class='bc'>You are here:  <span class='bcon'>About Us</span></div>");
	
	else if (pageName=="Success")
		document.write("<div class='bc'>You are here:     <a href='about.html' class='bc'>About Us</a>    &gt;&gt;  <span class='bcon'>Success Stories</span></div>");


// Events section
	else if (pageName=="Events")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Events</span></div>");
	else if (pageName=="EventsCalendar")
		document.write("<div class='bc'>You are here:     <a href='events.html' class='bc'>Events</a>    &gt;&gt;  <span class='bcon'>Calendar</span></div>");
	else if (pageName=="EventsUpcoming")
		document.write("<div class='bc'>You are here:     <a href='events.html' class='bc'>Events</a>    &gt;&gt;  <span class='bcon'>Upcoming Events</span></div>");


// Updates section
	else if (pageName=="Updates")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Updates</span></div>");
	
	
	
	//else if (pageName=="StatesUpdates")
		//document.write("<div class='bc'>You are here:     <a href='updates.html' class='bc'>Updates</a>    &gt;&gt;  <span class='bcon'>Other States Updates</span></div>");


// Legislation section
	else if (pageName=="Legislation")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Legislation</span></div>");
	
	else if (pageName=="House")
		document.write("<div class='bc'>You are here:     <a href='legislation.html' class='bc'>Legislation</a>    &gt;&gt;  <span class='bcon'>Iowa State House</span></div>");
	
	else if (pageName=="Senate")
		document.write("<div class='bc'>You are here:     <a href='legislation.html' class='bc'>Legislation</a>    &gt;&gt;  <span class='bcon'>Iowa State Senate</span></div>");
	
	else if (pageName=="BillToLaw")
		document.write("<div class='bc'>You are here:     <a href='legislation.html' class='bc'>Legislation</a>  &gt;&gt;  <span class='bcon'>How an Iowa Bill Becomes Law</span></div>");
	
	else if (pageName=="FederalActions")
		document.write("<div class='bc'>You are here:     <a href='legislation.html' class='bc'>Legislation</a>  &gt;&gt;  <span class='bcon'>Federal Actions</span></div>");

	else if (pageName=="AWF")
		document.write("<div class='bc'>You are here:     <a href='legislation.html' class='bc'>Legislation</a>  &gt;&gt;  <span class='bcon'>Animal Welfare Act</span></div>");

	else if (pageName=="IowaLaws")
		document.write("<div class='bc'>You are here:     <a href='legislation.html' class='bc'>Legislation</a>  &gt;&gt;  <span class='bcon'>Iowa Laws</span></div>");

else if (pageName=="PuppyMillLaw")
		document.write("<div class='bc'>You are here:     <a href='legislation.html' class='bc'>Legislation</a>    &gt;&gt;  <span class='bcon'>New Puppy Mill Law</span></div>");


// Laws section
	else if (pageName=="Laws")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Laws</span></div>");
	
	else if (pageName=="IowaLaws")
		document.write("<div class='bc'>You are here:     <a href='laws.html' class='bc'>Laws</a>  &gt;&gt;  <span class='bcon'>Iowa Laws</span></div>");
	
	else if (pageName=="FederalLaws")
		document.write("<div class='bc'>You are here:     <a href='laws.html' class='bc'>Laws</a>  &gt;&gt;  <span class='bcon'>Federal Laws</span></div>");


// Resources section
	else if (pageName=="Resources")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Resources</span></div>");
	
	else if (pageName=="MoreInfo")
		document.write("<div class='bc'>You are here:     <a href='resources.html' class='bc'>Resources</a>  &gt;&gt;  <span class='bcon'>More Information</span></div>");

	else if (pageName=="Business")
		document.write("<div class='bc'>You are here:     <a href='resources.html' class='bc'>Resources</a>  &gt;&gt;  <span class='bcon'>Business Support</span></div>");


// Shelters & Rescues section
	else if (pageName=="Shelter")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Shelters \/ Rescues</span></div>");
	
	else if (pageName=="Find")
		document.write("<div class='bc'>You are here:     <a href='sheltersRescues.html' class='bc'>Shelters \/ Rescues</a>  &gt;&gt;  <span class='bcon'>Find a Shelter \/ Rescue</span></div>");
	
	else if (pageName=="SRResources")
		document.write("<div class='bc'>You are here:     <a href='sheltersRescues.html' class='bc'>Shelters \/ Rescues</a>  &gt;&gt;  <span class='bcon'>Rescue Resources</span></div>");


// Get Involved section
	else if (pageName=="GetInvolved")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Get Involved</span></div>");

	else if (pageName=="Donate")
		document.write("<div class='bc'>You are here:     <a href='getInvolved.html' class='bc'>Get Involved</a>  &gt;&gt;  <span class='bcon'>Donate</span></div>");

	else if (pageName=="Volunteer")
		document.write("<div class='bc'>You are here:     <a href='getInvolved.html' class='bc'>Get Involved</a>  &gt;&gt;  <span class='bcon'>Volunteer</span></div>");

	else if (pageName=="Reporting")
		document.write("<div class='bc'>You are here:     <a href='getInvolved.html' class='bc'>Get Involved</a>  &gt;&gt;  <span class='bcon'>Reporting Problems</span></div>");

	else if (pageName=="Protests")
		document.write("<div class='bc'>You are here:     <a href='getInvolved.html' class='bc'>Get Involved</a>  &gt;&gt;  <span class='bcon'>Pet Store Protests</span></div>");

	else if (pageName=="Lobbying")
		document.write("<div class='bc'>You are here:     <a href='getInvolved.html' class='bc'>Get Involved</a>  &gt;&gt;  <span class='bcon'>Lobbying For Animals</span></div>");

	else if (pageName=="Correspondence")
		document.write("<div class='bc'>You are here:     <a href='getInvolved.html' class='bc'>Get Involved</a>  &gt;&gt;  <span class='bcon'>Correspondence</span></div>");




// Puppy Mills section
	else if (pageName=="PuppyMills")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Puppy Mills</span></div>");

	else if (pageName=="Breeders")
		document.write("<div class='bc'>You are here:     <a href='puppyMills.html' class='bc'>Puppy Mills</a>    &gt;&gt;  <span class='bcon'>Commercial Breeders</span></div>");

	else if (pageName=="Money")
		document.write("<div class='bc'>You are here:     <a href='puppyMills.html' class='bc'>Puppy Mills</a>    &gt;&gt;  <span class='bcon'>The Money</span></div>");

	else if (pageName=="Map")
		document.write("<div class='bc'>You are here:     <a href='puppyMills.html' class='bc'>Puppy Mills</a>    &gt;&gt;  <span class='bcon'>Iowa Puppy Mill Map</span></div>");

	else if (pageName=="Pictures")
		document.write("<div class='bc'>You are here:     <a href='puppyMills.html' class='bc'>Puppy Mills</a>    &gt;&gt;  <span class='bcon'>Pictures \/ Videos</span></div>");

	else if (pageName=="Inspections")
		document.write("<div class='bc'>You are here:     <a href='puppyMills.html' class='bc'>Puppy Mills</a>    &gt;&gt;  <span class='bcon'>USDA Inspection Violations</span></div>");

	else if (pageName=="Investigations")
		document.write("<div class='bc'>You are here:     <a href='puppyMills.html' class='bc'>Puppy Mills</a>    &gt;&gt;  <span class='bcon'>USDA Inspection Investigation</span></div>");

// Hall of Shame section
	else if (pageName=="HallOfShame")
		document.write("<div class='bc'>You are here:     <span class='bcon'>Iowa Breeder Hall of Shame</span></div>");
	else if (pageName=="HallOfShamePast")
		document.write("<div class='bc'>You are here:  <a href='breederHallOfShame.html' class='bc'>Iowa Breeder Hall of Shame</a>    &gt;&gt;    <span class='bcon'>Past Iowa Breeder Hall of Shame Winners</span></div>");
	
}


// This is the Footer and the space right above the Footer and the ending </table> tag for the Content Body table

function Footer()
{
//Spacer
document.write("<tr>")
	document.write("<td><img src='Images/Common/spacer_trans.gif' width='1' height='2' alt='' border='0'></td>");
	document.write("<td></td>");
	document.write("<td></td>");
	document.write("<td></td>");
document.write("</tr>");

//Footer
document.write("<tr>")
	document.write("<td colspan='3' background='Images/Common/bg_footer.gif' style='color:#ffffff; font-style:italic; font-size:8pt; padding-top:5px; padding-bottom:5px; padding-left:12px;'>For website questions or to report a problem email <a href='mailto:webAdminIVCA@IowaVCA.org' style='color:blue;'>webAdminIVCA@IowaVCA.org</a>");
	document.write("</td>");
	document.write("<!-- <td></td> -->");
	document.write("<!-- <td></td> -->");
	document.write("<td align='right' background='Images/Common/bg_footer.gif' class='footer'>&copy; 2011 Iowa Voters for Companion Animals</td>")
document.write("</tr>");

document.write("</table>");
}



//This is for the link to the top of the page
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><br>");
	document.write("<div align='center'><img src='Images/Common/line1.gif' width='75%' height='1' border='0'><br>")
	document.write("<a href='#' class='topPg'> top of page </a></div>");
	document.write("<br><br>");
}
function TopPage3()
{
	document.write("<div align='center'><a href='#' class='topPg'> top of page </a></div>");
	document.write("<br><br>");
}
function TopPage4()
{
	document.write("<br>");
	document.write("<div align='center'><a href='#' class='topPg'> top of page </a></div>");
	document.write("<br><br>");
}


//#######################################################################
//This is the HTML Code for the above Footer javascript (for debugging purposes)
//#######################################################################
/*
<!-- Spacer -->
<tr>
	<td><img src="Images/Common/spacer_trans.gif" width="1" height="2" alt="" border="0"></td>
	<td></td>
	<td></td>
	<td></td>
</tr>

<!-- @@@@@@@@@ Row 6 @@@@@@@@@ -->
<!-- Footer -->
<tr>
	<td colspan="3" background="Images/Common/bg_footer.gif" style="color:#ffffff; font-style:italic; font-size:8pt; padding-top:5px; padding-bottom:5px; padding-left:12px;">Designed by Nate Lyon &amp; Developed by Cathy Bolson
	
	</td>
	<!-- <td></td> -->
	<!-- <td></td> -->
	<td align="right" background="Images/Common/bg_footer.gif" style="color:#ffffff; font-style:italic; font-size:8pt; padding-top:5px; padding-bottom:5px; padding-right:12px;">&copy; 2010 Iowa Voters for Companion Animals</td>
</tr>

</table>
*/

 -->

