

<script language="Javascript">

function printit(){  
if (window.print) {
    window.print();  
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
	WebBrowser1.outerHTML = "";
}
}
</script>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
   "http://www.w3.org/TR/html4/loose.dtd"> 

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta HTTP-EQUIV="Expires" content="27 Aug 2007 00:00:00 GMT" />
<meta HTTP-EQUIV="Cache-Control" content="no-cache" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 


<SCRIPT TYPE="text/javascript">
<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		topnav_12_PETONtheNET_over = newImage("http://www.spca.bc.ca/images/topnav_12-PETONtheNET_over.gif");
		topnav_12_topnav_06_over = newImage("http://www.spca.bc.ca/images/topnav_12-topnav_06_over.gif");
		topnav_12_topnav_08_over = newImage("http://www.spca.bc.ca/images/topnav_12-topnav_08_over.gif");
		topnav_12_topnav_10_over = newImage("http://www.spca.bc.ca/images/topnav_12-topnav_10_over.gif");
		preloadFlag = true;
	}
}

// -->
</SCRIPT>

<script>
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 3500

// Duration of crossfade (seconds)
var crossFadeDuration = 3

// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0]= 'http://www.spca.bc.ca/images/topnav_01.gif'
Pic[1]= 'http://www.spca.bc.ca/images/greywhite_cat_perched189px.jpg'
Pic[2]= 'http://www.spca.bc.ca/images/labx_kennel189px.jpg'
Pic[3]= 'http://www.spca.bc.ca/images/SPC_horse189px.jpg'
Pic[4]= 'http://www.spca.bc.ca/images/boyrat189px.jpg'
Pic[5]= 'http://www.spca.bc.ca/images/BarryDogVan189px.jpg'
Pic[6]= 'http://www.spca.bc.ca/images/BabyOtter189px.jpg'
Pic[7]= 'http://www.spca.bc.ca/images/Wild-arcDuck189px.jpg'
Pic[8]= 'http://www.spca.bc.ca/images/TwoRabbits189px.jpg'
Pic[9]= 'http://www.spca.bc.ca/images/pigsInside189px.jpg'
Pic[10]= 'http://www.spca.bc.ca/images/BoyWithDog189px.jpg'
Pic[11]= 'http://www.spca.bc.ca/images/cat-leap_cat-box189px.jpg'
Pic[12]= 'http://www.spca.bc.ca/images/adoption_vest_dog189px.jpg'
Pic[13]= 'http://www.spca.bc.ca/images/Raccoon189px.jpg'
Pic[14]= 'http://www.spca.bc.ca/images/wildarc_heron189px.jpg'
Pic[15]= 'http://www.spca.bc.ca/images/lamb189px.jpg'
Pic[16]= 'http://www.spca.bc.ca/images/hamster_peanut189px.jpg'
Pic[17]= 'http://www.spca.bc.ca/images/WomanHoldingCat189px.jpg'
Pic[18]= 'http://www.spca.bc.ca/images/horses189px.jpg'
Pic[19]= 'http://www.spca.bc.ca/images/ChickenHand189px.jpg'
Pic[20]= 'http://www.spca.bc.ca/images/DogsBeach189px.jpg'
Pic[21]= 'http://www.spca.bc.ca/images/Cows189px.jpg'
Pic[22]= 'http://www.spca.bc.ca/images/SantaPig189px.jpg'
Pic[23]= 'http://www.spca.bc.ca/images/Lamb_KKokoska189px.jpg'
Pic[24]= 'http://www.spca.bc.ca/images/deer189px.jpg'
Pic[25]= 'http://www.spca.bc.ca/images/Kittens189px.jpg'
Pic[26]= 'http://www.spca.bc.ca/images/ChickensRange189px.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t
var j = 0
var p = Pic.length

var preLoad = new Array()
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Pic[i]
}

function runSlideShow(){
   if (document.all){
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
   }
   document.images.SlideShow.src = preLoad[j].src
   if (document.all){
      document.images.SlideShow.filters.blendTrans.Play()
   }
   j = j + 1
   if (j > (p-1)) j=0
   t = setTimeout('runSlideShow()', slideShowSpeed)
}
</script>

<link rel="stylesheet" href="styles.css" type="text/css">
<style>
<!--
p            { font-family: Arial; font-size: 10pt }
h4           { font-family: Arial; font-size: 12pt; font-weight: bold }
-->
</style>

<script language=JavaScript>
function s_show(){return false}
function s_hide(){return false}
if(window.event+''=='undefined')event=0
ROOT='http://www.spca.bc.ca/'
</script>

</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="runSlideShow();preloadImages()"> 

<script language=JavaScript1.2 src=http://www.spca.bc.ca/includes/s_loader_body.js></script>

