

<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-News</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name="description" content="Current SPCA animal news from around the province">
<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-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="default.asp">News</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="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="../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="../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" bgcolor="#E7E4DC">
<h4><font face="Arial">
<!-- content_starts_here //--><b><a name="top"></a>News - November/December 2008</b></font>
</h4>







<div align="center">
  <center>
  <table border="0" cellpadding="10" cellspacing="0" bgcolor="#FBFBF9" width="100%">
    <tr>
      <td>
        <font face="Arial" size="2"><a href="HolidayMessage2008.asp"><img border="0" src="http://www.spca.bc.ca/news/images/poinsetta.gif" align="middle" alt="Please take a moment to watch our slideshow and to celebrate with us the achievements you helped make possible this year - click here..."></a></font></td>
      <td>
        <p align="center"><b><font face="Arial" size="2">&nbsp;</font><i><font face="Arial" size="2" color="#008000">2008
        was a remarkable year for animals in British Columbia, thanks to the
        tremendous efforts of BC SPCA supporters, staff and volunteers.</font></i></b><p align="center"><b><i><font face="Arial" size="2"><img border="0" src="../images/garrow.gif">
        <a href="HolidayMessage2008.asp"><font color="#008000">Click here for a
        holiday message from the BC SPCA...</font></a></font></i></b></td>
    </tr>
  </table>
  </center>
</div>







<ul type="square">
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">SPCA offers New Year’s resolutions for animal lovers
    </font><font size="1" face="Arial"> - <a href="../media/New_Year_Dec312008_Press.asp">read
    the Dec. 31 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font size="1" face="Arial">One of five emaciated horses rescued in Langley dies, despite 24-hour care
    </font><font size="1" face="Arial"> - <a href="../media/Emaciated_Horses_Dec152008_Press.asp">read
    the Dec. 15 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Take extra care protecting pets from winter’s wrath</font>
    <font size="1" face="Arial"> - <a href="../media/Keep_Pets_safe_cold_Dec152008_Press.asp">read
    the Dec. 15 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font size="1" face="Arial">Man charged for shooting dog
    </font><font size="1" face="Arial"> - <a href="../media/Dog_shooting_Dec122008_Press.asp">read
    the Dec. 12 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Former petting zoo operators charged with animal cruelty
    </font><font size="1" face="Arial"> - <a href="../media/Petting_zoo_Dec122008_Press.asp">read
    the Dec. 12 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Dog breeder fined, banned from owning animals for 10 years
    </font><font size="1" face="Arial"> - <a href="../media/Currie_Sentence_Dec112008_Press.asp">read
    the Dec. 11 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Emaciated horses surrendered to SPCA after owners arrested
    </font><font size="1" face="Arial"> - <a href="../media/Emaciated_horses_langley_Dec112008_Press.asp">read
    the Dec. 11 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font size="1" face="Arial">Pets
    and the Holiday Season - <a href="../media/Holiday_Season_Press_Dec052008.asp">read
    the Dec. 5 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">SPCA
    seizes neglected dogs from suspected puppy mill in Mission - <a href="../media/SuspectedMissionPuppyMill_Dec22008_Press.asp">read
    the Dec. 2 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Repeat
    animal abuser sentenced to jail and prohibited from keeping animals - <a href="../media/RepeatAbuserSentenced_Dec22008_Press.asp">read
    the Dec. 2 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Woman
    charged after dog thrown - <a href="../media/WomanCharged_Nov282008_Press.asp">read
    the Nov. 28 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Man
    charged in stabbing death of cat - <a href="../media/ManCharged_Nov282008_Press.asp">read
    the Nov. 28 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">8
    bunnies stolen from Surrey shelter - <a href="../media/SurreyBunniesStolen_Nov182008_Press.asp">read
    the Nov. 18 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">SPCA
    strives to send pets 'Home 4 the Holidays' - <a href="../media/Home4Holidays_Nov172008_Press.asp">read
    the Nov. 17 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><font face="Arial" size="1">Help
    birds make it through winter with flying colours - <a href="../media/WinterBirds_Nov142008_Press.asp">read
    the Nov. 13 Press Release</a></font>
  </li>
  <li>
    <p align="left" style="margin-top: 0; margin-bottom: 0"><a href="../media/ProvinceStoryInaccuracies_Nov62008_Press.asp"><font face="Arial" size="1"><i>Nov.
    6: Province</i> story filled with errors and inaccuracies - Forgotten
    Felines vet report posted on line, <i>click here</i></font></a>
  </li>
