

<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-AnimalSense Magazine</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name="description" content="AnimalSense Magazine explores the special relationship between people and animals. It informs about animal news, issues and events. It tells you what the BC SPCA is doing to improve the lives of all animals -- companion, farm and wild...">
<meta name="keywords" content="AnimalSense, animal sense, animal sense magazine, AnimalSense magazine, magazines, online, on line, on-line, publications, articles, issues, newsletters, news">
<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" WIDTH=181 HEIGHT=44 ALT=""></TD>
		<TD COLSPAN=4>
            <img border="0" src="../images/title-animalsense.gif"></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>
<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="../media/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="../media/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="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="../media/PSAs.asp">Public Service
    Announcements</a>
    </font></li>
</ul>
<p align="left">
<font face="Arial" size="2"><!----LEFT COLUMN ENDS HERE-----></font></p>
<p align="left">
<font face="Arial" size="2">

</font></p>
	</TD>
    <TD valign="top">
<h4 align="left"><font face="Arial">
<!-- content_starts_here //--><b><a name="top"></a><img border="0" src="images/AnimalSenseMags.jpg" align="right">&quot;One
can measure the greatness and the moral progress of a nation by looking at how
it treats its animals.&quot;</b><i><br>
<font size="2">&nbsp;<font color="#48422D">&nbsp; - Mahatma Gandhi</font><br>
</font></i></font>
</h4>
  <center>
  <p align="left"><font face="Arial" size="2">Gandhi’s words remind us of how
  our own actions determine the kind of society we live in.</font></p>
  <p align="left"><font face="Arial" size="2">Should I stop to help that
  abandoned cat? Should I use a choke collar or is there another option? Will I
  allow pets in my rental property? Should I buy SPCA Certified farm products?
  Is it more humane to have an indoor-only cat? Should I know more about the
  link between animal abuse and family violence?</font></p>
  <p align="left"><font face="Arial" size="2">As you read <i>AnimalSense</i>, we
  hope you see that the SPCA’s role is not only to rehome cats and dogs or to
  investigate animal abuses. At our heart is the goal to create humane,
  animal-friendly communities. Like you, we recognize that how we treat animals
  is indeed a measure of our own humanity.</font></p>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><b><a href="AnimalSenseSubscribe.asp">If
      you would like to receive free delivery of <i>AnimalSense</i> magazine,
      click here to subscribe using our online form</a></b></font></li>
  </ul>
  <div align="left">
    <table border="0" cellpadding="5" cellspacing="5" width="100%">
      <tr>
        <td width="564" bgcolor="#9597C3" colspan="2"><b><font size="2"><a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank"><img alt="Get Acrobat Reader" src="../images/getacro.gif" border="0" hspace="5" align="right"></a></font><font face="Arial" color="#E2DFD2">Index of
          <i>AnimalSense</i> Issues Available for Download:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #20 -- Fall/Winter 2008:</font></b></td>
      </tr>
      <tr>
        <td width="291" bgcolor="#EAE8E1" valign="top">
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><b><i><font color="#008080">On
      the cover:</font>&nbsp;</i>Crusading Against Cruelty</b> </font><font face="Arial" size="1">SPCA
      investigators protect B.C.’s most vulnerable animals</font><font size="1" face="Arial"><br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Off the Menu</font></b><font size="1" face="Arial">&nbsp;
      The grim reality behind foie gras<br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b>Chains of Despair</b>&nbsp;
      </font><font face="Arial" size="1">Tethered dogs suffer from inhumane
      conditions<br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Biscuit Fund</font></b><font face="Arial" size="1">&nbsp;
      Donors create happy ending for ailing shepherd<br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Rabbits Gone Wild</font></b><font size="1" face="Arial">&nbsp;
      Illegally dumped bunnies face harsh reality<br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Happy Endings</font></b><font face="Arial" size="1">&nbsp;
      Tigger’s amazing recovery and Brad Pitt’s slippery escape<br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      <i>Paws for a Cause</i> breaks fundraising record; spay/neuter clinic for
      Kamloops; new laws to protect exotics<br>
      &nbsp;
      </font></font></li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Small and Feisty&nbsp; </font></b><font face="Arial" size="1">Pint-sized
      pooches can be aggressive too<br>
      </font>
    </li>
  </ul>
        </td>
        <td width="291" bgcolor="#EAE8E1" valign="top">
  <ul type="square">
    <li>
      <p align="left"><a href="AnimalSense_Fall08_Complete.pdf" target="_blank"><img border="0" src="images/AnimalSenseFall2008_Cover.jpg" align="right" hspace="5" vspace="5" alt="Click here to download this complete issue in Adobe PDF document format..."></a><b><font face="Arial" size="2">Puppies
      Pay the Price</font></b><font face="Arial" size="1">&nbsp; The link
      between puppy mills and pet stores<br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Fashion Faux Paws</font></b><font face="Arial" size="1">&nbsp;
      Dressing up dogs inhibits their canine communication<br>
      &nbsp;</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><font color="#008080"><b><i><font size="2">catSense</font></i></b></font><font size="1"><font color="#008080">
      <b>by Nadine Gourkow</b></font>&nbsp; Cats everywhere are keen to hide and
      perch<br>
      &nbsp;</font></font></li>
    <li>
      <p align="left"><font face="Arial"><font color="#008080"><b><i><font size="2">appliedKnowledge</font></i></b></font><font size="1"><font color="#008080">
      </font><b><font color="#008080">by Dr. David Fraser</font>&nbsp; </b>Do
      chickens have feelings? A guest column by Dr. Ian Duncan<br>
      &nbsp;</font></font></li>
    <li>
      <p align="left"><font face="Arial"><font color="#008080"><b><i><font size="2">dogSense</font></i></b></font><font size="1"><font color="#008080">
      </font><b><font color="#008080">by Stanley Coren</font>&nbsp; </b>Dr.
      Stanley Coren on art and animal cruelty<br>
      &nbsp;
      </font></font></li>
  </ul>
          <div align="center">
            <table border="0" cellpadding="10" cellspacing="10" width="90%" bgcolor="#E2DFD2">
              <tr>
                <td width="100%">
                  <p align="center"><b><font face="Arial"><a href="AnimalSense_Fall08_Complete.pdf" target="_blank">Click
                  here to download this complete issue in Adobe PDF document
                  format, 3.6 MB</a></font></b></td>
              </tr>
            </table>
          </div>
      <p align="center">&nbsp;</td>
      </tr>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #19 -- Spring/Summer 2008:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2">
      <p align="left"><a href="AnimalSense_Spring08_Complete.pdf" target="_blank"><img border="0" src="images/AnimalSenseSpring2008_Cover.jpg" align="right" hspace="5" vspace="5" alt="Click here to download this complete issue in Adobe PDF document format..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><b><i><font color="#008080">On
      the cover:</font>&nbsp;</i></b></font><b><font face="Arial" size="2">Safe
      Haven</font></b><font size="1" face="Arial">&nbsp; The BC SPCA’s
      wildlife recovery centre rescues animals from the hazards of urban life</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2" color="#800000">BC SPCA
      2007 Annual Report</font></b><font face="Arial" size="1">&nbsp; A message
      from the CEO; the year in review - highlights from 2007; and financial
      statements
      </font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Victory for Animals</font></b><font size="1" face="Arial">&nbsp;
      BC SPCA campaign leads to stronger anti-cruelty laws</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Kids Club</font></b><font size="1" face="Arial">&nbsp;
      Giving up gifts to help the animals: a look at altruistic kids</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Biscuit Fund</font></b><font face="Arial" size="1">&nbsp;
      A spirited dog survives against all odds</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Happy Endings</font></b><font face="Arial" size="1">&nbsp;
      A pampered steer, and a rescued pit bull who teaches children about
      compassion</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      Cockfighting ring crackdown; Help for tenants with pets; and BC SPCA
      summer camps
      </font></font></li>
  </ul>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a target="_blank" href="AnimalSense_Spring08_Complete.pdf">Click
            here to download the complete issue in Adobe PDF document format,
            3.2 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #18 -- Fall/Winter 2007:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2">
      <p align="left"><a href="BCSPCAAnimalSenseMag_FallWinter2007_Complete.pdf" target="_blank"><img border="0" src="images/AnimalSense_FallWinter2007_Cover90px.jpg" align="right" hspace="5" vspace="5" alt="Click here to download this complete issue in Adobe PDF document format..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><b><i><font color="#008080">On
      the cover:</font>&nbsp;</i>Behind
      Barn Doors</b> -<b>&nbsp; </b></font><font face="Arial" size="1">A look at
      how farm animals are treated, from the field -- or cage -- to the shelves
      of your local supermarket</font>
    </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b>Farmed Right</b></font><font face="Arial" size="1">&nbsp;
      The SPCA Certified program promotes humane treatment of farm animals</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">No Monkey Business</font></b><font size="1" face="Arial">&nbsp;
      Taking action to reduce the number of exotic pets in the province</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Biscuit Fund</font></b><font face="Arial" size="1">&nbsp;
      A transient pooch receives emergency treatment in Penticton</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Happy Endings</font></b><font face="Arial" size="1">&nbsp;
      Tiny hero rescues a baby beaver</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      <i>Paws</i>itive Gifts; finding love online; happy chickens; and a more
      humane rodeo
      </font></font></li>
  </ul>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a target="_blank" href="BCSPCAAnimalSenseMag_FallWinter2007_Complete.pdf">Click
            here to download the complete issue in Adobe PDF document format,
            1.5 MB<br>
            </a>&nbsp;</i></b>
      </td>
      </tr>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #17 -- Spring/Summer 2007:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2">
      <p align="left"><a href="BCSPCAAnimalSenseMag_SpringSummer2007_Complete.pdf" target="_blank"><img border="0" src="images/SpringSummer2007_Cover_90px.jpg" align="right" hspace="5" vspace="5" alt="Click here to download this complete issue in Adobe PDF document format..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><b><i><font color="#008080">On
      the cover:</font>&nbsp;</i></b></font><b><font face="Arial" size="2">Justice
      For Animals, Youth Ambassadors&nbsp; </font></b><font face="Arial" size="1">BC
      SPCA Kids Club heroes go the extra mile - and one heads straight to the
      legislature - to protect animals</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2" color="#800000">BC SPCA
      2006 Annual Report</font></b><font face="Arial" size="1">&nbsp; A message
      from the CEO; the year in review - highlights from 2006; and financial
      statements
      </font>
    </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b>Exotic Exposure</b></font><font face="Arial" size="1">&nbsp;
      Small or large, wild animals don’t belong in captivity</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Biscuit Fund</font></b><font size="1" face="Arial">&nbsp;
      A black Persian cat survives a terrifying drop from the clutches of a bird
      of prey</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Happy Endings</font></b><font face="Arial" size="1">&nbsp;
      Fairytale ending for a princely horse</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      Pet-friendly hotels; bunny adoptions; against toxic antifreeze; animal
      rights and the U.N.</font></font></li>
  </ul>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a target="_blank" href="BCSPCAAnimalSenseMag_SpringSummer2007_Complete.pdf">Click
            here to download the complete issue in Adobe PDF document format,
            1.5 MB<br>
            </a>&nbsp;</i></b>
      </td>
      </tr>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #16 -- Fall/Winter 2006:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2">
      <p align="left"><a href="BCSPCAAnimalSenseMag_FallWinter2006_Complete.pdf" target="_blank"><img border="0" src="images/AnimalSense_FallWinter2006_Cover90px.jpg" align="right" hspace="5" vspace="5" alt="Click here to download this complete issue in Adobe PDF document format..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><b><i><font color="#008080">On
      the cover:</font>&nbsp; </i></b></font><font face="Arial" size="1">Sarah
      McLachlan donates time and talent in support of a BC SPCA cause</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Greater Vancouver Zoo
      Charged with Neglect</font></b><font face="Arial" size="1">&nbsp; Hazina
      the Hippo’s stardom takes a sad turn</font>
    </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b>From Cruelty to Care</b></font><font size="1" face="Arial">&nbsp;
      A neglected horse finds a new home and purpose in Kamloops</font>
    </li>
    <li>
      <p align="left"><b><font size="2">The Collectors</font></b><font size="1">&nbsp;
      A look at guardians who keep too many animals in their care</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Picking a Good Egg!</font></b><font face="Arial" size="1">&nbsp;
      A behind-the-labels look at “ethical” animal products</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Happy Endings</font></b><font face="Arial" size="1">&nbsp;
      The indomitable spirit of Willow the cat and Oliver, the award-winning
      wonder dog</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      Sarah McLachlan helps BC SPCA speak for animals; Music to soothe
      travelling beasts; Shop BC SPCA gift ideas; Antifreeze safety tips;
      1-800-save-a-pet.com</font></font>
    </li>
  </ul>
  </center>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a target="_blank" href="BCSPCAAnimalSenseMag_FallWinter2006_Complete.pdf">Click
            here to download the complete issue in Adobe PDF document format,
            1.5 MB<br>
            </a>&nbsp;</i></b>
      </td>
      </tr>
  <center>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #15 -- Spring/Summer 2006:</font></b></td>
      </tr>
  </center>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2"><font face="Arial"><b><font size="2"><a href="BCSPCAAnimalSenseMag_SpringSummer2006_Complete.pdf" target="_blank"><img border="0" src="images/AnimalSense_SpringSummer2006_Cover90px.jpg" align="right" hspace="5" vspace="5" alt="Click here to download this complete issue in Adobe PDF document format..."></a></font></b></font><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial"><i><b><font color="#008080" size="2">Cover
      Story:</font> </b> </i></font>
      <b><font face="Arial" size="2">Making the Right Match</font></b><font size="1" face="Arial">&nbsp;
      An innovative assessment tool, DogSense takes the guesswork out of
      matching dogs with the right homes</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2" color="#800000">BC SPCA
      2005 Annual Report</font></b><font face="Arial" size="1">&nbsp; A message from
      the CEO and president; the year in review - highlights from 2005
      financial statements; and what’s in store for 2006
      </font>
    </li>
    <li>
      <p align="left"><b><font size="2">Humane Transportation</font></b><font size="1">&nbsp;
      Steering farm animals in the right direction</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Biscuit Fund</font></b><font face="Arial" size="1">&nbsp;
      Homeless dog gets help from emergency fund after painful encounter with a
      porcupine</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Happy Endings</font></b><font face="Arial" size="1">&nbsp;
      Tale ends well for puppies abandoned at birth</font>
    </li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Paws
      for a Cause</font></b><font size="1" face="Arial">&nbsp; Two- and four-legged walkers raise funds for homeless animals; tips from
      last year’s top online pledge collectors</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      New state-of-the-art shelter for Penticton; Lottery for the animals;
      Nelson adoption centre; Caring for fledgling birds; Adopt a senior.
      </font></font></li>
  </ul>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a target="_blank" href="BCSPCAAnimalSenseMag_SpringSummer2006_Complete.pdf">Click
            here to download the complete issue in Adobe PDF document format,
            1.7 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
  <center>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #14 -- Fall/Winter 2005:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2"><font face="Arial"><b><font size="2"><a href="BCSPCAAnimalSenseMag_FallWinter2005_Complete.pdf" target="_blank"><img border="0" src="images/AnSenseFall05_Cover90px.gif" align="right" hspace="5" vspace="5" alt="Click here to download this complete issue in Adobe PDF document format, 1.9 MB..."></a></font></b></font><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial"><i><b><font color="#008080" size="2">Cover
      Story:</font> </b> </i><font size="2"><b>End Animal Cruelty</b>&nbsp; </font><font size="1" face="Arial">A new BC SPCA advocacy campaign lobbies
      for increased protection of B.C. animals.</font></font>
    </li>
    <li>
      <p align="left"><font size="2" face="Arial"><b>Kids and Cruelty</b></font><font size="1">&nbsp;
      Teaching kids respect for animals increases empathy and reduces
      anti-social behaviour.</font>
    </li>
    <li>
      <p align="left"><font size="2" face="Arial"><b>Hope for the North</b></font><font size="1">&nbsp;
      BC SPCA’s new spay/neuter clinic helps stem pet over-population.</font>
    </li>
    <li>
      <p align="left"><font size="2" face="Arial"><b>Happy Endings</b></font><font size="1">&nbsp;
      SPCA officers rescue Jiji, a puppy held prisoner in a plastic storage bin.</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      Help for hurricane victims; New shelter in Penticton; SPCA camp recap;
      Hide-perch-and-go carriers for cats; The “poop” on Nintendogs; New
      farm animal standards; Christmas gifts with a heart; Pet survival program;
      Wild ARC’s new home for raptors.
      </font></font>
    </li>
  </ul>
  </center>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a target="_blank" href="BCSPCAAnimalSenseMag_FallWinter2005_Complete.pdf">Click
            here to download the complete issue in Adobe PDF document format,
            1.9 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
  <center>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #13 -- Spring/Summer 2005:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2">
      <p align="left"><font face="Arial"><b><font size="2"><a href="BCSPCAAnimalSenseMag_SpringSummer2005_Complete.pdf" target="_blank"><img border="0" src="images/AnSenseSpring05_Cover90px.gif" align="right" hspace="5" vspace="5" alt="Click here to download the complete issue in Adobe PDF document format, 1.5 MB..."></a></font></b></font><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial"><i><b><font color="#008080" size="2">Cover
      Story:</font> </b> </i><font size="2"><b>Pet Overpopulation</b>&nbsp; </font><font size="1">BC
      SPCA announces new spay/neuter clinic to save thousands of animals in
      Prince George.</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><font size="2" color="#800000"><b>Annual Report
      2004 </b></font><font size="1">Message from the CEO and president, how
      your donation makes a difference in cruelty investigations, animal
      welfare, humane education and more. Thank you to our donors.</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><font size="2"><b>Bright Future for
      Mastiffs</b></font><font size="1">&nbsp; An update on 43 English Mastiffs
      seized north of Kamloops; and the latest on the crackdown on puppy
      mills.&nbsp;</font></font>
    </li>
    <li>
      <p align="left"><font size="2" face="Arial"><b>Happy Endings</b></font><font size="1">&nbsp;
      Lost for 5 months, Bonnie is returned to her home.</font>
    </li>
    <li>
      <p align="left"><font size="2" face="Arial"><b>Kids Club</b></font><font size="1">&nbsp;
      Kids Club members from around the province are making a difference for
      animals in their communities</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      Make your pet a star!; Orphaned otters released; 2nd annual feral cat
      clinic; Shopping rewards animals; Help for animals is just a click away;
      Kids love animal camps; Adoption database part of new Shelter Buddy system</font></font></li>
  </ul>
  </center>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a href="BCSPCAAnimalSenseMag_SpringSummer2005_Complete.pdf" target="_blank">Click
            here to download the complete issue in Adobe PDF document format,
            1.5 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
  <center>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #12 -- Fall 2004:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2">
      <p align="left"><font face="Arial"><b><font size="2"><a href="AnimalSense_Fall_2004.pdf" target="_blank"><img border="0" src="images/AnimalSense_Fall2004_Cover..jpg" align="right" hspace="5" vspace="5" alt="Click here to download the complete issue in Adobe PDF document format, 5.3 MB..."></a></font></b></font><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial"><i><b><font color="#008080" size="2">Cover
      Story:</font> </b> </i><font size="2"><b>How Much is That
      Doggy in the Window?</b> </font><font size="1">If the cost is measured in
      animal suffering, the price is too high.&nbsp;</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><font size="2"><b>Separation Anxiety</b></font>&nbsp;
      <font size="1">A simple therapy that can work wonders.</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">Pet Express to the
      Rescue</font></b><font size="1">&nbsp; Petcetera stores and the BC SPCA
      have purchased two vehicles that can transfer unwanted pets from Northern
      B.C. to more populated centres for adoption.</font></font>
    </li>
    <li>
      <p align="left"><font size="2" face="Arial"><b>Kids Club</b></font><font size="1" face="Arial">&nbsp;
      Introducing <i>Bark!</i>, the new magazine for the BC SPCA Kids Club.</font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp;
      Jeff the snow monkey; BC SPCA TV ads win at Cannes; local hero honoured;
      Port Alberni couple sentenced; English mastiffs rescued; beef farmer SPCA
      certified; BC SPCA Kids Camps a success; Shop SPCA; toxic flea insecticide
      warning.</font></font></li>
  </ul>
  </center>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> 
            <a href="AnimalSense_Fall_2004.pdf" target="_blank">Click
            here to download the complete issue in Adobe PDF document format,
            5.3 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
  <center>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #11 -- Spring/Summer 2004:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2">
      <p align="left"><font face="Arial"><b><font size="2"><a href="BCSPCAAnimalSenseMag_SpringSummer2004_Complete.pdf" target="_blank"><img border="0" src="images/SpringSummer2004Cover_120px.jpg" align="right" hspace="5" vspace="5" alt="Click here to download the complete issue in Adobe PDF document format, 4.2 MB..."></a></font></b></font><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial"><i><b><font color="#008080" size="2">Cover
      Story:</font> </b><font size="2"> </font> </i><font size="2"><b>Saving
      Lives Through Assessment - Finding the Perfect Match</b>&nbsp;</font><font size="1">New
      science makes for lifelong bonds</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2" color="#800000">Annual Report
      2003</font></b><font size="1">&nbsp; Message from the CEO and president,
      forest fire rescues, cruelty investigations, humane education initiatives
      and more on how your donations are spent</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">Backyard Prisoners</font></b><font size="1">&nbsp;
      Dogs cannot be left chained in the yard for a life sentence</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">The Trials and
      Rewards of a Cruelty Investigator</font></b><font size="1">&nbsp; The hard
      times are mitigated by the success stories</font></font>
    </li>
    <li>
      <p align="left"><font face="Arial"><b><font size="2">News Briefs</font></b><font size="1">&nbsp; SPCA Hospital offers free
      spay/neuter clinic; Be Kind to Animals month; When to help baby birds; The
      miracle Dalmatian; The animal-human violence link, SPCA Shop online and
      more
      </font></font></li>
  </ul>
  </center>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> <a href="BCSPCAAnimalSenseMag_SpringSummer2004_Complete.pdf" target="_blank">Click
            here to download the complete issue in Adobe PDF document format,
            4.2 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
  <center>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #10 -- Fall/Winter 2003:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2"><a href="BCSPCAAnimalSenseMag_FallWinter2003_Complete.pdf" target="_blank"><img border="0" src="images/Fall2003_Cover_90px.jpg" align="right" hspace="5" vspace="5" alt="Click here to download the complete issue in Adobe PDF document format, 5.5 MB..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
          <ul type="square">
            <li><font face="Arial" size="2"><i><font color="#008080"><b>Cover
      Story:</b></font> </i><b>PUPPY MILL
      CRACKDOWN - Profiting from Pain&nbsp; </b></font><font size="1">The SPCA has launched a province-wide
      campaign to eradicate unscrupulous breeding operations</font>
            </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b>Trial
      by Fire</b></font><font face="Arial" size="1"><font color="#008080">&nbsp;&nbsp;
      </font>When the Interior was aflame, SPCA staff and volunteers worked around the
      clock to rescue animals in danger
      </font></li>
    <li>
      <p align="left"><b><font face="Arial" size="2">Investing
      in Animal Welfare, by Craig Daniell, CEO</font></b><font face="Arial" size="2">&nbsp;
      </font><font face="Arial" size="1">Over the past 18 months the SPCA has
      dramatically invested in raising the level of animal care and furthering
      the cause of animal welfare in British Columbia...
      </font>
    </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b>News Briefs&nbsp; </b></font><font face="Arial" size="1">First Nations Spay/Neuter Study;
      Adoption Campaign Launched; BC SPCA Walkathon; Youth Farm Tours; SPCA Kids
      Camps; Seals Get Second Chance; West Nile Virus And Your Animals; SPCA
      Worker Recovers From Dog Attack; Community Events
      </font></li>
          </ul>
  </center>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> <a href="BCSPCAAnimalSenseMag_FallWinter2003_Complete.pdf" target="_blank">Click
            here to download the complete issue in Adobe PDF document format,
            5.5 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
  <center>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #9 -- Spring/Summer 2003:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2"><a href="BCSPCAAnimalSenseMag_SpringSummer2003_Complete.pdf" target="_blank"><img border="0" src="images/Cover_90px.jpg" align="right" hspace="5" vspace="5" alt="Click here to download the complete issue in Adobe PDF document format, 4.1 MB..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  </center>
        <ul type="square">
          <li>
            <p align="left"><font face="Arial" size="2"><i><b><font color="#008080">Cover
      Story:</font></b> </i><b>CAPTIVATED BY THE EXOTIC</b>
            </font><font face="Arial" size="1">
      - What happens when the novelty wears off?</font></li>
          <li>
            <p align="left"><font face="Arial" size="2"><b><font color="#800000">Annual Report 2002
            </font></b></font></li>
          <li>
            <p align="left"><font face="Arial" size="2"><b>News Briefs&nbsp; </b></font><font face="Arial" size="1">36 Lhasa Apsos Seized in Port Alberni;
      Cowichan Receives Cheque for $200,000; 93 Dogs Rescued Near Salmon Arm; Be
      Kind to Animals Month; Family Violence and Animal Abuse; You've Got a
      Friend in Me - New SPCA Adoption Kits; The Pet Directory</font></li>
        </ul>
            <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> <a href="BCSPCAAnimalSenseMag_SpringSummer2003_Complete.pdf" target="_blank">Click
            here to download the complete issue in Adobe PDF document format,
            4.1 MB<br>
            </a>&nbsp;</i></b>
        </td>
      </tr>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #8 -- Fall/Winter 2002:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2"><a href="BCSPCAAnimalSenseMag_FallWinter2002_Complete.pdf" target="_blank"><img border="0" src="images/Cover_90px.gif" align="right" hspace="5" vspace="5" alt="Click here to download the complete issue in Adobe PDF document format, 3.8 MB..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><i><font color="#008080"><b>Cover
      Story:</b></font><font color="#646464"> </font></i><b>CREATING HUMANE COMMUNITIES</b>
      </font>
      <font face="Arial" size="1">
      - Responding to the Plight of Abandoned Cats.</font>
    </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b> News Briefs&nbsp; </b></font><font face="Arial" size="1">Public Says Yes to Pets in Housing;
      Second Chance for Youth and Dogs; BC SPCA Launches E-Newsletter; SPCA
      Successful in Case of Williams Lake Horses; BC SPCA Presents Heroism
      Award; Airline Flies to Aid of Animals
      </font></li>
  </ul>
      <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> <a href="BCSPCAAnimalSenseMag_FallWinter2002_Complete.pdf" target="_blank">Click
      here to download the complete issue in Adobe PDF document format, 3.8 MB<br>
      </a>&nbsp;</i></b>
        </td>
      </tr>
      <tr>
        <td width="564" bgcolor="#D2D3E6" valign="top" colspan="2"><b><font face="Arial" size="2" color="#3C4586">Issue
          #7 -- Spring 2002:</font></b></td>
      </tr>
      <tr>
        <td width="564" bgcolor="#EAE8E1" valign="top" colspan="2"><a href="BCSPCAAnimalSenseMag_Spring2002_Complete.pdf" target="_blank"><img border="0" src="images/Spring2002Cover90px.gif" align="right" hspace="5" vspace="5" alt="Click here to download the complete issue in Adobe PDF document format, 5.7 MB..."></a><font face="Arial" color="#3C4586" size="2"><i>Some
          of the articles include:</i></font>
  <ul type="square">
    <li>
      <p align="left"><font face="Arial" size="2"><i><b><font color="#008080">Cover
      Story:</font></b><font color="#646464"> </font></i><b>Celebrating
      The Relationship</b>  </font>
      <font face="Arial" size="1"> - How You Can Help Your Dog Lead A Happy Life.</font>
    </li>
    <li>
      <p align="left"><font face="Arial" size="2"><b><font color="#800000">Annual Report 2001
      </font>
      </b></font></li>
    <li>
      <p align="left"><font face="Arial" size="2"><b>News Briefs</b>&nbsp; </font><font face="Arial" size="1">SPCA Certified Products; BC SPCA
      Standardizes Animal Assessments; Be Kind To Animals Month; New Address for
      SPCA Provincial Office; Vets, SPCA, Launch Project to Reduce Pet Overpopulation;
      SPCA Looks at Creating Smaller Branches to Serve Vancouver Region; Foster
      Families Needed; SPCA Dogs Go To Jail but Get Out For Good Behaviour; Kids
      at Camp</font></li>
  </ul>
      <p align="left"><b><i>&nbsp; <img border="0" src="../images/garrow.gif"> <a href="BCSPCAAnimalSenseMag_Spring2002_Complete.pdf" target="_blank">Click
      here to download the complete issue in Adobe PDF document format, 5.7 MB<br>
      </a>&nbsp;</i></b>
        </td>
      </tr>
    </table>
  </div>
  <p align="left">&nbsp;</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>
