

<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>
<TITLE>BCSPCA-Media Enquiries</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name="description" content="Media enquiries, media kit..."> 

<link rel="stylesheet" href="../includes/styles.css" type="text/css">
<style>
<!--
p            { font-family: Arial; font-size: 10pt }
h4           { font-family: Arial; font-size: 12pt; font-weight: bold }
-->
</style>
</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" WIDTH=181 HEIGHT=44 ALT=""></TD>
		<TD COLSPAN=4>
            <img border="0" src="../images/title-newspub.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="left">
<font face="Arial">
<!----LEFT COLUMN STARTS HERE-----></font></p>
<div align="center">
  <center>
  <table border="1" cellpadding="5" cellspacing="0" width="95%" bordercolor="#3C4586" bgcolor="#FFFFFF">
    <tr>
      <td width="100%">
        <p align="center"><a href="http://www.youtube.com/bcspcabc" target="_blank"><font face="Arial"><font size="2">Click
        here to visit the<br>
        BC SPCA's <b>YouTube</b> Channel!<br>
        </font>
        <img border="0" src="../images/YouTubeLogo.gif"><br>
        <b><font size="1">www.youtube.com/bcspcabc</font></b></font></a></td>
    </tr>
  </table>
  </center>
</div>
<ul type="circle">
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../news/default.asp">News</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../news/Archives_AnimalsNews.asp">News Archives</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="default.asp">Press
    Releases</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="enquiries.asp">Media
    Enquiries &amp; Kit</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../ezine/SubscriptionForm.asp">Anim@ls
    E-Bulletins</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../AnimalSense/default.asp"><i>AnimalSense</i>
    Magazine</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="PSAs.asp">Public Service
    Announcements</a>
    </font></li>
</ul>
<p align="left">
<font face="Arial" size="2"><!----LEFT COLUMN ENDS HERE-----></font></p>
	</TD>
    <TD valign="top">
<h4><font face="Arial">
<!-- content_starts_here //--><a name="top"></a>Media Enquiries</font>
</h4>
<p><font face="Arial">Media enquiries for the BC SPCA should be directed to Lorie Chortyk, General
Manager, Community Relations, at 604-647-1316 (office) or 604-830-7179 (cell).
In addition to information and interviews regarding SPCA activities and
services, the SPCA can provide experts to speak on a wide range of
animal-related topics.</font></p>
<h4><font face="Arial">Media Kit:</font></h4>
<ul type="square">
  <li><a href="#about"><font face="Arial">About the BC SPCA</font></a></li>
  <li><a href="#ceo"><font face="Arial">Craig Daniell, CEO - Bio and Photo</font></a></li>
  <li><a href="#stats"><font face="Arial">Stats at a Glance</font></a></li>
  <li><font face="Arial"><a href="#photos">Photo Gallery<br>
    </a>&nbsp;</font></li>
</ul>
<h4><font size="2" face="Arial">Are you on our mailing list?</font></h4>
<p><font face="Arial">The BC SPCA issues regular news releases and updates on animal welfare
activities and issues. If you are not on our mailing list and would like to be,
please <a href="mailto:%69%6e%66%6f%40%73%70%63%61%2e%62%63%2e%63%61">&#101;&#109;&#97;&#105;&#108;
&#117;&#115; &#119;&#105;&#116;&#104; &#121;&#111;&#117;&#114; &#99;&#111;&#110;&#116;&#97;&#99;&#116;
&#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110;</a>.
You may also be interested in <a href="../ezine/SubscriptionForm.asp">signing up
to receive</a> our Anim@ls e-bulletins.</font></p>
          <hr noshade size="1" color="#827853">
<h5><font face="Arial"><a name="about"></a>About the BC SPCA</font></h5>
<p><font face="Arial" size="2">The British Columbia Society for the
Prevention of Cruelty to Animals (BC SPCA) is a non-profit organization
dedicated to protecting and enhancing the quality of life for domestic, farm and
wild animals in BC. Through its <a href="../about/Branches.asp"><b>36 branches</b></a>
located around BC and its provincial office in Vancouver, the BC SPCA <b>provides
a wide range of services for nearly 42,000 homeless, abused, injured and
abandoned animals around the province</b>.</font></p>
<p><font face="Arial" size="2"> The BC SPCA was created under the
auspices of the provincial Prevention of Cruelty to Animals Act, and is the only
animal welfare organization in BC which has the authority to enforce laws
relating to animal cruelty and to prepare cases for Crown Counsel for the
prosecution of individuals who inflict suffering on animals.</font></p>
<p><font face="Arial"><font size="1">&lt; </font><a href="#top"><font face="Arial" size="1" color="#827853">back
to top</font></a><font face="Arial" size="1" color="#827853"> &gt;</font></font></p>
          <hr noshade size="1" color="#827853">