</ul>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
  <tr>
    <td bgcolor="#FBFBF9">
            <a href="../ezine/SubscriptionForm.asp">
            <IMG SRC="../images/index_26.gif" ALT="Click for more info or to subscribe to our e-newsletter..." border="0" align="right" hspace="6" vspace="10"></a><font face="Arial" color="#3C4586"><b>On this page - Anim@ls E-Newsletter:</b></font>
              <ul type="square">
                <li>
                  <p align="left"><a href="#KamloopsClinic"><font size="2" face="Arial">New spay/neuter
                  clinic announced for Kamloops</font></a></li>
                <li>
                  <p align="left"><a href="#BOD"><font size="2" face="Arial">BC SPCA seeks expressions of
                  interest for Board of Directors</font></a></li>
                <li>
                  <p align="left"><a href="#PawsitiveGifts"><font size="2" face="Arial">We're
                  <i>Paws</i>itive they'll love it</font></a></li>
                <li>
                  <p align="left"><a href="#MapleRidge"><font face="Arial" size="2">BC
                  SPCA to partner in new Maple Ridge Animal Centre</font></a></li>
                <li>
                  <p align="left"><a href="#KidsClub"><font face="Arial" size="2">Is
                  there a child in your life who loves animals?</font></a></li>
                <li>
                  <p align="left"><a href="#antifreeze"><font face="Arial" size="2">Charges
                  pending after dog poisoned with antifreeze</font></a></li>
                <li>
                  <p align="left"><a href="#TetheredDogs"><font face="Arial" size="2">Who
                  put the dog out?</font></a></li>
                <li>
                  <p align="left"><a href="#PuppyMills"><font face="Arial" size="2">The
                  truth about cats &amp; dogs</font></a></li>
                <li>
                  <p align="left"><a href="#HumaneHoliday"><font face="Arial" size="2">Be
                  a humane holiday host or hostess</font></a></li>
                <li>
                  <p align="left"><a href="#Home4Holidays"><font face="Arial" size="2">All
                  they want for Christmas is a home</font></a></li>
                <li>
                  <p align="left"><a href="#ProvinceStory"><font face="Arial" size="2">Clarification
                  of Province story</font></a></li>
              </ul>
    </td>
  </tr>
</table>
<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>







<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="KamloopsClinic"></a>November
2008<br>
</font></b><a href="http://www.spca.bc.ca/media/KamloopsSpayNeuterClinic_Oct302008_Press.asp"><img border="0" src="http://www.spca.bc.ca/news/images/Animals_Nov08/KamloopsClinic_150px.jpg" alt="New spay/neuter clinic announced for Kamloops..." align="right" hspace="4" vspace="4"></a><i>New
spay/neuter clinic announced for Kamloops</i>
</h3>







<p align="left"><font size="2" face="Arial">The BC SPCA has
              announced a major initiative to save thousands of animal lives in
              Kamloops and surrounding regions. Craig Daniell, chief executive
              officer of the BC SPCA, says the society will open a Spay/Neuter
              Clinic in Kamloops in the spring of 2009 to help the region deal
              with its overwhelming pet overpopulation crisis.<br>
              </font><font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"><br>
              </font><font size="2" face="Arial">The new clinic,
              which will perform between 3,000 and 4,000 surgeries per year,
              will be modeled on the BC SPCA's successful Spay/Neuter Clinic in
              Prince George. <a href="http://www.spca.bc.ca/media/KamloopsSpayNeuterClinic_Oct302008_Press.asp"><b>Click here</b></a> for full details...<br>
 </font></p>