<TABLE WIDTH=823 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD COLSPAN=2 ROWSPAN=3>

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="VU" height=120 width=189>
<img src="http://www.spca.bc.ca/images/topnav_01.gif" name='SlideShow' width=189 height=120></td>
</tr>
</table>
            </TD>
		<TD COLSPAN=11>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_02.gif" WIDTH=634 HEIGHT=54 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=2 ROWSPAN=2>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_03.gif" WIDTH=391 HEIGHT=66 ALT=""></TD>
		<TD COLSPAN=2 BGCOLOR=#9597C3>
			<A HREF="http://www.spca.bc.ca/PetOnNet/default.asp"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-PETONtheNET_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/petonnet/images/petonnet.jpg" WIDTH=50 HEIGHT=50 BORDER=0 ALT="Pet on the Net - features adoptable animals from around the province!"></A></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_05.gif" WIDTH=6 HEIGHT=50 ALT=""></TD>
		<TD>
			<A HREF="http://bcspcapets.shelterbuddy.com/search/?advanced=1&t=&s=adoption"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-topnav_06_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/images/topnav_06.gif" width=50 height=50 BORDER=0 ALT="View Animals for Adoption at SPCA Shelters"></A></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_07.gif" WIDTH=6 HEIGHT=50 ALT=""></TD>
		<TD>
			<A HREF="http://www.spca.bc.ca/help/donate_now.asp"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-topnav_08_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/images/topnav_08.gif" WIDTH=50 HEIGHT=50 BORDER=0 ALT="Donate On Line"></A></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_09.gif" WIDTH=6 HEIGHT=50 ALT=""></TD>		<TD>
			<A HREF="http://www.spca.bc.ca/about/contact.asp"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-topnav_10_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/images/topnav_10.gif" width=50 height=50 BORDER=0 ALT="Contact Us"></A></TD>
		<TD ROWSPAN=2>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_11.gif" WIDTH=25 HEIGHT=66 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=8>
			<IMG NAME="topnav_12" SRC="http://www.spca.bc.ca/images/topnav_12.gif" WIDTH=218 HEIGHT=16 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=3>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_13.gif" WIDTH=414 HEIGHT=26 ALT=""></TD>
		<TD COLSPAN=10>
            <a href="http://www.spca.bc.ca/PrintPage.asp" target="_blank">
            <IMG SRC="http://www.spca.bc.ca/images/topnav_13_Print.gif" WIDTH=409 HEIGHT=26 ALT="Click here for a printer-friendly version of this page..." border="0"></a></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=181 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=8 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=225 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=166 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=43 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=7 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=25 HEIGHT=1 ALT=""></TD>
	</TR>
</TABLE>
</BODY>
</HTML>

<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="description" content="BC SPCA Farm Animal Links">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="keywords" content="farm, link, links, weblink, weblinks, welfare, wellbeing, well-being, stress, practices, free-run, free-range, free run, free range, battery cages, five freedoms, farm animal, facts, chicken, hen, turkey, factory farming, intensive, confinement, suffering, distress, poultry, housing, free-run, free-range, free, run, range, perchery, barn, eggs, broiler, layer, chicken, meat, cage, battery, perch, production, system, management">
<meta name="ProgId" content="FrontPage.Editor.Document">
<TITLE>BC SPCA Farm Animal Links</TITLE>

<link rel="stylesheet" href="../includes/styles.css" type="text/css">
</HEAD>
<BODY BGCOLOR=#FFFFFF leftmargin=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();startit()">
<TABLE WIDTH=823 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="../images/topnav_15.gif" ALT="" width="181" height="44"></TD>
		<TD COLSPAN=4>
            <img border="0" src="../images/title-farm.gif" width="442" height="44"></TD>
		<TD COLSPAN=8>
			<IMG SRC="../images/topnav_17.gif" ALT="" width="200" height="44"></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=181 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=8 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=225 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=166 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=43 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=7 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=25 HEIGHT=1 ALT=""></TD>
	</TR>
</TABLE>

<!---------- CONTENT TABLE BELOW---------------->


<TABLE ALIGN="left" BGCOLOR="#E2DFD2" WIDTH="824" CELLSPACING="0" CELLPADDING="8">
<TR>
    <TD WIDTH="201" ALIGN="CENTER" VALIGN="TOP">
<font face="Arial"><IMG SRC="../images/spacer.gif" WIDTH=200 HEIGHT=230 BORDER=0 ALT="">
 &nbsp;</font>
<p align="left">
<font face="Arial">
<!----LEFT COLUMN STARTS HERE-----></font></p>
<ul type="circle">
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="default.asp">Farm
    animals</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="faw.asp">Farm
    animal welfare</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="transportation/default.asp">Animal
    transportation</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../farm/certified.asp">SPCA
    Certified</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="news/default.asp">Farm
    News</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="news/farmsense.asp">FarmSense Newsletter</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="world.asp">Animal
    Welfare Certification around the world</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="disease.asp">Farm
    animal diseases</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="emergency.asp">Emergency
    Preparedness</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1" face="Arial"><a href="../../farm/contact.asp">Contact</a></font></li>
</ul>
<p align="left">
<font face="Arial" size="2"><!----LEFT COLUMN ENDS HERE-----></font></p>
	</TD>
    <TD valign="top" width="587" align="left">
