

<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 Welfare - Press Releases">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="keywords" content="FarmSense, e-news, farm animal, news, SPCA Certified, press release">
<meta name="ProgId" content="FrontPage.Editor.Document">
<TITLE>BC SPCA Farm Animal Welfare - Press Releases</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="823" CELLSPACING="0" CELLPADDING="8">
<TR>
    <TD WIDTH="200" ALIGN="CENTER" VALIGN="TOP">
<font face="Arial"><IMG SRC="../../images/spacer.gif" WIDTH=200 HEIGHT=230 BORDER=0 ALT="">
 &nbsp;</font>
<p align="center"><b><u><font size="2" face="Arial">Farm Animal Welfare</font></u></b></p>
<p align="left"><b><font size="2" face="Arial">Advocacy Issues</font></b></p>
<ul>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/transportation/">Farm
    Animal Transport</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/foiegras/default.asp">Foie
    Gras Facts</a></font></li>
</ul>
<p align="left"><b><font size="2" face="Arial">SPCA Certified</font></b></p>
<ul>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/certified.asp">What
    is SPCA Certified?</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/Retailers_list.asp">Where
    to buy SPCA Certified Products?</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/participants.asp">Meet
    our Farmers</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/how.asp">Join
    the Program</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/standards.asp">SPCA
    Certified Standards</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/faq.asp">Frequently
    Asked Questions</a></font></li>
</ul>
<p align="left"><font size="2" face="Arial"><b>General Information</b>&nbsp;</font></p>
<ul>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/faw.asp">Farm
    Animal Facts</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/disease.asp">Farm
    Animal Diseases</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/emergency.asp">Emergency
    Preparedness</a></font></li>
</ul>
<p align="left"><font size="2" face="Arial" color="#000080"><b><a href="http://www.spca.bc.ca/farminfo/news/farmsense.asp">FarmSense
E- Newsletter</a></b></font></p>
<p align="left"><font size="2" face="Arial" color="#000080"><b><a href="../../farm/contact.asp">Contact
Us</a></b></font></p>
<p align="center" style="line-height: 100%; margin-bottom: 6"><img border="0" src="../../farm/images/SPCA_Certified_logo_Small.gif"></p>
<p align="left">
&nbsp;</p>
	</TD>
    <TD valign="top">
<h4><font face="Arial">
<!-- content_starts_here //--></font><b><font face="Arial" size="3"><a name="Farm Animal Welfare News" href="#Farm Animal Welfare News">Farm
Animal Welfare Press Releases</a></font></b>
</h4>

          <p style="page-break-after: auto; margin-bottom: 0" align="left"><font face="Arial" size="3"><b>2008</b></font></p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left"><font size="2"><b><i>World
          Farm Animals Day</i></b></font></p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left">The
          BC SPCA has issued a three-part challenge to consumers. <a href="wfad.asp">Click
          here</a> to learn more.</p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left">&nbsp;</p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left"><font size="1"><b>July
          2008</b></font></p>

<p style="page-break-after: auto; margin-bottom: 0" align="left"><img border="0" src="Feast_2008.jpg" width="400" height="132"></p>

<p style="page-break-after: auto; margin-bottom: 0" align="left">For this year's
Feast of Fields, the BC SPCA is partnering with Stepping Stones Bakery Cafe to
serve <i>SPCA Certified Scones</i>! The 2008 Feast of Fields is on Sunday,
September 7th at UBC Farm. For more information or to buy tickets, click <a href="http://ffcf.bc.ca/feast/home.html" target="_blank">HERE<br>
<br>
</a></p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left"><b><font size="1">May
          2008</font></b></p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left"><a href="http://www.eat-vancouver.com" target="_blank"><img border="0" src="2008%20EAT%20Logo.gif" align="left"></a><font size="2" face="Arial">The
          6th annual Eat! Vancouver is being held this year on May 23, 24, and
          25 at BC Place Stadium. Come out to enjoy this fabulous event and look
          for the <i>SPCA Certified</i> booth to meet BC SPCA staff and
          volunteers and learn more about the <i>SPCA</i> <i>Certified</i>
          program and products. For more information click</font> <a href="http://www.eat-vancouver.com" target="_blank">HERE</a></p>

<p style="page-break-after: auto; margin-bottom: 0" align="left"><font face="Arial" size="1" color="#827853">&lt;
              <a href="#News and Press Releases">
          back
to top</a> &gt;
 </font>

</p>

          <hr noshade size="1" align="left" color="#827853">

<p style="page-break-after: auto; margin-bottom: 0" align="left"><font face="Arial" size="3"><b>2007</b></font></p>

<p style="page-break-after: auto; margin-bottom: 0" align="left"><b><font size="1">September
2007&nbsp;</font></b></p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left"><b><i><a href="http://ffcf.bc.ca/feast/home.html"><img border="0" src="FOFmedBug2007_small.jpg" alt="FOFmedBug2007.jpg (44313 bytes)" align="left"></a><font face="Arial" size="2">SPCA
          Certified </font></i><font face="Arial" size="2">Products Featured at
          This Year's Feast of </font>Fields!<br>
          </b><font face="Arial" size="2">For more information click <a href="http://ffcf.bc.ca/feast/home.html" target="_blank">HERE</a></font></p>

          <p style="page-break-after: auto; margin-bottom: 0" align="left">&nbsp;</p>

          <p style="page-break-after:auto" align="left">&nbsp;</p>