<p align="left"><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="BOD"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b><i>BC SPCA seeks expressions of interest for Board of Directors</i>
</h3>
<p align="left"><font size="2" face="Arial">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 B.C. Through its 36 branches and its provincial office located
in Vancouver, the BC SPCA provides a wide range of services for nearly 42,000
homeless, injured and abandoned animals around the province.</font></p>
<p align="left"><font size="2" face="Arial">The BC SPCA is currently
accepting expressions of interest from individuals resident in British Columbia
wishing to serve a three year term on its volunteer Board of Directors.</font></p>
<p align="left"><font size="2" face="Arial">The Board of Directors oversees
the affairs and business of the BC SPCA and establishes policies, rules and
regulations to carry out the obligations and powers of the BC SPCA pursuant to
the Prevention of Cruelty to Animals Act.</font></p>
<p align="left"><font size="2" face="Arial">Board directors are required to
become members of the BC SPCA. In addition, they should demonstrate a commitment
to advancing the cause of animal welfare in British Columbia and embrace the
integral role of volunteers in accomplishing the mission of the BC SPCA.</font></p>
<p align="left"><font size="2" face="Arial">Board members must be prepared to
attend seven board meetings a year, the majority of which are held in Vancouver,
as well as teleconferences as required. Board members are also required to
participate in standing committees of the board. Additional information,
including a director recruitment profile can be found at </font><font face="Arial" color="#0000ff" size="2"><span class="788193221-17112008"><a title="http://www.spca.bc.ca/volunteering/BOD.asp" href="http://www.spca.bc.ca/volunteering/BOD.asp">www.spca.bc.ca/volunteering/BOD.asp</a>.</span></font></p>
<p align="left"><font size="2" face="Arial">Individuals interested in serving
on the Board of Directors are requested to <script type="text/javascript">
/* <![CDATA[ */
function hivelogic_enkoder(){var kode=
"kode=\"oked\\\"=kode\\\"\\\\'=()i'jn)oe.r(vsre)e'.t'l(siepo.=ddkke\\\\o;\\"+
"\\\\\\dc\\\"monu.erttw(i\\\\e\\\\\\\"\\\\\\\\\\\\\\\\a\\\\h<e =r\\\\f\\\\"+
"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\a\\\\lmoirts:mesusec@."+
"pcacb?.uajscb=eCtSBC  PoArB afdDor cioest\\\\r\\\\\\\\\\\\\\\\\\\\\\\\\\\\"+
"\\\\\\\\\\\"\\\\\\\\\\\\\\\\t\\\\t ei\\\\l=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"+
"\\\\\\\\\\\\\\\\\"\\\\\\\\ci\\\\klhcr  eoestn  esdau  mnie\\\\al\\\\\\\\\\"+
"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\>u\\\\mstbtie rhris me uie v"+
"maie<aal\\\\/>\\\\\\\\\\\\\\\"\\\\\\\\)\\\\\\\\;\\\\\\\\=d\\\"ke;o\\\"\\\\"+
"kode=kode.split('').reverse().join('');\\\"=x''f;roi(0=i;(<okedl.netg-h)1i"+
";=+)2x{=+okedc.ahAr(t+i)1k+do.ehcratAi(})okedx=(+<iokedl.netg?hokedc.ahAr("+
"tokedl.netg-h)1':)';\";x='';for(i=0;i<(kode.length-1);i+=2){x+=kode.charAt"+
"(i+1)+kode.charAt(i)}kode=x+(i<kode.length?kode.charAt(kode.length-1):'');"+
""
;var i,c,x;while(eval(kode));}hivelogic_enkoder();
/* ]]> */
</script>.</font></p>







<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="PawsitiveGifts"></a>November
2008</font></b><i><br>
</i>
<a href="http://www.pawsitivegifts.ca"><img border="0" src="http://www.spca.bc.ca/news/images/Animals_Nov08/Pawsitive-Gifts_150px.gif" alt="Click here - www.PawsitiveGifts.ca" align="right" hspace="4" vspace="4"></a><i>We're
Pawsitive they'll love it
</i>
</h3>
<p align="left"><font face="Arial" size="2">Looking for the perfect and most
meaningful gift for the animal lover on your list? This holiday season, you can
make your gift-giving <i>Paws</i>itively rewarding, thanks to the BC SPCA's <i>Paws</i>itive
Gift program, which lets you direct your gift exactly where you want it - from
feeding a puppy and neutering a homeless cat to rehabilitating a river otter and
investigating animal cruelty. You can even help farm animals by supporting the
SPCA Certified program!</font></p>
<p align="left"><font face="Arial" size="2">In addition to getting your shopping
done early, the <i>Paws</i>itive Gift program also rewards your generosity with
a tax receipt. How's that for bringing joy to the world? <b><a href="http://www.pawsitivegifts.ca" target="_blank">Click
here</a></b>.</font></p>







<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="MapleRidge"></a>November
2008<br>
</font></b><i>BC SPCA to partner in new Maple Ridge Animal Centre</i>
</h3>
<p align="left"><font face="Arial" size="2">The BC SPCA and the District of
Maple Ridge have announced plans to build a state-of-the-art community animal
centre. The new facility, which will be built on the site of the existing Maple
Ridge shelter, will be approximately 6,000 square feet and will incorporate
modern animal-welfare designs and multi-purpose space for humane education and
training programs.</font></p>
<p align="left"><font face="Arial" size="2">For more information, <b><a href="http://www.spca.bc.ca/media/MapleRidgeProposal_Oct272008_Press.asp">click
here</a></b>.</font></p>