<p class="MsoBodyText"><b><font color="#000080" face="Arial" size="4">Animal
Welfare Links</font></b></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24" align="left"><font face="Arial" size="1">Prepared
by Farm Animal Welfare volunteer, Will Pulyk.&nbsp;</font></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24"><font face="Arial" size="1">Note:
The descriptions provided have been provided by the listed organization. The BC SPCA is not
responsible for the content of these external sites.</font></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24"><b><a href="#Canadian Organizations"><font color="#000080" face="Arial" size="4">Canadian
Organizations</font></a></b></p>
<p style="margin-right: -.25in" align="left"><font size="3" face="Arial"><b><a href="#Can Governmental">Governmental</a></b></font></p>
<p align="left" style="margin-right: -.25in"><font size="3" face="Arial"><b><a href="#Can Non-Gov">Non-Governmental</a></b></font></p>
<p align="left" style="margin-right: -.25in"><font size="3" face="Arial"><b><a href="#Can Professional">Professional
Associations</a></b></font></p>
<p align="left" style="margin-right: -.25in"><font size="3" face="Arial"><b><a href="#Can Industry">Industry</a></b></font></p>
<p align="left" style="margin-right: -.25in"><b><a href="#Can Guidelines"><font size="3">Guidelines
&amp; Legislation</font></a></b></p>
<p align="left" style="margin-right: -.25in"><b><a href="#Can University"><span style="mso-bidi-font-weight: normal"><font size="3">University
Research in Animal Welfare&nbsp;</font></span></a></b></p>
<p align="left" style="margin-right: -.25in">&nbsp;</p>
<p align="left" style="margin-right: -.25in">&nbsp;</p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24"><b><a href="#International Organizations"><font color="#000080" face="Arial" size="4">US
and International Organizations</font></a></b></p>
<p align="left" style="margin-right: -.25in"><b><a href="#Int Gov"><font face="Arial" size="3">Governmental</font></a></b></p>
<p align="left" style="margin-right: -.25in"><b><a href="#Int non-gov"><font face="Arial" size="3">Non-Governmental</font></a></b></p>
<p align="left" style="margin-right: -.25in"><b><a href="#Int Prof"><font face="Arial" size="3">Professional
Associations</font></a></b></p>
<p align="left" style="margin-right: -.25in"><b><a href="#Int Guidelines"><font size="3">Guidelines
&amp; Legislation</font></a></b></p>
<p align="left" style="margin-right: -.25in"><b><a href="#Int University"><span style="mso-bidi-font-weight: normal"><font size="3">University
Research in Animal Welfare&nbsp;</font></span></a></b></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24"><b><font size="3"><a href="#Educational Sites">Educational
Sites</a></font></b></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24"><b><font size="3"><a href="#Journals and Newsletters">Journals
and Newsletters</a></font></b></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24"><b><font size="3"><a href="#Libraries">Libraries</a></font></b></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24">&nbsp;</p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24">&nbsp;</p>
<h3 align="left" style="margin-right: -.25in"><span style="font-size:12.0pt"><a name="Canadian Organizations"></a></span><font face="Arial" size="4" color="#000080">Canadian
Organizations</font></h3>
<h3 align="left" style="margin-right: 0"><font size="3" face="Arial"><b><a name="Can Governmental"></a>Governmental</b></font></h3>
<p class="MsoNormal" style="margin-right: 0; margin-bottom: 6"><font size="2"><a href="http://www.agr.ca/" target="_blank">AAFC
- Agriculture and Agri-Food Canada</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0"><a href="http://www.inspection.gc.ca"><font size="2">CFIA
- Canadian Food Inspection Agency</font></a></p>
<p class="MsoNormal" style="margin-right: 0"><a target="_blank" href="http://www.gov.bc.ca/bvprd/bc/channel.do?action=ministry&amp;channelID=-8377&amp;navId=NAV_ID_province"><font size="2">BC
MAL - BC Ministry of Agriculture and Lands</font></a></p>
<p class="MsoNormal" style="margin-right: 0">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0"><b><span style="font-size: 11.0pt"><a name="Can Non-Gov"></a>Not-for-Profit
</span></b><font size="2"></o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.awfc.ca/">AWFC
- Animal Welfare Foundation of Canada</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">A
registered charity, administered by a volunteer Board of Directors concerned
with issues of humane care of animals in Canada.<o:p>
</o:p>
 <o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.animalhealth.ca/" target="_blank">CAHC
- Canadian Animal Health Coalition</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a name="#Manag">A
non-profit partnership of organizations, all recognizing their shared
responsibility for an effective Canadian animal health system. </a><o:p>
</o:p>
 <o:p>
</o:p>
 <o:p>
</o:p>
 <o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://www.humanefood.ca"><font size="2">CCFA
- Canadian Coalition for Farm Animals</font></a></p>
<p style="margin-top: 0; margin-bottom: 6"><font size="2"><font face="Arial">A
non-profit group, which aims to educate Canadians about the realities of factory
farming and its impact on animals, promote more-humane consumer choices, and to
achieve a legislated ban on battery cages and sow stalls in Canada through
provincial and/or federal legislation.</font></font>
<p style="margin-top: 0; margin-bottom: 6"><font size="2"></o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.canfact.ca/" target="_blank">CanFACT
- Canadian Farm Animal Care Trust</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Encourages
the development and use of systems that subject farm animals to the minimum
amount of stress, distress or injury in the rearing, transportation, and
slaughter of these animals.<o:p>
</o:p>
 <o:p>
</o:p>
 <o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">&nbsp;
</o:p>
 <o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font color="#000080"><a href="http://www.cfhs.ca" target="_blank"><font size="2">CFHS - Canadian
Federation of Humane Societies</font></a></font><font size="2"><font color="#000080"><o:p>
 </font><span style="color: blue">
</o:p>
</span></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">A
national charitable organization working to improve conditions for all animals
across Canada. As a national voice on animal welfare issues, CFHS represents
over 100 member societies and branches across the country, and speaks
collectively for more than 400,000 individuals.<o:p>
</o:p>
<o:p>
</o:p>&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.wspa.ca">WSPA
Canada - World Society for the Protection of Animals (Canadian office)</a></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">WSPA
is an animal welfare charity organization that works internationally and locally
to end cruelty to animals through field work, campaigning, and education.&nbsp;<font size="2">
<o:p>
</o:p>
 <o:p>
 &nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><b><span style="font-size: 11.0pt"><a name="Can Professional"></a>Professional