<p style="page-break-after:auto" align="left"><b><font face="Arial" size="1">July
6th, 2007:</font><font face="Arial" size="2">  <a href="http://www.straight.com/article-98035/humane-husbandry" target="_blank">Humane
Husbandry</a></font></b></p>

<blockquote>
  <p style="page-break-after:auto" align="left">Published in the July 5-12 issue of the Georgia Straight, this article highlights how the lives of
  farm animals are improved through UBC's animal welfare research. Geoff Urton,&nbsp;
  animal welfare coordinator for the BC SPCA, also discusses the <i> SPCA</i>
  <i>
  Certified</i> food labelling program as well as his advocacy work dedicated to
  improving the welfare of farm animals during transport.&nbsp;</p>

</blockquote>

<p style="page-break-after: auto; margin-bottom: 6" align="left"><b><font face="Arial" size="1">May
23, 2007: </font><font face="Arial" size="2">Cloverdale Rodeo Bans Inhumane
Events</font></b></p>

<p style="page-break-after: auto; margin-bottom: 6" align="left"><font face="Arial" size="2"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp;&nbsp;
In response to public concern, the Cloverdale Rodeo has banned four events from</font></p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
next year's rodeo: calf roping, team roping, steer wrestling, and wild cow
milking.</font></p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>
 <a href="http://www.canada.com/vancouversun/news/story.html?id=59248c32-7191-4453-8f74-2d58b8234126" target="_blank">For
more information, see the Vancouver Sun's article.</a></b></font></p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left">&nbsp;</p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><b><font face="Arial" size="1">April
7, 2007:&nbsp;<font color="#008080"> </font></font><a href="../FarmSense_June_2007.pdf" target="_blank"><font face="Arial" size="2">Out
of the Cage</font></a></b></p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left">&nbsp;</p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><font face="Arial" size="2"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp;&nbsp;
Published in the Vancouver Sun, this article by Nicholas Read profiles SPCA
Certified egg</font></p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
farmer, George Klassen -- an excerpt is provided in the June 2007 edition of
FarmSense.</font></p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left">&nbsp;</p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><b><font face="Arial" size="1">April
7, 2007:&nbsp;<font color="#008080"> </font></font><font face="Arial" size="2"><a href="ValeFarmsCastrationBeefinBC2007.pdf" target="_blank">Castrating
Bulls Using Local Anaesthesia -- A First-Hand Account</a></font></b></p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><font face="Arial" size="2"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b>&nbsp;&nbsp;&nbsp;</font></p>

<blockquote>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><font face="Arial" size="2">&nbsp;Published in the BC Cattlemen's Association magazine, Beef in BC, this article
profiles Vale Farms' positive experience castrating with a local anaesthetic</font></p>

</blockquote>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><font face="Arial" size="1" color="#827853"><a href="#Farm Animal Welfare News">&lt;
          back
to top &gt;<br>
</a>
 </font>

</p>

          <hr noshade size="1" align="left" color="#827853">

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left">&nbsp;</p>

<p style="page-break-after: auto; margin-top: 0; margin-bottom: 0" align="left"><b><font face="Arial" size="3">2005
and Earlier</font></b></p>

  <p style="page-break-after:auto" align="left"><b><font face="Arial" size="1">May
18, 2005:&nbsp;<font color="#008080"> </font></font><font face="Arial" size="2"><a href="http://www.spca.bc.ca/media/BoycottRodeo_May182005_Press.asp" target="_blank">Press
release on the Cloverdale Rodeo
  - click here<br>
  <br>
  <br>
  </a></font></b></p>

  <p><font face="Arial" size="1"><b> July 2003:&nbsp;</b><i> </i></font><b><font size="2" face="Arial">BC SPCA and Capers Unite
      to Benefit Farm Animals&nbsp;</font></b></p>