<h5><font face="Arial"><a name="ceo"></a>Craig Daniell, Chief Executive Officer, BC SPCA</font></h5>
<p><font face="Arial"><b><font size="3" color="#3C4586"><img border="0" src="../images/CraigDaniellJeter551px.jpg" alt="Craig Daniell, Acting CEO of the BC SPCA" align="right" hspace="5" vspace="5" width="200" height="113"></font></b>Craig Daniell joined the BC SPCA in November, 2002 as General Manager of
Cruelty Investigations. In June, 2003 the Board of Directors appointed him as
Acting CEO and his official appointment as CEO was confirmed in December, 2003.
Before joining the BC SPCA Daniell served as Director of Cruelty Investigations
for the Ontario SPCA for four years.</font></p>
<p><font face="Arial">Prior to coming to Canada he earned a Bachelor of Laws degree in his native
South Africa and worked in a corporate law firm. He then joined the diplomatic
service, serving as a legal and policy advisor for the Department of Foreign
Affairs in Pretoria before accepting a post to the United Nations in New York,
where he worked on matters related to animal protection, marine life and the
environment. Daniell lives in Langley with his wife, three children, one
well-behaved cat and three unruly dogs.</font></p>
<ul type="square">
  <li><a href="CraigDaniell_Jeter_HighRes.tif"><font face="Arial">Click here to download a 300
    pixels/inch high-resolution photo in .tif format, 879 KB</font></a></li>
</ul>
<p><font face="Arial"><font size="1">&lt; </font><a href="#top"><font face="Arial" size="1" color="#827853">back
to top</font></a><font face="Arial" size="1" color="#827853"> &gt;</font></font></p>
          <hr noshade size="1" color="#827853">
<h5><font face="Arial"><a name="stats"></a>Stats at a Glance</font></h5>
<p>&nbsp;</p>
<p align="left"><font face="Arial" size="2">The Society has <b>375 </b>staff
members (full-time, part-time and auxiliary) and<b> 4,000</b> volunteers
throughout the province.</font></p>
<p align="left"><font face="Arial" size="2">Our staff includes <b>54</b> Special
Provincial Constables, who are trained and authorized to investigate complaints
of animal cruelty and neglect.</font></p>
<p><b><i><font face="Arial" size="3">In 2007 the BC SPCA:</font></i></b></p>
<ul>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Operated
    <b>36</b> branches, including Wild ARC, a wildlife rehabilitation centre in
    Metchosin on Vancouver Island;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Opened
    the Society's first <b>Education and Adoption Centre</b>, located in
    Richmond. The centre, which provides store-front adoptions and
    animal-related programming for youth and adults, has proven to be a
    successful alternative to standard sheltering models;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Rescued
    <b>41,884</b> injured, homeless, neglected and abused animals (companion,
    farm and wild);</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Reunited
    <b>5,911</b> lost animals (including <b>4,681</b> dogs, <b>1,111</b> cats
    and <b>23</b> rabbits) with their anxious families;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Transported
    <b>3,739</b> animals (<b>1,850</b> cats, <b>1,645</b> dogs, <b>244</b>
    rabbits and small animals between shelters to maximize adoption.<b> 1,183 </b>of
    these animals were transported through the Pet Express, an animal transport
    vehicle provided by Petcetera.</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Found
    new, loving families for <b>20,067</b> homeless animals;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Helped
    <b>1,864</b> injured and orphaned wild animals (<b>1,361</b> birds,<b> 502 </b>mammals
    and <b>one</b> reptile at Wild ARC, the BC SPCA's wildlife rehabilitation
    centre in Metchosin on Vancouver Island.</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Conducted
    <b>4,647</b> cruelty investigations;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Removed
    <b>1,501</b> animals from dangerous or neglectful situations through cruelty
    investigations and rescued an additional <b>4,007</b> injured animals;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Executed
    <b>103</b> warrants under the Criminal Code of Canada, the PCA Act and the
    Offense Act;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Submitted
    <b>57</b> charges of animal cruelty and neglect to Crown Counsel;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Offered
    humane education programs for thousands of children, youth and adults in BC;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Provided
    a wide range of programs to reduce pet overpopulation, including low-cost
    spay/neuter services and the operation of a Spay/Neuter Clinic in Prince
    George, which provides <b>4,000</b> low-cost spay/neuter operations
    annually;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Helped
    thousands of injured homeless animals through the BC SPCA Hospital in
    Vancouver. The hospital offer full-service medical care, including low-cost
    spay/neuter and extensive charitable work for low-income pet guardians and
    local animal rescue groups;</font></li>
  <li>
    <p align="left" style="margin-bottom: 15"><font face="Arial" size="2">Received
    <b>182,657,764</b> hits to our website from users seeking information on
    animal care, advocacy and SPCA programs and activities.</font></li>
</ul>







<p><font face="Arial"><font size="1">&lt; </font><a href="#top"><font face="Arial" size="1" color="#827853">back
to top</font></a><font face="Arial" size="1" color="#827853"> &gt;</font></font></p>
          <hr noshade size="1" color="#827853">
<p><b><font face="Arial"><a name="photos"></a>Photo Gallery</font></b></p>
<ul type="square">
  <li><i><font face="Arial">Currently being updated - please check back</font></i></li>
</ul>
<p><font face="Arial"><font size="1">&lt; </font><a href="#top"><font face="Arial" size="1" color="#827853">back
to top</font></a><font face="Arial" size="1" color="#827853"> &gt;</font></font></p>







<!-- content_ends_here //-->
	</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>