Associations</span></b></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><a href="http://www.canadianveterinarians.net">BCVMA
- British Columbia Veterinary Medical Association</a></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2">The
British Columbia Veterinary Medical Association&nbsp;is&nbsp;the statutory body
created to serve the interests of&nbsp;the public and&nbsp;animals&nbsp;through
the regulation and&nbsp;advancement of&nbsp;the veterinary profession in B.C.&nbsp;&nbsp;The
BCVMA's mandate is&nbsp;to&nbsp;create, promote and enforce&nbsp;a&nbsp;high
standard&nbsp;of qualification, conduct and competence&nbsp;by practitioners of
veterinary medicine.</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><a href="http://www.canadianveterinarians.net">CVMA
- Canadian Veterinary Medical Association</a></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2">Through
its Animal Welfare Committee, the CVMA concentrates its efforts on developing
guidelines and standards that address the welfare, humane treatment, and care of
animals.<o:p>
&nbsp;
 </font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2"><a href="http://www3.uqar.uquebec.ca/jpellerin/csz/" target="_blank">CSZ
- Canadian Society of Zoologists</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2">A
professional organization dedicated to the enhancement of education and research
in zoology at the provincial, federal and international level. Membership is
open to all persons interested in zoology - Students, Researchers, and
Educators.<o:p>
</o:p>
<o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2"><a href="http://www.cattle.ca/wcabp" target="_blank">WCABP
– Western Canadian Association of Bovine Practitioners</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2">The
voice of over 250 veterinarians specializing in the treatment of dairy and beef
cattle in the four western provinces. Serves as an advocate on issues directly
affecting members’ scope of practice and provides expert opinion to
government, educational institutions, and other related industries on issues
affecting the food animal industry.</font></p>
<p class="MsoNormal" style="margin-right: 0">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><b><span style="font-size: 11.0pt"><a name="Can Industry"></a>Industry</span></b></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.afac.ab.ca/index.htm" target="_blank">AFAC
- Alberta Farm Animal Care</a><o:p>
</o:p>
</font></p>
<p><font face="Arial">A partnership of Alberta's major livestock groups with a
mandate to promote responsible, humane animal care within the livestock
industry; engage in discussion with the public about today's animal agriculture;
monitor and participate in issues and legislation that affect animal care; and
encourage research relevant to animal care.</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.cahi-icsa.ca" target="_blank">CAHI
- Canadian Animal Health Institute</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">The
trade association representing animal health companies that develop,
manufacture, and distribute animal health products.</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.cfa-fca.ca/pages/index.php?main_id=2" target="_blank">CFA
- Canadian Federation of Agriculture</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">A
farmer-funded, national umbrella organization representing provincial general
farm organization and national commodity groups. Through its members, it
represents over 200,000 Canadian farm families from coast to coast.</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.certifiedorganic.bc.ca/" target="_blank">COABC
- Certified Organic Associations of British Columbia</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Resources
for consumers seeking organic produce, buyers wanting to check a farm's current
organic certification status, or for people simply looking for information on
organic growing and production in British Columbia.</font></p>
<p class="MsoNormal" style="margin-right: 0"><span style="font-size:11.0pt">&nbsp;<o:p>
</o:p>
</span></p>
<h3 align="left" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><span style="font-size:12.0pt"><a name="Can Guidelines"></a>Canadian
Guidelines &amp; Legislation<o:p>
&nbsp;
</span></h3>
<h3 align="left" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><span style="font-size:12.0pt">
</o:p>
</span></h3>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2"><a href="http://www.carc-crac.ca/english/codes_of_practice/CodesIndexPage.htm" target="_blank">CARC
- Canadian Agri-Food Research Council</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2"><strong><span style="font-weight: normal">Codes of practice and fact sheets for the care and
handling of farm animals.<o:p>
</o:p>
 <o:p>
&nbsp;
</span></strong></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2"><strong><span style="font-weight: normal">
</o:p>
</span></strong></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2"><a href="http://www.ccac.ca/" target="_blank">CCAC
- Canadian Council for Animal Care</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 6; margin-bottom: 0"><font size="2">The
national organization responsible for setting and maintaining standards for the
care and use of animals in research, teaching, and testing throughout Canada.<o:p>
</o:p>
 <o:p>