<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left">
              <a href="http://www.spca.bc.ca/Kids/KidsClub/default.asp"><img border="0" src="images/Animals_Nov08/KidsClubKit_150px.jpg" alt="BC SPCA Kids Club..." align="right" hspace="4" vspace="4"></a><b><font face="Arial" size="1" color="#3C4586"><a name="KidsClub"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b>
<i>Is
there a child in your life who loves animals?</i></h3>
<p align="left"><font color="#000000"><font size="2" face="Arial">
              A membership in the BC SPCA Kids Club is the perfect gift this
              season for the young animal lover in your life! Members learn
              about animal care and welfare and how they can take action to make
              a difference.<br>
              </font>
              <font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"><br>
              </font></font><font size="2" color="#004485" face="Arial"><font color="#000000">Membership is
              just $15 a year and includes a membership card and package; four
              issues of <i>Bark!</i> magazine; monthly e-Kids email newsletters;
              and opportunities to enter contests to win prizes.<br>
              <br>
              What better way to show your support for animals than to touch the
              heart and mind of a child?</font><br>
              </font>
              <font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"></font><font size="2" color="#004485" face="Arial"><br>
              </font><a href="http://www.spca.bc.ca/Kids/KidsClub/default.asp"><b><font size="2" face="Arial" color="#004485">Click
              here</font></b></a><font size="2" face="Arial"> to
              order your BC SPCA Kids Club gift membership now!
              </font><br>
</p>
<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<p>&nbsp;
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="antifreeze"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b><i>Charges pending after dog poisoned with antifreeze</i></h3>
<p align="left"><font size="2" face="Arial">Charges of animal
              cruelty are pending against a Cranbrook man after he allegedly
              poisoned a neighbour's dog with antifreeze. On Oct. 6, the dog's
              guardian rushed the Great Pyrenees to a veterinarian after he
              became seriously ill. Sadly, the dog was diagnosed with kidney
              failure and was euthanized due to his condition.<font color="#000000"><br>
</font>
              </font>
<font color="#000000">
              <font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"></font>
              <font size="2" face="Arial"><br>
              &quot;Several neighbours gave us formal statements that the
              accused had bragged to them about deliberately poisoning the
              dog,&quot; said BC SPCA special constable Eric Enkirch. &quot;We
              obtained a Criminal Code search warrant and found containers of
              antifreeze in the accused's possession. He admitted to soaking
              pieces of meat in antifreeze and leaving it out near the dog,
              hoping he would eat it,&quot; said Enkirch.
              </font>
</font>
              <font size="2" color="#004485" face="Arial"><br>
              </font>
              <font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"></font><font size="2" color="#004485" face="Arial"><br>
              </font><a href="http://www.spca.bc.ca/media/AntifreezeCrueltyCharges_Oct222008_Press.asp"><font size="2" face="Arial" color="#004485"><b>Click
              here</b></font></a><font size="2" color="#004485" face="Arial">
              </font><font size="2" color="#000000" face="Arial">
              for further information.
              </font><font size="2" color="#004485" face="Arial">
              <br>
              </font></p>
<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><a href="http://www.spca.bc.ca/Advocacy/tethered_dogs.asp"><img border="0" src="http://www.spca.bc.ca/news/images/Animals_Nov08/Tethered-dog-cover_150px.jpg" alt="Tethered dogs..." align="right" hspace="4" vspace="4"></a><b><font face="Arial" size="1" color="#3C4586"><a name="TetheredDogs"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b><i>Who put the dog out?</i></h3>
<p align="left"><font size="2" face="Arial">Dogs are social
              creatures who need to be part of a family, and banishing them to
              life on a chain is both cruel and dangerous.<br>
              </font>
              <font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"><br>
              </font><font size="2" face="Arial">The BC SPCA
              highlights the plight of tethered dogs and how people can help
              break the chain of cruelty with new online resources. <b><a href="http://www.spca.bc.ca/Advocacy/tethered_dogs.asp">Click
              here</a></b>.