<p style="page-break-after:auto" align="left"><img border="0" src="../images/Capers_photo_web.jpg" align="right" hspace="2" vspace="2" width="300" height="229"><font face="Arial" size="2">As
          part of Capers Grassroots Giving Series, Capers in Kitsilano and the
          BC SPCA held a fun and informative fund-raising event on July 26th and
          27th at Capers Community Market Kitsilano.</font></p>

          <p style="page-break-after:auto" align="left"><font face="Arial" size="2">Over
          $3500 (including $1500 donated by Capers Kitsilano) was raised through
          raffle ticket sales and a Benefit Breakfast that featured all BC
          products, including <i>SPCA Certified</i> organic eggs.</font></p>

          <p style="page-break-after:auto" align="left"><font face="Arial" size="2">Funds
          raised through this event will help the BC SPCA develop school-based
          farm welfare education materials, including farm tours for school
          groups. The unit and the tours teach young people about the importance
          of farm animal welfare and local farming practices.</font> <font face="Arial" size="2">To
          learn about the farm tour pilot project, click <a href="../../Educators/ChickenUnit.asp">here</a>.</font></p>

          <p style="page-break-after:auto" align="left"><font face="Arial" size="2">Thank
          you to all the volunteers who helped the BC SPCA organize and co-host
          the event.</font></p>

          <p style="page-break-after:auto" align="left"><font face="Arial" size="2">The
          BC SPCA thanks Capers' suppliers who generously donated the raffle
          gift baskets and the food for the Benefit Breakfast.&nbsp;</font></p>

          <p style="page-break-after:auto" align="left"><font face="Arial" size="2">A
          big thank you goes to all of the Capers Kitsilano staff, who through
          their dedication and hard work made this event a huge success. To
          learn about Capers Community Markets, click <a href="http://capersmarkets.com" target="_blank">here</a>.</font></p>

          <p style="page-break-after:auto" align="left"><font size="2" face="Arial"><a href="../Capers%20Grassroots%20Giving_prelease.htm" target="_blank">Read
      the press release for more information.</a> <b> </b></font><font face="Arial" size="2">or<u> <a href="../Capers%20Grassroots%20Giving_prelease.PDF">download
        this press release </a>  i</u>n pdf
format, 54 KB</font></p>

          <p style="page-break-after:auto" align="left">&nbsp;

</p>

<p style="page-break-after: auto" align="left"><font size="1"><b>May 2002 -
Launch of SPCA Certified</b></font></p>

          <p style="page-break-after:auto" align="left"><b><font face="Arial" size="3" color="#0000FF"><img border="0" src="../images/LabellingLogo.gif" align="right" width="108" height="79"></font><font face="Arial" size="2">SPCA
          CERTIFIED HAS
          LAUNCHED!</font></b></p>

<p style="page-break-after:auto" align="left"><font face="Arial" size="2"><span style="mso-bidi-font-size: 10.0pt; mso-bidi-font-family: Times New Roman; color: black">The
        BC SPCA launched <span style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><i><b><a href="../../farm/certified.asp">SPCA
        Certified</a></b></i><a href="../../farm/certified.asp">,</a> a new food Labelling and Certification Program that
        assures consumers that the food products they are purchasing have met
        SPCA-approved standards of farm animal welfare. </span></span><b><span style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><font color="#0000FF"><a href="../SPCA%20Certified%20launch_prelease.htm" target="_blank">Read
            the press release for details on the launch.</a></font></span></b></font></p>

<p style="page-break-after:auto" align="left"><font face="Arial" size="1">or <a href="../SPCA%20Certified_launch_prelease.PDF">download
        this press release </a>  in pdf
format</font>

</p>

          <ul type="square">
            <li>
              <p style="page-break-after:auto" align="left"><font face="Arial" size="2"><span style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><a href="../../farm/participants.asp"><b>Click
            here</b>   </a>to find out where to purchase SPCA Certified products</span></font></li>
            <li>
              <p style="page-break-after:auto" align="left"><font face="Arial" size="2"><span style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><a href="../../farm/certified.asp"><b>Click
            here</b></a> to learn more about the SPCA Certified program</span></font></li>
          </ul>






              <p style="page-break-after:auto" align="left">&nbsp;
<p style="page-break-after: auto" align="left"><font size="1"><b>April 2002</b></font></p>

          <ul type="square">
        <li>
      <p><font size="2" face="Arial"><b><a href="../award/2002_lifetime.asp">Lifetime Achievement&nbsp; Award in Excellent
      Farming Practices</a></b></font><font face="Arial"><br>
      </font><i><font face="Arial" size="1">Presented April 2002<br>
      </font></i></p>
        </li>
          </ul>
        <blockquote>
        <p ALIGN="left" style="line-height: 100%; margin-bottom: 5"><font size="2" face="Arial"><span lang="EN-CA">This
        year, the BC SPCA was pleased to honour Patrick Hoole of Dogwood Farms
        with an award celebrating the Hoole's longtime </span></font><font FACE="Arial"><span lang="EN-CA"><font size="2">commitment
        to excellent farming practices. Patrick Hoole has been actively farming at
        Dogwood Farms since 1946, and with his late wife Margery, contributed to
        improving North Cheviot sheep lines in Canada. The number one priority
        on this farm is the animals, and it shows! <b><font color="#0000FF"><a href="../award/2002_lifetime.asp">Read
        the BC SPCA web page for more information.</a></font></b></font></span></font>
        </p>

</blockquote>
<p ALIGN="left" style="line-height: 100%; margin-bottom: 5"><font face="Arial" size="1" color="#827853"><a href="#Farm Animal Welfare News">&lt;
          back
to top &gt;</a><br>
&nbsp;</font>
        </p>

          <hr noshade size="1" align="left" color="#827853">

	</TD>
</TR>
</TABLE>
<p>
<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>

</p>

</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>