&nbsp;</font><span style="font-size:11.0pt">
</o:p>
</span></p>
<p class="MsoNormal" style="margin-right: 0"><span style="font-size:11.0pt">&nbsp;<o:p>
</o:p>
</span><b style="mso-bidi-font-weight:normal"><span style="font-size:11.0pt">&nbsp;<o:p>
</o:p>
</span></b></p>
<p class="MsoNormal" align="left" style="margin-right: 0"><span style="font-size:11.0pt"><b style="mso-bidi-font-weight:normal"><a name="Can University"></a>Canadian
University </b><b style="mso-bidi-font-weight: normal; font-size: 11.0pt">Research
in </b><b style="mso-bidi-font-weight:normal">Animal Welfare </b><b style="mso-bidi-font-weight:normal"><o:p>
</o:p>
<o:p>
</o:p>
</b></span></p>
<p class="MsoNormal" style="tab-stops: 0in; margin-right: 0"><font size="2"><a href="http://www.afns.ualberta.ca/" target="_blank">University
of Alberta - Department of Agricultural, Food, and Nutritional Science <o:p>
</o:p>
</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="tab-stops: 0in; margin-right: 0"><font size="2"><a href="http://www.agsci.ubc.ca/animalwelfare/" target="_blank">University
of British Columbia - Animal Welfare Program</a> </o:p>
</font></p>
<p class="MsoNormal" style="tab-stops: 0in; margin-right: 0"><font size="2"><a href="http://www.aps.uoguelph.ca/" target="_blank">University
of Guelph - Animal &amp; Poultry Science</a> <o:p>
</o:p>
<o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="tab-stops: 0in; margin-right: 0"><font size="2"><a href="http://www.aps.uoguelph.ca/~csaw/" target="_blank">University
of Guelph - Centre for the Study of Animal Welfare - CSAW</a> <o:p>
</o:p>
<o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="tab-stops: 0in; margin-right: 0"><font size="2"><a href="http://www.upei.ca/~awc/" target="_blank">University
of Prince Edward Island - Sir James Dunn Animal Welfare Centre</a> <o:p>
</o:p>
<o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="tab-stops: 0in; margin-right: 0"><font size="2"><a href="http://prairieswine.usask.ca/" target="_blank" title="Prairie Swine Centre">University
of Saskatchewan - Prairie Swine Centre</a>&nbsp;</font></p>
<p class="MsoNormal" style="tab-stops: 0in; margin-right: 0"><span style="font-size:11.0pt"><o:p>
</o:p>
</span></p>
<h3 align="left" style="margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:12.0pt"><o:p>
<font color="#000080"><a name="International Organizations"></a>U.S. &amp;
International Organizations</font><o:p>
</o:p>
</span></h3>
<h3 align="center" style="margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:12.0pt">&nbsp;</span></h3>
<p align="left" style="margin-right: 0"><font size="3" face="Arial"><b><a name="Int Gov"></a>Governmental</b></font></p>
<p class="MsoNormal" style="margin-right: 0"><font size="2"><a href="http://www.nal.usda.gov/awic/" target="_blank">AWIC
- Animal Welfare Information Center</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">AWIC
is part of the United States Department of Agriculture (USDA). Its web site
provides information about the federal Animal Welfare Act (AWA), which is the
law governing the humane treatment of animals in research, teaching, and
testing.</font></p>
<p align="left" style="margin-right: 0">&nbsp;</p>
<p align="left" style="margin-right: 0"><font size="3" face="Arial"><b><a name="Int non-gov"></a>Not-for-Profit</b></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.awionline.org/farm/" target="_blank">AWI
– Animal Welfare Institute: Farm Animals</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Non-profit
charity founded in 1951.<span style="mso-spacerun: yes">&nbsp; </span>Promotes
the “Five Freedoms” of humane animal treatment.</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.ciwf.org.uk/index.html" target="_blank">CIWF
– Compassion in World Farming</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">UK
organization focused on the abolition of factory farming systems and all other
practices, technologies and trades which impose suffering on farmed animals.
CIWF works to achieve this aim by hard-hitting campaigning, public education and
vigorous political lobbying</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.fawc.org.uk/" target="_blank">FAWC
- The Farm Animal Welfare Council</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">An
independent advisory body established in the UK by the Government in 1979. Its
terms of reference are to keep under review the welfare of farm animals on
agricultural land, at market, in transit and at the place of slaughter; and to
advise the Government of any legislative or other changes that may be necessary.</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.hsus.org/ace/352" target="_blank">HSUS
- Humane Society of the United States</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Since
its establishment in 1954, The HSUS has developed programs to take on animal
abuse and exploitation wherever it occurs.</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://www.saplonline.org/" target="_blank"><font size="2">SAPL
- Society for Animal Protective Legislation<o:p>
</o:p>
</font>
</a></p>
<p style="margin-left: 0in; margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.saplonline.org/"><span style="color: windowtext; text-decoration: none; text-underline: none">Lobby group founded in 1955 which has worked for the successful enactment
of over 15 federal laws regarding the humane treatment of animals. <o:p>
</o:p>
</span></a><o:p>
&nbsp;</font></p>
<p style="margin-left: 0in; margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.scaw.com" target="_blank">SCAW
- Scientists Center for Animal Welfare</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><strong><span style="font-weight: normal">A non-profit educational association of individuals
and institutions whose mission is to promote the best practices of humane care,
use, and management of animals involved in research, testing or education in
laboratory, agricultural, wildlife or other settings.</span></strong><b style="mso-bidi-font-weight:normal"><o:p>
</o:p>
 </b><o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.ufaw.org.uk/" target="_blank">UFAW