</font><font size="2" color="#004485" face="Arial"><br>
</font></p>
<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<p>&nbsp;
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><a href="http://www.spca.bc.ca/Advocacy/puppy_mills.asp"><img border="0" src="http://www.spca.bc.ca/news/images/Animals_Nov08/PuppyMillCover_150px.jpg" alt="Puppy mills..." align="right" hspace="4" vspace="4"></a><b><font face="Arial" size="1" color="#3C4586"><a name="PuppyMills"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b><i>The truth about cats &amp; dogs</i></h3>
<p align="left"><font size="2" face="Arial">If you're you thinking
              about acquiring a puppy, make the BC SPCA your first adoption
              option. Why? Because if you choose to purchase a puppy from a pet
              store, over the Internet or through anyone other than a rescue
              organization or reputable breeder, you could be inadvertently
              supporting a puppy mill.<br>
              </font>
              <font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"><br>
              </font><font size="2" face="Arial">A new SPCA
              campaign takes aim at puppy-mill cruelty. </font><b><font size="2" face="Arial"><a href="http://www.spca.bc.ca/Advocacy/puppy_mills.asp">Click
              here</a></font></b><font size="2" face="Arial">.
              </font><font size="2" color="#004485" face="Arial"><br>
              </font></p>
<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="HumaneHoliday"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b><a href="http://www.spca.bc.ca/farm/participants.asp"><img border="0" src="http://www.spca.bc.ca/news/images/Animals_Nov08/Qualicum-Brie_150px.jpg" alt="Be a humane holiday host or hostess..." align="right" hspace="4" vspace="4"></a><i>Be
a humane holiday host or hostess</i></h3>
<p align="left"><font face="Arial" size="2">At the BC SPCA, we put
              farm animal welfare at the top of our &quot;wish list&quot; by
              certifying farms that meet our high standards of humane care. It's
              easy to support SPCA Certified farmers and enjoy your favourite
              holiday foods at the same time. <a href="http://www.spca.bc.ca/farm/holidayrecipes.asp"><b>Click
              here</b></a>
              for a list of fabulous holiday recipes.<br>
<img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"><br>
Most farmers markets
              are winding down at this time of year, but many SPCA Certified
              products are still available directly from the farm.<br>
<img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"><br>
For a complete
              list of our farmers who sell at the farmgate, as well as grocery
              stores, <a href="../farm/participants.asp"><b>click here</b></a>.<br>
</font></p>
<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="Home4Holidays"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b><a href="http://www.spca.bc.ca/media/Home4Holidays_Nov172008_Press.asp"><img border="0" src="http://www.spca.bc.ca/news/images/Animals_Nov08/Home-4-the-Holidays_150px.jpg" alt="Home 4 the Holidays..." align="right" hspace="4" vspace="4"></a><i>All
they want for Christmas is a home</i></h3>
<p align="left"><font size="2" face="Arial">BC SPCA branches
              across the province are busy taking part in the Iams Home 4 the
              Holidays international adoption campaign, which strives to find
              homes for a million pets around the world this holiday season.<br>
              </font>
              <font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/spacer.gif" width="15" height="15"><br>
              </font><font size="2" face="Arial">Families who
              adopt animals during the campaign, which runs until Dec. 31, will
              be sent home with adoption starter kits from Iams that include
              food samples and pet care information. <b><a href="http://www.spca.bc.ca/media/Home4Holidays_Nov172008_Press.asp">Click here</a></b> for more
              details.
              </font><font size="2" color="#004485" face="Arial"><br>
              </font></p>
<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<font size="2">
<hr noShade SIZE="1" color="#827853">
  </font>
<h3 align="left"><b><font face="Arial" size="1" color="#3C4586"><a name="ProvinceStory"></a>November
2008</font>
              <font face="Arial" size="1"> <br>
</font></b><i>Clarification of Province story</i></h3>
<p align="left"><font size="2" face="Arial">You may have read a
              recent story in the <i>Province</i> newspaper about the BC SPCA
              seizure of 49 sick cats from an organization called Forgotten
              Felines. The story contained a number of serious factual errors.
              For a clarification, please </font><a href="http://www.spca.bc.ca/media/ProvinceStoryInaccuracies_Nov62008_Press.asp"><font size="2" face="Arial" color="#004485"><b>click
              here</b></font></a><font size="2" color="#004485" face="Arial">.
              </font>
</p>
<p><font face="Arial" size="1">&lt; <a href="#top">back to top</a>
              &gt;</font>
</p>







<p>&nbsp;
</p>







                  <p align="left">







<!-- 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>
