

<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 Archives</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name="description" content="Archives / Index of all Anim@ls News Bulletins Online...">

<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" face="Arial">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">
<h3><font face="Arial">
<!-- content_starts_here //--><b><a name="top"></a></b></font><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"><b>Anim@ls News Archives Index</b></font>
</h3>
              <ul type="square">
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="default.asp"><b>Click
                  here for the current issue!</b>
                  </a></font></li>
              </ul>
<table border="0" cellpadding="6" cellspacing="4">
  <tr>
    <td bgcolor="#D2D3E6" valign="top" colspan="2">
              <font face="Arial" size="2" color="#48422D"><b>Previous News
              Issues:</b></font>
    </td>
  </tr>
  <tr>
    <td bgcolor="#EAE8E1" valign="top">
              <ul type="square">
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="October2008_AnimalsNews.asp">October
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  Whoa! Horse care is costly, pardner!; Spooked Pets!; Dig a
                  date, dog lovers?; Ho, ho home 4 the holidays; Are you
                  concerned about food safety?; Use Pet-safe Antifreeze; A star
                  is born!</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="September2008_AnimalsNews.asp">September
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  Thank you, British Columbia!; Constables seize poodles from
                  breeder; Five charged in cockfighting case; SPCA caring for
                  dozens of seized farm animals; Animal cruelty under the law;
                  Must Love Dogs mixer matches up singles; World Farm Animals
                  Day is Oct. 2!; Is your pet a star?</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="August2008_AnimalsNews.asp">August
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  To All Animal Lovers Out There!; Matsqui woman banned from
                  keeping animals; Is your pet a star?; Animals seized from
                  roadside zoo; BC SPCA's Bite Free program earns gold star;
                  Keep your pets safe this summer; Is your pet buckled up?</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="July2008_AnimalsNews.asp">July
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  BC SPCA Discovers How to Interpret for the Animals; BC SPCA
                  rescues dog set on fire in Trail; Play it cool this summer -
                  don't leave your dog in a hot car; Do you purchase pork
                  products? Researchers want your views...; Chronic animal
                  abuser arrested in Grand Forks</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="June2008_AnimalsNews.asp">June
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  Education &amp; Adoption Centre opens in Port Coquitlam; Raise
                  your paw if you like having a choice!; Couple pleads guilty to
                  cruelty; 2008 Annual Scotiabank &amp; BC SPCA Paws for a
                  Cause...Walk for the Animals; New legislation regulates trade
                  and possession of exotic animals; Beware of Dog: Kids at Risk;
                  Head to the park with your potato salad!</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="May2008_AnimalsNews.asp">May
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  Charges laid in sled dog cruelty case; Who's the kindest
                  community of all? Is it yours?; Tippi tickets going fast; BC
                  SPCA encourages other rodeos to follow Cloverdale's lead; BC
                  SPCA to open facility in Port Coquitlam; Summer Camps Filling
                  Fast</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="April2008_AnimalsNews.asp">April
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  Fetch a Friend in May; From birds to lions: An Evening with
                  Tippi Hedren; New legislation on exotic animals introduced;
                  Feds fail to follow B.C.'s lead; Watch Out For Baby Wildlife</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="March2008_AnimalsNews.asp">March
                  2008</a></font><font size="2"> </font><font face="Arial" size="1"> -
                  New animal cruelty bill introduced in B.C. Legislature;
                  Breeder of English mastiffs gets maximum penalty; Mark your
                  calendars! To Preserve and Protect: A Symposium on the
                  Regulating the Trade and Possession of Exotic Animals, May 28
                  and 29 in Vancouver; The Third Annual BC SPCA Lottery... For
                  the Animals has SOLD OUT!; Sex and Your Kitty; Animals matter
                  to the world; 275,000 seals to be killed in this year's
                  commercial hunt</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="February2008_AnimalsNews.asp">February</a></font><font size="2"><a href="February2008_AnimalsNews.asp"><font face="Arial">
                  2008</font></a> </font><font face="Arial" size="1"> - The BC
                  SPCA has 41,884 reasons to thank our wonderful supporters!;
                  Dog's story of survival strikes chord with students; Lottery
                  already 50% sold out!; Inhumane transport practices exposed;
                  Dogs bring couple together; Feisty Aussie shepherd mix gnaws
                  out of leg-hold trap; Maple Ridge boy leads Third Annual BC
                  SPCA Wiggle Waggle Walk</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="January2008_AnimalsNews.asp">January</a></font><font size="2"><a href="January2008_AnimalsNews.asp"><font face="Arial">
                  2008</font></a> </font><font face="Arial" size="1"> - BC SPCA
                  Lottery... for the animals begins Feb. 1!; Get on Board for
                  Farm Animals!; Constables seize Yorkies from suspected puppy
                  mill; Rats! The under-rat-ed pet; New Year resolutions for
                  animal lovers</font></li>
                <li>
                  <p align="left"><font size="2"><font face="Arial"><a href="NovemberDecember2007_AnimalsNews.asp">November/December
                  2007</a></font> </font><font face="Arial" size="1"> -
                  Specialized Crown Appointed for Animal Abuse Cases; Purrfect
                  Gift for Kids; Cat abandonment leads to animal cruelty
                  charges; 10 Holiday Pet Tips; BC SPCA Pawsitive Gifts; Enjoy a
                  humane Holiday meal; Adoptable Animals Online Search; BC SPCA
                  Holiday Gifts and Cards; <i>Paws for a Cause... Walk for the
                  Animals</i> - updates and photos</font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="October2007_AnimalsNews.asp">October
                  2007</a><font size="1"> - SPCA seizes 43 badly neglected sled
                  dogs; SPCA rescues 48 badly neglected cats; owners charged
                  with cruelty; Pawsitive Gifts website coming soon!; BC
                  municipalities support regulations on exotic animals; Canada
                  lags Behind on farm animal welfare; Keep your pet safe this
                  Hallowe'en</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Sept2007_AnimalsNews.asp">September
                  2007</a><font size="1"> - Charges Laid in Sled Dog Cruelty
                  Case; 2007 Scotiabank &amp; BC SPCA <i>Paws for a Cause...
                  Walk for the Animals</i> a Huge Success;! Dog Breeders Charged
                  with Animal Cruelty; Find True Love Online (of the four-legged
                  variety, that is!); Help Stop Bill S-213; Switch to
                  Pet-Friendly Antifreeze; Youth Party for Animals; SPCA
                  Participates in Shoreline Clean-up</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Aug2007_AnimalsNews.asp">August
                  2007</a><font size="1"> - Only 22 days left to crusade for
                  animals!; You're invited! Grand Opening of new SPCA centre in
                  Richmond; SPCA cruelty officers seize 28 animals in Falkland;
                  Kittens Galore!; Vancouver passes cage-free egg motion;
                  Playland Passes Help Animals</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="July2007_AnimalsNews.asp">July
                  2007</a><font size="1"> - Help protect exotic animals in BC
                  now!; Crusade for <i>Paws for a Cause</i> and Help Animals
                  like Dizzy; Hot Dogs in Car Alert!; Support the City of
                  Vancouver's Cage-Free Egg Policy; New BC SPCA facility opening
                  in Richmond</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="June2007_AnimalsNews.asp">June
                  2007</a><font size="1"> - 2007 Annual Scotiabank and BC SPCA <i>Paws
                  for a Cause... Walk for the Animals;&nbsp;</i><br>
                  BC SPCA Seizes 163 Animals from Cultus Lake Home; BC SPCA
                  Opens New Education &amp; Adoption Centre in Richmond;
                  Cloverdale Rodeo Drops Four Events After Calf Euthanized;
                  Campaign on Dogs in Pick Up Trucks Goes Province-wide; BC SPCA
                  Kids Camps Filling Up Quickly; Emaciated Dalmatian Rescued in
                  Fernie</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="May2007_AnimalsNews.asp">May
                  2007</a><font size="1"> - Tiger attack highlights urgent need
                  for regulations on wild/exotic animals; BC SPCA Rescues Badly
                  Neglected Huskies Near Williams Lake; Sunshine Coast Officers
                  Take 143 Neglected Farm Animals Into Custody; BC SPCA Seizes
                  Former Racehorse; New Penticton Community Animal Centre Opens
                  This Month!; Turning up the Heat on Antifreeze; BC SPCA Urges
                  Public to Boycott Cloverdale Rodeo; BC SPCA Summer Camps Are
                  Back!</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="April2007_AnimalsNews.asp">April
                  2007</a><font size="1"> - Fraser Valley Resident Charged with
                  Animal Cruelty; BC SPCA Spay/Neuter Clinic Celebrates 5,000th
                  Operation!; Farm Animals Rescued from Chilliwack Farm; The BC
                  SPCA Is Opposed to the Annual Atlantic Seal Hunt; Springtime
                  Alert; Hey, I Found a Baby Bird!; UBC Animals in Research
                  Survey; BC SPCA Lottery - Only 1 month left to get your
                  tickets!</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="March2007_AnimalsNews.asp">March
                  2007</a><font size="1"> - Dogs Removed From Puppy Mill
                  Breeder; Join the Animals Matter to Me Campaign Today; Hop to
                  Adopt!; Pet Food Recall; Recall Affects SPCA Food Donations;
                  Take Action to Help Ban Deadly Antifreeze; 2nd Annual BC SPCA
                  Lottery... for the animals</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Feb2007_AnimalsNews.asp">February
                  2007</a><font size="1"> - Missing Family Pet Rescued After
                  Falling Down Cliff; Prince George Couple Plead Guilty to
                  Animal Cruelty; Buy Your Tickets for the 2nd Annual BC SPCA
                  Lottery... for the animals!; Regressive Federal Animal Cruelty
                  Currently Before the Commons; Vancouver Takes Steps to
                  Restrict Exotic Animals; Join Jacob's Wiggle Waggle Walk on
                  March 3; Year of the Pig Looking Optimistic</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Jan2007_AnimalsNews.asp">January
                  2007</a><font size="1"> - Former Kamloops Breeder Receives
                  Lifetime Ban On Owning Animals; 10 New Year's Resolutions for
                  Animal Lovers; BC SPCA Launches Partnership with CKNW;
                  Antifreeze Campaign Heats Up!; Did You Know...; Learning to
                  Live with Urban Wildlife</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Dec2006_AnimalsNews.asp"><font size="2">December
                  2006</font></a><font face="Arial" size="1"> - </font></font><font face="Arial" size="1">Season's
                  Greetings - A Christmas Message from Craig Daniell, CEO of the
                  BC SPCA, view our slideshow!</font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Nov2006_AnimalsNews.asp"><font size="2">November/December
                  2006</font></a><font size="2"> - </font><font size="1">BC SPCA
                  Warns Against Canadian SPCA Fundraising; Canada Lags Behind US
                  and Europe on Farm Transport Regs!; Shop Online and Support
                  the BC SPCA!; Get The Truth About Rats (and Dogs); Keep Your
                  Pets Safe This Holiday Season; Biscuit EmBarkment Fundraiser!;
                  Did You Know... Pet ID; Public Supports SPCA Thanks to Sarah
                  McLachlan</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Oct2006_AnimalsNews.asp"><font size="2">October
                  2006 </font></a> <font size="2"> - </font><font face="Arial" size="1">Woman Charged
                  with Abusing 33 Animals; Keep your Pets Safe this Halloween;
                  Did You Know... Top 5 Surrender Reasons; Coming Soon --
                  Holiday Gift Giving Made Easy at Shop BC SPCA; Use Pet-Safe
                  Antifreeze; New Federal Tax Incentives for Donating Securities</font></font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="Sept2006_AnimalsNews.asp">September
                  2006</a> - </font><font face="Arial" size="1">Farm Animal
                  Transport - Act now!; BC SPCA Cruelty Officers seize 48 cats
                  and one dog from residents in Dunster; Thank you to all the
                  animal lovers across the province for helping us raise more
                  the $600,00 in cash and $125,000 in gifts in-kind!; Visit SHOP
                  SPCA Today;! Aldergrove Resident Faces Charges Of Animal
                  Cruelty Following a BC SPCA Investigation; Dawson Creek
                  Resident Sentenced for Animal Cruelty</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="Aug2006_AnimalsNews.asp">August
                  2006</a> </font><font face="Arial" size="1">- Help save
                  animals like Sydney by supporting the 2006 Scotiabank Paws for
                  a Cause Walk;! PNE Tickets Help SPCA Animals; Do you have a
                  lap that's just waiting for a purring cat?; Cruelty officers
                  seize 31 animals from Aldergrove resident; The BC SPCA Animal
                  Hospital celebrates 30 years!</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="July2006_AnimalsNews.asp">July
                  2006</a></font><font size="1" face="Arial"> - Join British
                  Columbia's largest fundraiser for animals and help raise
                  $650,000 for animals in need! September 10th, 2006 in 37
                  communities; Williams Lake Resident Charged After BC SPCA
                  Seizes 50 Dogs; Singer Sarah McLachlan Helps BC SPCA Speak Out
                  for Abused and Homeless Animals; BC SPCA Pet Rescue Decal; New
                  Biscuit Fund Website Launched!; BC SPCA presents the Kevin
                  Anderson award to the 108 Mile Volunteer Fire Department</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="June2006_AnimalsNews.asp">June
                  2006</a></font><font face="Arial" size="1"> - Sign Up Now for
                  the 2006 Scotiabank <i>Paws for a Cause </i>Walk;! Greater
                  Vancouver Zoo Charged with Animal Cruelty; &quot;Oliver&quot;
                  Wins BC SPCA's Annual Animal Courage Award; Coming Soon... New
                  BC SPCA Television Commercials; Make Your Pet a Star in the
                  2007 BC SPCA Calendar; Summer Pet Tips; BC SPCA Camps Filling
                  Fast!...</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="AprilMay2006_AnimalsNews.asp">April/May
                  2006</a></font><font face="Arial" size="1"> - BC SPCA Seizes
                  126 Animals in South Okanagan The first BC SPCA Lottery... for
                  the Animals! is sold out! New State-of-the-Art Shelter for
                  Penticton Kittens are having kittens! Make Your Pet a Star!
                  Place a bid on the 2007 BC SPCA calendar Nelson Storefront
                  Adoption Centre Opens Westcoast Families Expo Caring For Young
                  Wildlife Kindness by the Glass: Wine and restaurant promotion
                  helps animals during May: Be Kind to Animals Month Summer
                  Camps TELUS Helps Education Programming...</font></li>
              </ul>
    </td>
    <td bgcolor="#EAE8E1" valign="top">
              <ul type="square">
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="March2006_AnimalsNews.asp">March
                  2006</a></font><font face="Arial" size="1"> - Dog Recovers
                  After Being Shot in Face; Don't miss out. Get your tickets for
                  the new BC SPCA Lottery... for the animals! by April 21st;
                  Paws for a Cause Survey; Easter Gifts: What Not to Buy...</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="February2006_AnimalsNews.asp">February
                  2006</a> </font><font face="Arial" size="1"> - 24 Horses
                  Seized near Sicamous; Eight Year-Old Boy Raises Thousands for
                  Injured Animals; SPCA Certified Products In Your Community;
                  Take Action Today to End Animal Cruelty; Cold Weather Safety
                  for Pets; Not Just Cats and Dogs; Tickets are selling quickly
                  for the new SPCA Lottery... for the Animals; See what's new
                  for pets at SHOP SPCA</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="January2006_AnimalsNews.asp">January
                  2006</a> </font><font face="Arial" size="1"> - BC SPCA
                  Announces New Lottery for the Animals; Abandoned Puppies
                  Reunited with Mother; New Year Resolutions for Animal Lovers</font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="December2005_AnimalsNews.asp">December
                  2005</a> </font> <font face="Arial" size="1"> - Take
                  Action to End Animal Cruelty!; You Can Save A Life With A BC
                  SPCA Seasonal E-Card; Celebrate The Howl-li-day Season - SPCA
                  branches around BC have organized a wide range of events; Keep
                  Your Pets Safe this Holiday Season; Branch Wish Lists; Help
                  the Animals While You Shop With HBC Rewards!; Gift Kids Club
                  Memberships; Holiday Blues</font></li>
                <li>
                  <p align="left"><font face="Arial"><font size="2"><a href="October2005_AnimalsNews.asp">October/November
                  2005</a> - </font><font size="1">Coming Soon - End Animal
                  Cruelty!; Prince George Spay/Neuter Clinic Becomes a Reality;
                  Edgewood Residents Face Cruelty Charges; 2005 <i>Paws for a
                  Cause</i> Walk Raises Record-Breaking Total; Want to get
                  spooked at Fright Nights this Halloween?; SPCA Howl-li-day
                  Greeting Cards; Dog House Blues Book Launch; Give a Gift
                  They'll Love... all Year Round</font></font></li>
                <li>
                  <p align="left"><a href="August2005_AnimalsNews.asp">August/September
                  2005</a> <font face="Arial" size="1">- <i>Paws for a Cause</i>
                  - Don't miss the largest fundraiser ever held to benefit
                  animals in BC; Animals Rescued from Wildfire Danger; Charges
                  Laid Against Owners of Puppy Kept in Sealed Container;
                  Nintendogs Launch; Cat Caught in Leg-hold Trap; Own a unique
                  tribute to your pet - special offer to SPCA Supporters</font></li>
                <li>
                  <p align="left"><font face="Arial" size="2"><a href="July2005_AnimalsNews.asp">July
                  2005</a> - </font><font face="Arial" size="1">Sign Up for SPCA
                  Summer Camps Today!; Be Part of the Largest Event in BC for
                  Animals in Need!; Planning a Fun Day at PLaYLaNd this Summer?
                  Save money on tickets and help the animals! New International
                  Standards Created to Protect Farm Animals</font></li>
                <li>
                  <p align="left"><font face="Arial"><font size="2">June 2005</font><font size="1"> -
                  <i> not
                  available online</i></font></font></li>
                <li>
                  <p align="left"><a href="May2005_AnimalsNews.asp">May 2005</a>
                  - <font face="Arial" size="1">Click with your pet and help the
                  animals!; Pet Habitat Store Charged with Animal Cruelty; Be
                  Kind to Animals Month; Raise your glass and toast the
                  animals!; Kids at Animal Camps; Do You Know a Dog who Lacks
                  Confidence?; Say Cheese!; Make Your Pet a Star!</font></li>
                <li>
                  <p align="left"><font size="2" face="Arial"><a href="April2005_AnimalsNews.asp">April
                  2005</a></font><font face="Arial" size="1"> - Help us fight
                  for stronger cruelty laws!; A joyous reunion for Rob and
                  Bonnie; New! BC SPCA offers E-receipts for online donations;
                  &quot;SIT. STAY. SIP.&quot; &amp; Support the BC SPCA; SPCA
                  Summer Camps</font></li>
                <li>
                  <p align="left"><font size="2" face="Arial"><a href="March2005_AnimalsNews.asp">March
                  2005</a></font><font face="Arial" size="1"> - BC SPCA
                  Announces New Spay/Neuter Clinic in Prince George; Every time
                  you shop - you could be helping the animals! It's that easy;
                  SPCA Hospital Offers Free Clinic for Feral Cats; Otter
                  Fundraiser a Success!</font></li>
                <li>
                  <p align="left"><font size="2" face="Arial"><a href="Feb2005_AnimalsNews.asp">February
                  2005</a></font><font face="Arial" size="1"> - Bid to win a
                  once-in-a-lifetime wildlife experience; Puppy mill operator
                  banned from owning animals for life; Help stop puppy mill
                  abuse</font></li>
                <li>
                  <p align="left"><font size="2" face="Arial"><a href="January2005_AnimalsNews.asp">January
                  2005</a></font><font face="Arial" size="1"> - Resolve to Make
                  2005 a Humane Year; Animals Seized from Pet Store</font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="December2004_AnimalsNews.asp"><font size="2">December
                  2004</font></a><font face="Arial" size="1"> - Warm Holiday
                  Greetings from BC SPCA CEO Craig Daniell, on behalf of Tahsis,
                  Jeffrey, Sydney, &amp; Sam</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="November2004_AnimalsNews.asp">November
                  2004</a> - <font size="1">Happy Ending for Daisy; SPCA Creates
                  Biscuit Fund to Help Sick and Injured Animals; SHOP SPCA for
                  the Howl-li-days; The Purr-fect Gift for Kids on your Holiday
                  List; Keep Your Pets Safe This Holiday Season</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="October2004_AnimalsNews.asp">October
                  2004</a> - <font size="1">Petcetera Pet Express to the
                  Rescue!; Paws for a Cause Raises $330,000 for Animals in Need;
                  Great Gift Ideas for the Holidays</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="September2004_AnimalsNews.asp"><font size="2">September
                  2004</font></a><font face="Arial" size="1"> - Thank You to all
                  <i>Paws for a Cause</i> Supporters!; Gentle Giants Get New
                  Homes; Give Kids a Gift that Will Change their Lives; Making
                  Humane Food Choices</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="August2004_AnimalsNews.asp">August
                  2004</a><font size="1" face="Arial"> - BC SPCA Launches Kids
                  Club; Charges Laid Against Langley Horse Owner; SPCA Partners
                  with Rescue Groups to Place Seized Mastiffs; SPCA Seeks Help
                  for 40 Emaciated Calves Seized in Chilliwack; Visit the BC
                  SPCA Kids Club at the Eukanuba Superdogs Show at the PNE!; Hop
                  on Down to the Rabbit Festival; Paws for a Cause... Walk for
                  the Animals!; Seal Pup Rescued; Cat Video Wins International
                  Award; 'Hot Dogs' in Cars</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="July2004_AnimalsNews.asp"><font size="2">July
                  2004</font></a><font face="Arial" size="1"> - Click on a Mouse
                  to Save a Cat or Dog; Where's the Beef?; Shelters Overflowing
                  with Kittens &amp; Cats</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="June2004_AnimalsNews.asp"><font size="2">June
                  2004</font></a><font face="Arial" size="1"> - Paws for a
                  Cause; New Website Launched; Kitten Gets Second Chance; Local
                  Heroes Honoured; Summer Holidays Around the Corner; Keep Your
                  Pet Safe in Hot Weather</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="May2004_AnimalsNews.asp">May 2004</a>
                  <font size="1" face="Arial">- Puppy Mill Operators Sentenced;
                  Stratton Lecture to Highlight “No-Kill” Controversy;
                  Update on Animal Cruelty Bill C-22; May Is Be Kind To Animals
                  Month; BC SPCA Kids Club Launched!; BC SPCA Summer Camps</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="April2004_AnimalsNews.asp"><font size="2">April
                  2004</font></a><font face="Arial" size="1"> - Miracle Dog
                  Survives Brutal Attack; Animal Cruelty Bill Back Before
                  Parliament; It's Allergy Season; Watch Out For the Birds!
                  Found a Baby Bird?</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="March2004_AnimalsNews.asp"><font size="2">March
                  2004</font></a><font face="Arial" size="1"> - Urgent Help
                  Needed to Ensure Happy Ending for Primates; Exotic Animals;
                  Year of the Monkey</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Feb2004_AnimalsNews.asp"><font size="2">February
                  2004</font></a><font face="Arial" size="1"> - Bring
                  Anti-Cruelty Bill Back Before Parliament; River Otters Ready
                  for Release; Foster Volunteers Urgently Needed; Sex and the
                  Kitty; Cats Can't Add But They Sure Can Multiply</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Jan2004_AnimalsNews.asp"><font size="2">January
                  2004</font></a><font face="Arial" size="1"> - Puppy Mill
                  Operator Receives Stiff Penalty; Duke Makes Speedy Recovery;
                  What Does Free or Certified Mean? Don't Have a Cow Man</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Dec2003_AnimalsNews.asp"><font size="2">December
                  2003</font></a><font face="Arial" size="1"> - Holiday Pet
                  Tips; New Year Resolutions for Animal Lovers; Warm Holiday
                  Greetings from BC SPCA CEO Craig Daniell, on behalf of Brooks,
                  Aidan, and Sparkles</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="OctoberNovember_Animals2003.asp"><font size="2">October/November
                  2003 </font></a> <font face="Arial" size="1">- Cruelty
                  Investigations 2003; Emergency Centre Helps Flood Victims;
                  Halloween; Cats Survive Black Period in History</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="JulyAugSept2003_AnimalsNews.asp"><font size="2">July
                  2003 Issue + Interior Fire News &amp; other news from August
                  &amp; September</font></a><font face="Arial" size="1"> - 15
                  Animals Seized Near Trail; Serval Cat; Adoption Challenge;
                  Interior Fires; Horse Cruelty Case Conviction; Emaciated Dogs
                  &amp; Distressed Horses Seized Near Ashcroft; Youth Summer
                  Camps; Walkathon; Mosquitoes &amp; West Nile Virus; Summer Pet
                  Tips</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><font size="2">June 2003</font><font size="1"> -
                  <i> not
                  available online</i></font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="May2003_AnimalsNews.asp"><font size="2">May
                  2003</font></a><font face="Arial" size="1"> - 95 animals
                  Seized from Puppy Mill near Princeton; Hiking with Rover; Do
                  Brown Eggs Really Come From Brown Chickens? Ever see a Dog
                  Crop Circle?</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="April2003_AnimalsNews.asp"><font size="2">April
                  2003</font></a><font face="Arial" size="1"> - Animal Cruelty
                  Bill in Danger; SPCA Seizes More Dogs from Suspected Puppy
                  Mills; Be Kind to Animals Month</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="March2003_AnimalsNews.asp"><font size="2">March
                  2003</font></a><font face="Arial" size="1"> - SPCA Launches
                  Attack on BC Puppy Mills; Foster Volunteers Urgently Needed'
                  Found a Baby Bird?</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><font size="2">February 2003</font><font size="1"> -
                  <i>
                  not available online</i></font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Jan2003_AnimalsNews.asp"><font size="2">January
                  2003</font></a><font face="Arial" size="1"> - SPCA Rescues 36
                  Lhasa Apso Dogs in Distress; Monkeys Seized in Cruelty
                  Investigation Respond Well; Is Your Dog Capable of Aggression?
                  What Would You do if You Were Attacked by a Dog?</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Dec2002_AnimalsNews.asp"><font size="2">December
                  2002</font></a><font face="Arial" size="1"> - BC SPCA Seizes
                  15 Primates and 88 Other Animals in Kaslo; Holiday Pet Tips;
                  New Year Resolutions for Animal Lovers; Rudolph the Red Nosed
                  FEMALE Reindeer?</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Nov2002_AnimalsNews.asp"><font size="2">November
                  2002</font></a><font face="Arial" size="1"> - Fostering;
                  Rental Housing Update; Victims of Violence; Winter Safety; Did
                  Someone Call Me a Bird Brain?</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Oct2002_AnimalsNews.asp"><font size="2">October
                  2002</font></a><font face="Arial" size="1"> - Pets in Rental
                  Housing; Anti-Cruelty Laws; Halloween; Reducing Stress in
                  Shelter Cats</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Sept2002_AnimalsNews.asp"><font size="2">September
                  2002</font></a><font face="Arial" size="1"> - New Anti-Cruelty
                  Laws; Cat Food Labels; Orphaned Seals; Dogs &amp; Medical
                  Diagnosis</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="Aug2002_AnimalsNews.asp"><font size="2">August
                  2002</font></a><font face="Arial" size="1"> - Quesnel SPCA
                  Seizes Horses; SPCA Continues to Care for Williams Lake Horses
                  as Sudweeks Appeal; Cat Abandonment Leads to Charges; Second
                  Chance for Youth &amp; Dogs; Hot Dogs in Cars; What's Involved
                  in a Cruelty Investigation?</font></font></li>
                <li>
                  <p align="left"><font face="Arial"><a href="July2002_AnimalsNews.asp"><font size="2">July
                  2002</font></a><font face="Arial" size="1"> - Landmark
                  Conviction in Horse Case; Cruelty Conviction for Two South
                  Okanagan Individuals; 53 Dogs Seized in Kelowna; Foster
                  Families Needed; Dogs Rescued from Deserted House; Air Canada
                  Flies to the Aid of Animals; More Choices on Your Grocery
                  Store Shelves; Bears</font></font></li>
              </ul>
    </td>
  </tr>
</table>
<center>
<p align="left">&nbsp;</p>
    </center>







<!-- 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>