- Universities Federation for Animal Welfare</a><o:p>
</o:p>
</font></p>
<p style="mso-outline-level: 3; margin-left: 0in; margin-right: 0; margin-top: 0; margin-bottom: 6"><span style="mso-bidi-font-weight: bold"><font size="2">A
scientific and technical animal welfare organization in the UK established to
improve the welfare of animals kept as pets, in zoos, laboratories, and on farms
and of wild animals with which we interact. UFAW funds research, holds symposia,
gives advice to Government and others and produces publications on animal
welfare.<o:p>
&nbsp;</font>
</span></p>
<p style="mso-outline-level: 3; margin-left: 0in; margin-right: 0; margin-top: 0; margin-bottom: 6"><span style="mso-bidi-font-weight: bold"><font size="2">
</o:p>
</font>
</span></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://worldanimal.net/" target="_blank"><span style="mso-bidi-font-weight: bold"><font size="2">WAN
- <span style="mso-bidi-font-weight: normal">World Animal Net<o:p>
&nbsp;
</span></font></span></a></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><span style="mso-bidi-font-weight: bold">The
world's largest network of animal protection societies with consultative status
at the United Nations.</span></font><a href="http://worldanimal.net/" target="_blank"><span style="mso-bidi-font-weight: bold"><font size="2"><span style="mso-bidi-font-weight: normal"></o:p>
</span></font></span></a></p>
<p class="MsoNormal" style="margin-right: 0">&nbsp;</p>
<p align="left" style="margin-right: 0"><font size="3" face="Arial"><b><a name="Int Prof"></a>Professional
Associations</b></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.avma.org/" target="_blank">AVMA
- American Veterinary Medical Association</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">A
not-for-profit association representing more than 69,000 veterinarians working
in private and corporate practice, government, industry, academia, and uniformed
services. The authorized voice for the profession in presenting its views to
government, academia, agriculture, pet owners, the media, and other concerned
publics.</font></p>
<p align="left" style="margin-right: 0">&nbsp;</p>
<p align="left" style="margin-right: 0"><span style="font-size:12.0pt"><b><a name="Int Guidelines"></a>Guidelines
&amp; Legislation</b></span></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.access.gpo.gov/nara/cfr/waisidx_00/9cfr313_00.html" target="_blank">Guidelines
for the Humane Slaughter of Livestock</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><span style="mso-bidi-font-weight: bold">U.S. Department of Agriculture Code of Federal
Regulations<o:p>
</o:p>
 <o:p>
&nbsp;
</span></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><span style="mso-bidi-font-weight: bold">
</o:p>
</span></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://www.ams.usda.gov/nosb/lscommRMR/lvstkcommRMR.html" target="_blank"><span style="mso-bidi-font-weight: bold"><font size="2">NOSB
- National Organic Standards Board: Livestock</font></span></a><span style="mso-bidi-font-weight: bold"><font size="2"><o:p>
</o:p>
</font></span></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><span style="mso-bidi-font-weight: bold">U.S Department of Agriculture reports and
recommendations concerning organic certification of livestock.<o:p>
</o:p>
 <o:p>
&nbsp;
</span></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><span style="mso-bidi-font-weight: bold">
</o:p>
</span></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.nal.usda.gov/awic/legislat/usdaleg1.htm" target="_blank">U.S.
Animal Welfare Act</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Full
text of Animal Welfare Act including summaries from the Animal Welfare
Information Center&nbsp;</font></p>
<p align="left" style="margin-right: 0">&nbsp;</p>
<p align="left" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><span style="mso-bidi-font-weight: normal; font-size: 11.0pt"><b><a name="Int University"></a>University
Research in Animal Welfare&nbsp;</b></span></p>
<p align="left" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p align="left" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://sandtiger.dbs.ucdavis.edu/FacultyProfiles/AnBehGG/DisplayFacultyProfile.cfm?ResearcherID=1377" target="_blank"><span style="mso-bidi-font-weight: normal"><font size="2">Animal
Behavior Graduate Group: U of C Davis</font></span></a></p>
<p align="left" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Led
by Joy Mench, research focuses on the assessment and improvement of animal
welfare. I am particularly interested in developing environmental enrichment
strategies for small laboratory animals (rodents, rabbits) and
captive/domesticated birds. In addition, I conduct behavioral research on
poultry (chickens, quail, ducks) directed toward improving aspects of their
housing, handling, and management.<br>
</font></p>
<p align="left" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://univrel.msu.edu/animalwelfare/" target="_blank"><font size="2">Animal
Welfare: University of Michigan State</font></a></p>
<p align="left" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Exploring
the importance of mothers, the impact of stress, and why it's good to be kind to
animals.</font></p>
<p align="left" style="margin-right: 0; margin-top: 0; margin-bottom: 6"></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://caat.jhsph.edu/" target="_blank">CAAT
- Center for Alternatives to Animal Testing - John Hopkins University</a> <o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Promotes
the use of alternatives to animal testing through the &quot;three Rs,&quot;
which refers to efforts to refine tests to lessen animal pain and distress,
reduce the number of animals needed for a test, and replace animals with
non-animal methods or lower-order animals.<o:p>
</o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://www.tufts.edu/vet/cfa/" target="_blank"><font size="2">Center
for Animals and Public Policy: Tufts University</font></a></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">The mission of
Tufts Center for Animals and Public Policy, founded in 1983, is to promote the
welfare of animals and improve human/animal relationships. This goal is achieved
via issue-driven research and analysis, education, and the dissemination of
credible information to policy makers and to the public.&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.ansc.purdue.edu/CAWB/">Center
for Food</a><span style="font-weight: normal"><a href="http://www.ansc.purdue.edu/CAWB/" target="_blank"><o:p>
 Animal well Being: Purdue University</a>
</span></font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><span style="font-weight: normal"><font size="2"></o:p>The centre's mission is to advance the understanding
of interactions between food animal productivity and well-being to enable a
scientific and public policy climate which promotes animal well-being and
supports economically viable food animal production systems.<br>
</font>
</span></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><a href="http://www.ansci.wsu.edu/people/newberry/faculty.asp" target="_blank"><span style="mso-bidi-font-weight: bold"><font size="2">Washington
State University: Department of Animal Science&nbsp;</font>
</span></a>
</p>
<p style="mso-outline-level: 3; margin-left: 0in; margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Research
in the animal well-being group is directed at understanding effects of different
environmental conditions, and previous experience, on animal behavior and
well-being. Particular attention paid to the social environment of animals and
the management of group-housed animals. This information is used to develop
housing systems that optimize animal well-being.<br>
</font></p>
<p style="mso-outline-level: 3; margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:11.0pt;mso-bidi-font-weight:bold"></o:p>
</span></p>
<p style="mso-outline-level: 3; margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:11.0pt;mso-bidi-font-weight:bold">&nbsp;<o:p>
</o:p>
</span></p>
<h3 align="left" style="margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:11.0pt"><a name="Educational Sites"></a>Educational
Sites<o:p>
</o:p>
</span></h3>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.faseb.org/aps/pubaff/animals/index.html" target="_blank">Animals
in Research Questions and Answers</a><o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><font face="Arial"><span style="font-weight: normal; font-style: normal">A
brief American Physiological Society resource page concerning the use of animals
as test subjects.</span></font><span style="font-size:11.0pt;
font-family:&quot;Times New Roman&quot;;font-weight:normal;font-style:normal"><o:p>
</o:p>
</span><o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.vetmed.ucdavis.edu/Animal_Alternatives/main.htm" target="_blank">University
of California-Davis Center for Animal Alternatives</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Disseminate
up-to-date information concerning animal alternatives through every level of
public and private education. It also seeks to provide investigators who use
animals with information on the most current methods for improving all aspects
of animal care during their work.<o:p>
 </font><span style="font-size:11.0pt">
</o:p>
</span></p>
<h3 align="center" style="margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:11.0pt">&nbsp;<o:p>
</o:p>
</span></h3>
<h3 align="center" style="margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:11.0pt">&nbsp;<o:p>
</o:p>
</span></h3>
<h3 align="left" style="margin-left: 0in; margin-right: 0; margin-top: 0in; margin-bottom: .0001pt"><span style="font-size:11.0pt"><a name="Journals and Newsletters"><b>Journals
&amp; Newsletters</b></a></span></h3>
<h3 align="left" style="margin-left: 0in; margin-right: 0; margin-top: 0; margin-bottom: 6">&nbsp;</h3>
<p align="left" style="margin-left: 0in; margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.psyeta.org/hia/index.html" target="_blank">Humane
Innovations and Alternatives Journal</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Current
issue of this journal available for online viewing.<span style="mso-spacerun:
yes">&nbsp; </span>Back issues available on request.<o:p>
</o:p>
<o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.psyeta.org/jaaws/index.html" target="_blank">Journal
of Applied Animal Welfare Science</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">A joint project of the<b style="mso-bidi-font-weight:normal">
</b><strong><span style="font-weight:normal">Society and Animals Forum</span> </strong>and
The American Society for the Prevention of Cruelty to Animals. <em><span style="mso-bidi-font-weight:bold;font-style:
normal">P</span></em>ublishes articles and reports discussing methods of
experimentation, husbandry, and care that enhance the welfare of animals in
laboratories, farms, homes, and the wild.<o:p>
</o:p>&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">&nbsp;</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.medvet.umontreal.ca/biblio/vetjr.html" target="_blank">List
of Online Veterinary Journals</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Large
resource for veterinary journals available online through The University of
Montreal<o:p>
</o:p>
 <o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.enrichment.org/" target="_blank">Shape
of Enrichment</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">Volunteer
organization founded in 1991 to further animal enrichment efforts worldwide.
Distributes a quarterly publication which acts as an open forum dedicated to
exchanging enrichment ideas among animal caretakers.<o:p>
</o:p>
 <o:p>
&nbsp;</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2"><a href="http://www.psyeta.org/sa/index.html" target="_blank">Society
and Animals Journal</a> <o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">The
journal publishes studies concerning experiences of nonhuman animals from
psychology, sociology, anthropology, political science, and other social
sciences and history, literary criticism, and other disciplines of the
humanities.<o:p>
 </font><span style="font-size:11.0pt">
</o:p>
</span></p>
<p class="MsoNormal" align="left" style="margin-right: 0">&nbsp;</p>
<h3 align="left" style="margin-right: 0"><b style="mso-bidi-font-weight:normal"><span lang="FR" style="font-size:11.0pt;
mso-ansi-language:FR"><a name="Libraries">Libraries</a></span></b></h3>
<p class="MsoNormal" align="left" style="margin-right: 0"><font size="2"><a href="http://www.nalusda.gov/" target="_blank">National
Agricultural Library</a><o:p>
</o:p>
</font></p>
<p class="MsoNormal" style="margin-right: 0; margin-top: 0; margin-bottom: 6"><font size="2">One
of the world's largest and most accessible agricultural research libraries and
plays a vital role in supporting research, education, and applied agriculture.<o:p>
 </font><span style="font-size:11.0pt">
</o:p>
</span></p>
<p class="MsoNormal" style="margin-top: 24; margin-bottom: 24"><font size="2" face="Arial">&nbsp;
<script type="text/javascript" language="javascript1.2"><!--
EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;//-->
</script><script type="text/javascript"><!--
var EXlogin='farminfo' // Login
var EXvsrv='s9' // VServer
navigator.javaEnabled()==1?EXjv="y":EXjv="n";
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img src=\"http://e0.extreme-dm.com",
"/"+EXvsrv+".g?login="+EXlogin+"&amp;",
"jv="+EXjv+"&amp;j=y&amp;srw="+EXw+"&amp;srb="+EXb+"&amp;",
"l="+escape(EXd.referrer)+"\" height=1 width=1>");//-->
</script><noscript><img height="1" width="1" alt=""
src="http://e0.extreme-dm.com/s9.g?login=farminfo&amp;j=n&amp;jv=n"/>
</noscript>

  
</font></p>






<!-- content_ends_here //-->
	</TD>
</TR>
<TR>
    <TD WIDTH="201" ALIGN="CENTER" VALIGN="TOP">
&nbsp;
	</TD>
    <TD valign="top" width="587">
&nbsp;
	</TD>
</TR>
</TABLE>
<BR CLEAR=ALL>

<!---------- CONTENT TABLE ABOVE--------------->



<!---------- BOTTOM NAV BELOW---------------->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-2739543-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</BODY>

</HTML>
<script language="Javascript">

function printit(){  
if (window.print) {
    window.print();  
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
	WebBrowser1.outerHTML = "";
}
}
</script>


<head>
</head>

<TABLE WIDTH=823 BORDER=0 CELLPADDING=0 CELLSPACING=0>
 <TR>
<!--  <TD><a href="http://www.spca.bc.ca/PrintPage.asp" target="_blank"><IMG SRC="http://www.spca.bc.ca/images/bottomnav_01.gif" WIDTH=168 HEIGHT=28 ALT="Click here to print the contents of this page..." ONCLICK="printit();" border="0"></a></TD> !-->
<TD><a href="http://www.spca.bc.ca/PrintPage.asp" target="_blank"><IMG SRC="http://www.spca.bc.ca/images/bottomnav_01.gif" ALT="Click here for a printer-friendly version of this page..." border="0"></a></TD>
  <TD>
  <a href="http://www.spca.bc.ca/ezine/TellAFriend.asp"> <IMG SRC="http://www.spca.bc.ca/images/bottomnav_02.gif" WIDTH=199 HEIGHT=28 ALT="Tell a friend about this page on our website..." border="0"></a></TD>
  <TD>
   <a href="http://www.spca.bc.ca/ezine/SubscriptionForm.asp"><IMG SRC="http://www.spca.bc.ca/images/bottomnav_03.gif" WIDTH=272 HEIGHT=28 ALT="Anim@ls E-Bulletins info & subscription page..." border="0"></a></TD>
  <TD bgcolor="#7E7EA1" width="184" valign="bottom">
            <p align="center"><b><i><font color="#FFFFFF" face="Arial" size="1">
            
 

<!-- ADDTHIS BUTTON BEGIN -->
<script type="text/javascript">
addthis_pub             = 'BCSPCA'; 
addthis_logo            = 'http://www.spca.bc.ca/images/BCSPCA_logo2_200px.gif';
addthis_logo_background = 'EFEFFF';
addthis_logo_color      = '666699';
addthis_brand           = 'BC SPCA';
addthis_options         = 'email, favorites, digg, delicious, myspace, google, facebook, twitter, reddit, live, more';
</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/button1-share.gif" width="125" height="16" border="0" alt="Share" vspace="2" /></a>
<script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- ADDTHIS BUTTON END -->

            &nbsp;<br>
<img border="0" src="http://www.spca.bc.ca/includes/bottomnav_rightlineonly.gif"></font></i></b></p>
</TD>
 </TR>
 <TR>
  <TD COLSPAN=4 BGCOLOR=#343457 valign="middle" align="left">
   <form method="POST" ACTION="http://www.picosearch.com/cgi-bin/ts.pl">
   <INPUT TYPE="HIDDEN" NAME="index" VALUE="216692">
     <p align="left" style="margin-top: 3"><b><i><font color="#FFFFFF" face="Arial" size="1">
     
&nbsp; <img border="0" src="http://www.spca.bc.ca/images/spacer.gif"></font><font color="#EAE8E1" face="Tahoma" size="2">British
   Columbia Society for the Prevention of Cruelty to Animals - BC, Canada&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     Search:
     </font><font color="#EFEDE7" face="Tahoma" size="2"> <!-- Begin PicoSearch Query Box --><INPUT NAME="query" VALUE="" SIZE="20" style="background-color: #EAE8E1; margin-top: 2">
     <INPUT TYPE="SUBMIT" VALUE="Fetch!" name="SEARCH" style="font-family: Tahoma; font-size: 8pt; color: #3C4586; font-weight: bold">
     <br>
     </font></i><font color="#FFFFFF" face="Tahoma" size="2"> &nbsp; Charitable
     Tax # BN 11881 9036 RR0001</font><font color="#EFEDE7" face="Tahoma" size="2"><i><INPUT TYPE="HIDDEN" NAME="index" VALUE="216692">
     </i></font></b></p>
    <i><b><font color="#EFEDE7" face="Tahoma" size="2">
<!-- End PicoSearch Query Box -->

   
   </font></b></i>
   </form>
   
  </TD>
 </TR>
</TABLE>
