<html> <head> <title>ConnieTalk: The Hottest News Blog</title> <link href="favicon.ico" rel="shortcut icon"> <meta name="verify-v1" content="Fe7KA0cmazkQg3R/pdRPszCL2mO1XmLPLwNjKJ9X9X4=" /> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <meta content="ConnieTalk news blog is the source for news you can use, what you need to know, and how you can change your world. Pause for a cause! The latest issues on politics, civil rights, animal causes, and more." name="description"> <meta content="index,follow" name="robots"> <meta content="MSHTML 6.00.2800.1106" name="GENERATOR"> <meta name="DC.Identifier" content="http://www.connietalk.com/index.html"> <meta name="DC.Title" content="ConnieTalk News Blog"> <meta name="DC.Description" content="News you can use"> <meta name="DC.Creator" content="ConnieTalk"> <meta content="breaking news, online petitions, hottest news blog, news, MySpace, Connie, activist, celebrities, politics, activism, ladies tees, news archives, news stories, pause for a cause, scandals, wear your cause, womens tees" name="DC.Subject"> <meta content="ConnieTalk" name="DC.Publisher"> <meta scheme="DCMIType" content="Text" name="DC.Type"> <meta content="text/html" name="DC.Format"> <meta scheme="RFC1766" content="en" name="DC.Language"> <meta content="Copyright 2006-2007 by ConnieTalk, All Rights Reserved" name="DC.Rights"> <meta name="blogcatalog" content="9BC8609914"> <link href="http://www.connietalk.com/page_1c.html" rel="next"> <style type="text/css"> <!-- .style1 {font-family: Verdana} .style2 {font-family: Verdana; font-weight: bold; } .style5 {font-size: 10px} --> </style> <script type="text/javascript"> /*********************************************** * Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0]=["http://www.connietalk.com/HalloweenAd1.jpg", "http://www.cafepress.com/connietalk/3637550", ""] //plain image syntax fadeimages[1]=["http://www.connietalk.com/HalloweenAd2.jpg", "http://www.cafepress.com/connietalk/3637550", ""] //image with link syntax fadeimages[2]=["http://www.connietalk.com/HalloweenAd3.jpg", "http://www.cafepress.com/connietalk/3629962", ""] //image with link and target syntax var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed. //SET IMAGE PATHS. Extend or contract array as needed fadeimages2[0]=["http://www.connietalk.com/HalloweenAd1.jpg", "http://www.cafepress.com/connietalk/3637550", ""] //plain image syntax fadeimages2[1]=["http://www.connietalk.com/HalloweenAd2.jpg", "http://www.cafepress.com/connietalk/3637550", ""] //image with link syntax fadeimages2[2]=["http://www.connietalk.com/HalloweenAd3.jpg", "http://www.cafepress.com/connietalk/3629962", ""] //image with link and target syntax var fadebgcolor="white" ////NO need to edit beyond here///////////// var fadearray=new Array() //array to cache fadeshow instances var fadeclear=new Array() //array to cache corresponding clearinterval pointers var dom=(document.getElementById) //modern dom browsers var iebrowser=document.all function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){ this.pausecheck=pause this.mouseovercheck=0 this.delay=delay this.degree=10 //initial opacity degree (10%) this.curimageindex=0 this.nextimageindex=1 fadearray[fadearray.length]=this this.slideshowid=fadearray.length-1 this.canvasbase="canvas"+this.slideshowid this.curcanvas=this.canvasbase+"_0" if (typeof displayorder!="undefined") theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :) this.theimages=theimages this.imageborder=parseInt(borderwidth) this.postimages=new Array() //preload images for (p=0;p<theimages.length;p++){ this.postimages[p]=new Image() this.postimages[p].src=theimages[p][0] } var fadewidth=fadewidth+this.imageborder*2 var fadeheight=fadeheight+this.imageborder*2 if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox) document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>') else document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>') if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox this.startit() else{ this.curimageindex++ setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay) } } function fadepic(obj){ if (obj.degree<100){ obj.degree+=10 if (obj.tempobj.filters&&obj.tempobj.filters[0]){ if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+ obj.tempobj.filters[0].opacity=obj.degree else //else if IE5.5- obj.tempobj.style.filter="alpha(opacity="+obj.degree+")" } else if (obj.tempobj.style.MozOpacity) obj.tempobj.style.MozOpacity=obj.degree/101 else if (obj.tempobj.style.KhtmlOpacity) obj.tempobj.style.KhtmlOpacity=obj.degree/100 else if (obj.tempobj.style.opacity&&!obj.tempobj.filters) obj.tempobj.style.opacity=obj.degree/101 } else{ clearInterval(fadeclear[obj.slideshowid]) obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1" obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas) obj.populateslide(obj.tempobj, obj.nextimageindex) obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0 setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay) } } fadeshow.prototype.populateslide=function(picobj, picindex){ var slideHTML="" if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">' slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">' if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML+='</a>' picobj.innerHTML=slideHTML } fadeshow.prototype.rotateimage=function(){ if (this.pausecheck==1) //if pause onMouseover enabled, cache object var cacheobj=this if (this.mouseovercheck==1) setTimeout(function(){cacheobj.rotateimage()}, 100) else if (iebrowser&&dom||dom){ this.resetit() var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) crossobj.style.zIndex++ fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50) this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0" } else{ var ns4imgobj=document.images['defaultslide'+this.slideshowid] ns4imgobj.src=this.postimages[this.curimageindex].src } this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0 } fadeshow.prototype.resetit=function(){ this.degree=10 var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) if (crossobj.filters&&crossobj.filters[0]){ if (typeof crossobj.filters[0].opacity=="number") //if IE6+ crossobj.filters(0).opacity=this.degree else //else if IE5.5- crossobj.style.filter="alpha(opacity="+this.degree+")" } else if (crossobj.style.MozOpacity) crossobj.style.MozOpacity=this.degree/101 else if (crossobj.style.KhtmlOpacity) crossobj.style.KhtmlOpacity=this.degree/100 else if (crossobj.style.opacity&&!crossobj.filters) crossobj.style.opacity=this.degree/101 } fadeshow.prototype.startit=function(){ var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) this.populateslide(crossobj, this.curimageindex) if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER var cacheobj=this var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid) crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1} crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0} } this.rotateimage() } </script> </head> <body link="#ff00ff" bgcolor="#000000" vlink="#ff00ff" alink="#0000ff"> <table cellpadding="0" width="962" bgcolor="#ffffff" border="0"> <tbody> <tr height="107"><!-- Row 1 --> <td width="320"><img style="Z-INDEX: 122; LEFT: 15px; POSITION: absolute; TOP: 20px" height="87" src="http://www.connietalk.com/CTLogosm.jpg" width="372" border="0"> </td><!-- Col 1 --> <td width="268"> <p align="right">&nbsp;<img style="Z-INDEX: 109; LEFT: 392px; POSITION: absolute; TOP: 22px" height="87" src="http://www.connietalk.com/thomaspaine.jpg" width="208" border="0"></p> <p align="center">&nbsp;<img style="Z-INDEX: 100; LEFT: 830px; POSITION: absolute; TOP: 15px" height="188" alt="" src="http://www.connietalk.com/touchmonkeysm.gif" width="160" border="0"></p></td><!-- Col 2 --> <td> <p align="left"><!-- SiteSearch Google --></p> <form action="http://www.google.com/custom" method="get" target="google_window"><input type="hidden" value="www.connietalk.com" name="domains"> <label style="DISPLAY: none" for="sbi">Enter your search terms</label> <input id="sbi" style="WIDTH: 227px; HEIGHT: 22px" maxlength="255" size="31" name="q"> <input id="ss0" type="radio" value="" name="sitesearch"> <label title="Search the Web" for="ss0"><font size="-1">Web</font></label> <input id="ss1" type="radio" checked value="www.connietalk.com" name="sitesearch"> <label title="Search www.connietalk.com" for="ss1"><font face="Verdana" size="1">www.connietalk.com</font></label> <label style="DISPLAY: none" for="sbb">Submit search form</label> <input id="sbb" style="WIDTH: 113px; HEIGHT: 24px" type="submit" size="17" value="Google Search" name="sa"> <input style="WIDTH: 117px; HEIGHT: 22px" type="hidden" size="15" value="pub-5552416911413941" name="client"> <input style="WIDTH: 67px; HEIGHT: 22px" type="hidden" size="8" value="1" name="forid"> <input type="hidden" value="0577881878" name="channel"> <input type="hidden" value="ISO-8859-1" name="ie"> <input type="hidden" value="ISO-8859-1" name="oe"> <input type="hidden" value="GALT:#E895CC;GL:1;DIV:#C94093;VLC:7E3939;AH:center;BGC:FFFFFF;LBGC:000000;ALC:C94093;LC:C94093;T:000000;GFNT:7E3939;GIMP:7E3939;LH:50;LW:193;L:http://www.connietalk.com/ctlogo.jpg;S:http://www.connietalk.com;FORID:1" name="cof"> <input type="hidden" value="en" name="hl"></form> <p align="center"><a href="http://www.connietalk.com/aboutus.html" www.connietalk.com="" http:="" aboutus.html=""><font face="Verdana" size="2">About Us <!-- SiteSearch Google --><br></font></a><br></p></td><!-- Col 3 --></tr></tbody> </table> <p align="center"><a href="http://www.connietalk.com/"><img style="Z-INDEX: 112; LEFT: 10px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttonhome.gif" width="106" border="0" www.connietalk.com="" http:="" buttons="" buttonhome.gif=""></a> <a href="http://www.connietalk.com/articlearchive.html"><img style="Z-INDEX: 113; LEFT: 116px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttonblogs.gif" width="106" border="0" www.connietalk.com="" http:="" buttons="" buttonblogs.gif=""></a> <a href="http://www.connietalk.com/stuff.html"><img style="Z-INDEX: 114; LEFT: 222px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttonstuff.gif" width="106" border="0"></a> <a href="http://www.connietalk.com/myspacestuff.html"><img style="Z-INDEX: 115; LEFT: 328px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttonmyspacestuff.gif" width="106" border="0"></a> <a href="http://www.connietalk.com/yourvoice.html"><img style="Z-INDEX: 116; LEFT: 432px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttonyourvoice.gif" width="106" border="0"></a> <a href="http://www.connietalk.com/contactus.html"><img style="Z-INDEX: 117; LEFT: 644px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttoncontact.gif" width="106" border="0"></a> <a href="http://www.connietalk.com/submittopic.html"><img style="Z-INDEX: 118; LEFT: 749px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttonsuggest.gif" width="106" border="0"></a> <a href="http://www.connietalk.com/advertise.html" www.connietalk.com="" http:="" advertise.html=""><img style="Z-INDEX: 120; LEFT: 538px; POSITION: absolute; TOP: 113px" height="50" src="http://www.connietalk.com/buttons/buttonadvertise.gif" width="106" border="0" www.connietalk.com="" http:="" buttons="" buttonadvertise.gif=""></a></p> <table width="980" bgcolor="#ffffff" border="0"> <tbody> <tr><!-- Row 1 --> <td width="228" height="107" valign="top"><!-- Created by CoffeeCup Image Mapper (www.coffeecup.com) --><!-- Created by CoffeeCup Image Mapper (www.coffeecup.com) --><!-- Beginning of Client Side Image Map --><br align="center"> <p align="center"><img height="653" src="http://www.connietalk.com/monkeynav.jpg" width="218" usemap="#monkeynav" border="0"><map name="monkeynav">&nbsp; <area onMouseOver="window.status='Home'; return true" onMouseOut="window.status=''; return true" shape="POLY" alt="Home" coords="68,20,155,20,155,47,68,48" href="http://www.connietalk.com/index.html" name="Home"><area onMouseOver="window.status='Polls &amp; Petitions'; return true" onMouseOut="window.status =''; return true" shape="POLY" alt="Petitions" coords="54,60,169,53,172,89,56,96,53,60" href="http://www.connietalk.com/yourvoice.html" name="Petitions"><area onMouseOver="window.status='Blog Archive'; return true" onMouseOut="window.status=''; return true" shape="POLY" alt="Blog Archive" coords="30,97,201,97,201,129,30,129" href="http://www.connietalk.com/articlearchive.html" name="Blog Archive"><area onMouseOver="window.status='Shop ConnieTalk'; return true" onMouseOut="window.status =''; return &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;true" shape="POLY" alt="Shop" coords="68,130,66,168,156,175,159,136" href="http://www.connietalk.com/shop.html" name="Shop"><area onMouseOver="window.status='Friends'; return true" onMouseOut="window.status='';&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10; return true" shape="POLY" alt="Friends" coords="59,176,59,215,162,215,163,175,59,175" href="http://www.connietalk.com/friends.html" name="Friends"><area onMouseOver="window.status='MySpace Stuff'; return true" onMouseOut="window.status = &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;''; return true" shape="POLY" alt="MySpace" coords="46,218,46,252,178,252,178,217,46,217" href="http://www.connietalk.com/myspacestuff.html" name="MySpace"><area onMouseOver="window.status='Search'; return true" onMouseOut="window.status='';&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10; return true" shape="POLY" alt="Search" coords="58,261,58,293,157,293,157,261" href="http://www.connietalk.com/ss.html" name="Search"><area onMouseOver="window.status='State Laws'; return true" onMouseOut="window.status = &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;''; return true" shape="POLY" alt="State Laws" coords="34,304,183,295,184,327,36,334,35,303" href="http://www.connietalk.com/statelaws.html" name="State Laws"><area onMouseOver="window.status='Link to Us'; return true" onMouseOut="window.status = &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;''; return true" shape="POLY" alt="Link to Us" coords="43,336,177,336,177,367,42,367,42,336" href="http://www.connietalk.com/LinktoUs.html" name="Link to&#13;&#10; Us"><area onMouseOver="window.status='Advertise'; return true" onMouseOut="window.status = &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;''; return true" shape="POLY" alt="Advertise" coords="46,375,46,402,169,405,170,378,45,375" href="http://www.connietalk.com/advertise.html" name="Advertise"><area onMouseOver="window.status='Contact Us'; return true" onMouseOut="window.status = &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;''; return true" shape="POLY" alt="Contact Us" coords="40,424,184,423,184,447,40,449,40,423" href="http://www.connietalk.com/contactus.html" name="Contact Us"><area onMouseOver="window.status='Suggestions'; return true" onMouseOut="window.status = &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;''; return true" shape="POLY" alt="Suggestions" coords="33,463,192,464,192,491,32,492" href="http://www.connietalk.com/submittopic.html" name="Suggestions"><area shape="RECT" alt="Monkey" coords="55,495,154,646" href="http://www.connietalk.com/monkey.html" name="Monkey"></map><!-- End of Client Side Image Map --><br><font face="Verdana" size="2"><a href="http://www.connietalk.com/CTalkFeed.xml" target="_blank"><img height="41" alt="" src="http://www.connietalk.com/rss.gif" width="41" align="absMiddle" border="0"></a>&nbsp; <a href="http://www.connietalk.com/ctalkFeed.xml" target="_blank">RSS Feed</a></font><br><br> <script type="text/javascript"> //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder) new fadeshow(fadeimages, 220, 473, 0, 3000, 1, "R") </script><br> <a href="http://www.cafepress.com/connietalk" target="_blank"><BR /> <img style="LEFT: 126px; TOP: 2003px" height="473" alt="" src="http://www.connietalk.com/stopkillingminksad.jpg" width="220" border="0"></a></A> </p></td><!-- Col 1 --> <td class="boxcontents" valign="top" width="587"> <blockquote dir="ltr" style="MARGIN-RIGHT: 0px"> <P>&nbsp;</P> <P><a href="http://www.connietalk.com/zimbabwe123.html"><font face="Verdana" size="2" color="0000a0"><b>Both pets and people in big trouble in Zimbabwe </b></font></a> <span class="style5"> &nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><font face="Verdana" size="2"><i>Fri</i><span class="style5"><span class="style1"><font size="2"><i>day, September 1</i></font></span></span><em>4</em><span class="style5"><span class="style1"><font size="2"><i>th, 200</i></font></span></span><em>7</em></font></P> <P align="center"><font size="2" face="Verdana"><img src="zimbabwe.jpg" width="530" height="350"></font></P> <P><font size="2" face="Verdana">This is sad news. In Zimbabwe, pets are being slaughtered for both meat, and just to be disposed of. The National Society for the Prevention of Cruelty to Animals said it is unable to feed or find homes for all of the abandoned pets. Zimbabwe's economy has suffered as of late, and currently has the highest rate of inflation in the entire world (over 7,600%). Along with the influx in population, the number of pets - and discarded pets - goes up. But food shortages in Zimbabwe go for both the people and their pets - they have worsened in recent months and left many stores empty of basic food supplies. The SPCA says in their awareness campaign, &quot;But in the face of starvation and the burgeoning number of stray and abandoned animals, the moral issues become far more complex and we should not be too hasty in our condemnations when animals and people are suffering equally.&quot;Eating dogmeat is not illegal in Zimbabwe. In fact, black market meat sells for around ten times the normal price of meat, and comes in<em> unmarked</em> plastic bags that do not state the type nor cut of the meat.</font></P> <P><font size="2" face="Verdana"><img src="http://www.connietalk.com/difference.jpg" width="293" height="31"></font></P> <P><font size="2" face="Verdana">1. Visit the <a href="http://www.spca.com/" target="_blank">Society for the Prevention of Cruelty to Animals International</a> (SPCA) for information, donations, and volunteer opportunities.</font></P> <P><font size="2" face="Verdana">2. Fight for all <a href="http://www.connietalk.com/pausecause.html" target="_blank">animals' rights</a>!</font></P> <P><font size="2" face="Verdana"><a href="http://www.connietalk.com/pausecause.html" target="_blank"><img src="http://www.connietalk.com/animalrights.jpg" width="300" height="200" border="0"></a></font></P> <P><font size="2" face="Verdana"><a href="http://www.connietalk.com/zimbabwe123.html#comment"><B>Comments</B></a></font></P> <P><font size="2" face="Verdana"><a href="http://www.connietalk.com/international123.html"><font color="0000a0"><b>ConnieTalk International...hot!</b></font></a> <span class="style5"> &nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><i>Fri</i><span class="style5"><span class="style1"><i>day, September 1</i></span></span><em>4</em><span class="style5"><span class="style1"><i>th, 200</i></span></span><em>7</em><br> <br> </font><font face="Verdana"> </font><center> <p align="left"><font size="2" face="Verdana"><img src="ctearth.jpg" width="380" height="314"></font></p> <p align="left"><font size="2">O</font><font face="Verdana" size="2">h yeah...we're going international! Well, okay, I guess most stuff on the web can be viewed internationally...but it doesn't make us any less excited!</font></p> </center> </P> <p><font size="2" face="Verdana">This week, we've had visitors from:</font></p> <table width="457" border="0" cellpadding="10"> <tr> <td width="203"><ul> <li><font face="Verdana" size="2">Czech Republic</font></li> <li><font size="2" face="Verdana">Australia</font></li> <li><font size="2" face="Verdana">United Kingdom</font></li> <li><font size="2" face="Verdana">Hong Kong</font></li> <li><font size="2" face="Verdana">Belgium</font></li> <li><font size="2" face="Verdana">Phillippines</font></li> <li><font size="2" face="Verdana">Spain</font></li> <li><font size="2" face="Verdana">Denmark</font></li> <li><font size="2" face="Verdana">Vietnam</font></li> <li><font size="2" face="Verdana">Germany</font></li> </ul></td> <td width="208"><ul> <li><font size="2" face="Verdana">India</font></li> <li><font size="2" face="Verdana">Iceland</font></li> <li><font size="2" face="Verdana">New Zealand</font></li> <li><font size="2" face="Verdana">Israel</font></li> <li><font size="2" face="Verdana">Japan</font></li> <li><font size="2" face="Verdana">Singapore</font></li> <li><font size="2" face="Verdana">Lebanon</font></li> <li><font size="2" face="Verdana">Greece</font></li> <li><font size="2" face="Verdana">France</font></li> <li><font size="2" face="Verdana">Ireland</font></li> </ul></td> </tr> </table> <font face="Verdana" size="2">&nbsp; </font> <p><font size="2" face="Verdana">We blog about mostly national stuff, but we want to say we love you all for stopping by and checking us out! But, hey, where's the love from Serbia, Bosnia, and Croatia? We even speak your language, come on. <em>I volimo palacinke! </em> That means "and we love crepes." Yeah, we're weird. But seriously, have you ever had them with ice cream?</font></p> <p><font size="2" face="Verdana"><a href="http://www.connietalk.com/international123.html#comment"><b>Comments</b></a></font></p> </blockquote></td> <!-- Col 2 --> <td valign="top"> <center>&nbsp; <p><font face="Verdana"><img height="1" src="http://www.qksrv.net/image-2385661-10443027" width="1" border="0"><br> </font></p></center> <script type="text/javascript"> <!-- google_ad_client = "pub-5552416911413941"; google_ad_width = 120; google_ad_height = 900; google_ad_format = "120x600_as"; google_ad_type = "text_image"; google_ad_channel = ""; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "9D1961"; google_color_text = "000000"; google_color_url = "FF6FCF"; //--> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script></td></tr></tbody></table> <div align="center"> <BR><script type="text/javascript"><!-- google_ad_client = "pub-5552416911413941"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text_image"; //2007-09-13: Between Articles google_ad_channel = "4218799347"; google_color_border = "FF6FCF"; google_color_bg = "FFFFFF"; google_color_link = "9D1961"; google_color_text = "000000"; google_color_url = "FF6FCF"; google_ui_features = "rc:6"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <BR><BR> <div align="center"> <table width="802" border="0" cellpadding="10" bgcolor="#FFFFFF"><tr><td><p><a href="http://www.connietalk.com/trouble123.html"><font face="Verdana" size="2" color="0000a0"><b>Leona Helmsley's housekeeper now wants to sue the dog</b></font></a> <span class="style5"> &nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><font face="Verdana" size="2"><i>Fri</i><span class="style5"><span class="style1"><font size="2"><i>day, September 1</i></font></span></span><em>4</em><span class="style5"><span class="style1"><font size="2"><i>th, 200</i></font></span></span><em>7</em></font></p> <p align="center"><img src="leona.jpg" width="380" height="454"></p> <p><font size="2" face="Verdana">The Leona Helmsley's dog drama continues. Trouble, the dog who famously was left $12 million recently by her deceased owner, Leona Helmsley, now may be going to court. I'm not kidding. Zamfira Sfara, Leona's former housekeeper, is allegedly planning to sue the dog for biting her several times. In fact, she claims Trouble bit her so hard that she is still wearing a brace. This is ridiculous. Can you really sue a dog? What will it say in court?</font></p> <p><a href="http://www.connietalk.com/trouble123.html#comment" class="style2">Comments</a></p></td> </tr></table><BR><table width="802" border="0" cellpadding="10" bgcolor="#FFFFFF"><tr><td><p><a href="http://www.connietalk.com/philton123.html"><font face="Verdana" size="2" color="0000a0"><b>Paris Hilton sues Hallmark for making her look like a waitress </b></font></a> <span class="style5"> &nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><font face="Verdana" size="2"><i>Fri</i><span class="style5"><span class="style1"><font size="2"><i>day, September 1</i></font></span></span><em>4</em><span class="style5"><span class="style1"><font size="2"><i>th, 200</i></font></span></span><em>7</em></font></p> <p align="center"><em><img src="philtoncard.jpg" width="349" height="479"></em></p> <font face="Verdana" size="2"><p>Paris Hilton is suing Hallmark for the greeting card above...because she wears an apron for <em>no one, </em>okay? Hilton has filed a federal lawsuit over the $2.49 card that uses her photo and her so-called trademark phrase &quot;That's Hot.&quot; She alleges that they misappropriated her image and invaded her privacy by printing the card, and is seeking $500,000 in damages, as well as a permanent injuction barring them from further &quot;exploiting&quot; her name and likeness.</p> <p>Good thing we didn't print the t-shirts we were going to use about the heiress...not that we're important enough to sue. They would have gone a little something like this:</p> <p align="center"><img src="putparisback.jpg" width="224" height="400"> </p> <p>Now, <em>that's </em>hot.</p></font> <p><a href="http://www.connietalk.com/philton123.html#comment" class="style2">Comments</a></p></td> </tr></table><BR><table width="802" border="0" cellpadding="10" bgcolor="#FFFFFF"><tr> <td><p><a href="http://www.connietalk.com/animallovers123.html"><font face="Verdana" size="2" color="0000a0"><b>Animal Lovers' Corner </b></font></a> <span class="style5"> &nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><font face="Verdana" size="2"><i>Fri</i><span class="style5"><span class="style1"><font size="2"><i>day, September 1</i></font></span></span><em>4</em><span class="style5"><span class="style1"><font size="2"><i>th, 200</i></font></span></span><em>7</em></font></p> <font face="Verdana" size="1"><p align="center"><img src="blackfootedferret.jpg" width="556" height="371"><BR> Sadly, the black-footed ferret is currently extinct in the wild due to a disease that spread<BR>amongst them in 1985. Through captive breeding and a re-introduction program,<BR>they are slowly making a comeback.</p></font> <p><font size="2" face="Verdana">Did you know: each week, MSN - with the help of the World Conservation Union - features a species of animal that is threatened or endangered? Alongside it, they also show cute animal pics and slide shows in their &quot;<a href="http://www.msnbc.msn.com/id/6356101/?GT1=10357" target="_blank">Animal Tracks</a>&quot; section. Cool! </font></p> </td> </tr></table><BR><table width="802" border="0" cellpadding="10" bgcolor="#FFFFFF"><tr> <td><p><a href="http://www.connietalk.com/usjobs123.html"><font face="Verdana" size="2" color="0000a0"><b>U.S. loses 4,000 jobs: The largest drop in four years</b></font></a> <span class="style5"> &nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><font face="Verdana" size="2"><i>Fri</i><span class="style5"><span class="style1"><font size="2"><i>day, September 1</i></font></span></span><em>4</em><span class="style5"><span class="style1"><font size="2"><i>th, 200</i></font></span></span><em>7</em></font></p> <p align="center"><img src="pinkslip.jpg" width="420" height="276"></p> <p><font size="2" face="Verdana">This sucks. The Labor Department says that first claims for unemployment benefits increased by 4,000 people last week, the sixth incline in the last seven weeks, and the largest drop in employment in four years. Damn, I thought Bush told us that unemployment was down? Analysts say that the loss is due to continued deterioration of the housing market, and the credit crisis in the U.S. Yeah, how about all of our manufacturing going overseas, too?</font></p> <p><font size="2" face="Verdana">A government report last week stated that employers cut 4,000 jobs from payroll last month. More layoffs are expected, primarily in the financial industry, due to the hit the credit and mortgage markets have taken.</font></p> <p><font size="2" face="Verdana">Well, perhaps if we weren't spending so much money on Bush's war in the Middle East, we could afford payroll, healthcare, education, homes, and all that good stuff. Can you tell we're bitter?</font></p> <p><a href="http://www.connietalk.com/usjobs123.html#comment" class="style2">Comments</a></p></td> </tr></table><BR><table width="802" border="0" cellpadding="10" bgcolor="#FFFFFF"><tr> <td><p><span class="style5"><a href="http://www.connietalk.com/kidnationcountdown123.html"><font face="Verdana" size="2" color="0000a0"><b>Five more days until </b></font></a></span><a href="http://www.connietalk.com/kidnationcountdown123.html"><font face="Verdana" size="2" color="0000a0"><b>the cruelty of reality television debuts </b></font></a><span class="style5"> &nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><font face="Verdana" size="2"><i>Fri</i><span class="style5"><span class="style1"><font size="2"><i>day, September 1</i></font></span></span><em>4</em><span class="style5"><span class="style1"><font size="2"><i>th, 200</i></font></span></span><em>7</em></font></p> <p align="center"><a href="http://www.connietalk.com/kidnation123.html" target="_blank"><img src="http://www.connietalk.com/kidnationchild.jpg" width="446" height="339" border="0"></a></p> <p><font size="2" face="Verdana">Ick. We are still sick about this. Five more days until &quot;Kid Nation,&quot; the reality show that puts unsupervised young children in a desert town to fend for themselves, airs.</font></p> <p><img src="http://www.connietalk.com/difference.jpg" width="293" height="31"></p> <p><font size="2" face="Verdana">Have you signed this motherflipping <a href="http://www.connietalk.com/kidnation123.html" target="_blank">petition</a>? Don't let CBS get away with this!! </font></p></td> </tr></table><BR><table width="802" border="0" cellpadding="10" bgcolor="#FFFFFF"><tr><td><P><span class="style5"><a href="http://www.connietalk.com/bushcomments123.html"><font face="Verdana" size="2" color="0000a0"><b>Our comments on Bush's </b></font></a></span><a href="http://www.connietalk.com/bushcomments123.html"><font face="Verdana" size="2" color="0000a0"><b>address to the nation</b></font></a><span class="style5">&nbsp;<img height="25" alt="" src="http://www.connietalk.com/monkeyhead.jpg" width="30" border="0" /> <br /> </span><font face="Verdana" size="2"><i>Fri</i><span class="style5"><span class="style1"><font size="2"><i>day, September 1</i></font></span></span><em>4</em><span class="style5"><span class="style1"><font size="2"><i>th, 200</i></font></span></span><em>7</em></font></P> <p align="center"><img src="bush91307.jpg" width="429" height="325"></p> <p><font size="2" face="Verdana">Alright, here are our thoughts on President Bush's address to the nation last night (here's the <a href="http://www.connietalk.com/bush91307123.html" target="_blank">full transcript</a> if you missed it). First of all, the address was supposed to be to announce a troop cut - at least, that's how it was publicized. In reality, it is a very <em>minor</em> troop cut, and the real news is that Bush announced we will have 130,000 troops in Iraq until at least July of 2008 - the same amount of troops we had there 9 months ago.</font></p> <p><font size="2" face="Verdana">&quot;Terrorists and extremists who are at war with us around the world are seeking to topple Iraq's government, dominate the region and attack us here at home,&quot; he opened with. I have not heard of any Iraqi extremists trying to come to the U.S. and attack - have you? I am so sick and TIRED of him trying to confuse the American people between bin Laden/Al-Qaeda/the Taliban and Iraq.</font></p> <p><font face="Verdana" size="2">Bush talks about how General Petraeus and Ambassador Ryan Crocker testified before Congress that the troop surge from January to June is &quot;working,&quot; that &quot;conditions in Iraq are improving.&quot; Is that so? May of 2007 was the <a href="http://icasualties.org/oif/US_chart.aspx" target="_blank">3rd-deadliest</a> month for U.S. soldiers in Iraq out of the entire 4+ years we've been occupying the Middle East. Last month, 84 U.S. soliders were killed there, as opposed to 65 one year earlier in August of '06. The number of Iraqi deaths is startling: last month alone <a href="http://icasualties.org/oif/IraqiDeathsByYear.aspx" target="_blank">2,074</a> Iraqis were killed.</font></p> <p><font size="2" face="Verdana">&quot;Many schools and markets are reopening. Citizens are coming forward with vital intelligence. Sectarian killings are down, and ordinary life is beginning to return,&quot; Bush says of Baghdad. If there is such a vast improvement - <em>why does he want us to occupy for years to come?</em> With so <em>many</em> troops?</font></p> <p><font size="2" face="Verdana">&quot;Now the Iraqi government must bring the same determination to achieving reconciliation. This is an enormous undertaking after more than three decades of tyranny and division.&quot; Three decades of tyranny and division - exactly. And Bush thinks that by sending all of our troops over there and babysitting, that we can change the political structure of an area that has been politically divided forever. After admitting that the leaders in Iraq have not met their benchmarks, he still persists that he has &quot;made it clear that they must.&quot; What are we, the bully on the playground? Why are we telling other leaders how to run their country, with the blind notion that they won't fall apart like a house of toothpicks as soon as we withdraw?</font></p> <p><font size="2" face="Verdana">&quot;Our troops in Iraq are performing brilliantly. Along with the Iraqi forces, they have captured or killed an average of more than 1,500 enemy fighters per month since January.&quot; Oh, great. Did you pick out the number of enemy fighters out from the thousands and thousands of Iraqi <em>civilian</em> deaths that are occurring? And why aren't you mentioning those?Spin, spin, spin, sit and spin. The mass media will want you to believe that this is the first indication of Bush walking away from the Presidency with his tail between his legs. It is <em>not.</em> He is setting this up so that we will occupy Iraq and Afghanistan with our troops for <em>years </em>to come, even beyond his Presidency. He does not care about the advice of Congress, nor the wishes of the American people. He sees only the vision that he himself desires.The dilemma facing our country now is what to do about it - and herein lies the problem of having only two distinct political parties that get voted into office every term: the Democrats, if they <em>do</em> get elected into the next Presidency, are left with this giant mistake to deal with. And if they pull all of the troops out of the Middle East, chaos will ensue, and they do not want to be blamed.</font></p> <p><font size="2" face="Verdana">When a President makes decisions that do not comply with the wishes of the government he's employed by, nor the people of his country...doesn't that make him a dictator? </font></p> <p><a href="http://www.connietalk.com/bushcomments123.html#comment" class="style2">Comments</a></p> <font face="Verdana" size="2">&nbsp;</font></td> </tr></table> </div><div align="center"></div> <p align="center"><a href="http://www.connietalk.com/page_1c.html"><font face="Verdana" size="6"><strong>Next&nbsp;&gt;&gt;</strong></font></a></p> <!-- SiteSearch Google --> <p align="center"><font face="Verdana" color="#ffffff" size="1">All images &amp; content Copyright 2007 ConnieTalk.com</font><br><br><!--Begin Splat Banner Exchange code --> <center><iframe align=top width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src="http://www.splatbanner.com/view.php?uid=180&cat=11"><ilayer align=top width=468 height=60 src="http://www.splatbanner.com/view.php?uid=180&cat=11"></ILAYER> </iframe> <br> <font size="2" face="Arial, Helvetica, sans-serif"> Put your banner here for Free!</font> <a href="http://www.splatbanner.com"><font size="2" face="Arial, Helvetica, sans-serif">Join Banner Exchange.</font></a><br></center> <!--End Splat Banner Exchange code --><br><a href="http://www.michaelmoore.com/sicko/what-can-i-do/"><img height="68" alt="'What can I do?' - SiCKO" src="http://www.michaelmoore.com/sicko/_images/buttons/sicko_support_banner.gif" width="460" border="0"></a><br><br></font></p> <table bordercolor="#ffffff" height="197" width="367" align="center" bgcolor="#000000" border="1"> <tr><!-- Row 1 --> <td> <p align="center"><font color="#ffffff" size="4"><font size="2"><font face="Verdana"><font color="#ffffff">Proud blogger member of:<br></font><br><!-- Begin BlogToplist voting code --></font></font><a href="http://www.blogtoplist.com/vote.php?u=17053" target="_blank"><font face="Verdana" size="2"><img alt="Top Blogs" src="http://www.blogtoplist.com/images/votebutton.gif" border="0"></font></a><font color="#000000" size="3">&nbsp;&nbsp; <!-- End BlogToplist voting code --><a title="LeftWord: The Best Liberal Blog Posts" href="http://leftword.blogdig.net/" http:="" leftword.blogdig.net=""><img height="15" src="http://www.blogdig.net/images/buttonc.png" width="80" border="0"></a></font>&nbsp; <a href="http://www.zimbio.com/member/connietalk"><font face="Verdana" color="#000000" size="3"><img title="My Zimbio" height="15" alt="My Zimbio" src="http://www.zimbio.com/images/badges/badgeBlue.png?u =connietalk" width="80" border="0"></font></a>&nbsp; <a href="http://www.blogtopsites.com/politics/"><font face="Verdana" color="#000000" size="3"><img style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" height="15" alt="Politics Blogs - Blog Top Sites" src="http://www.blogtopsites.com/track_39255.gif" width="80" border="0"></font></a><br><a href="http://feeds2read.net/" target="_" http:="" feeds2read.net=""><font color="#000000" size="3"><img title="Feeds2read: online RSS aggregator" height="15" alt="feeds2read" src="http://feeds2read.net/banner/feeds2read_mini.png" width="80" http:="" feeds2read.net="" banner=""></font></a>&nbsp; <a href="http://dir.blogflux.com/"><font color="#000000" size="3"><img height="15" alt="Blog Flux Directory" src="http://dir.blogflux.com/images/80x15.gif" width="80" border="0"> </font></a>&nbsp; <a href="http://www.blogdigger.com/" alt="Blogdigger Blog Search Engine"><font color="#000000" size="3"><img src="http://www.blogdigger.com/images/blogdigger2.gif" border="0"></font></a>&nbsp;<a title="Blog Directory" href="http://www.weblogalot.com/" target="_BLANK"><font color="#000000" size="3"><img height="15" src="http://www.connietalk.com/ads/weblogalot.gif" width="80"> </font></a><a href="http://www.romow.com/"><font color="#000000" size="3"><img alt="Romow Web Directory - Online Internet Marketing Center" src="http://www.romow.com/banners/romow80x15.gif" border="0"></font></a><font color="#000000" size="3"> &nbsp;&nbsp;</font> <a id="R0" href="http://www.linkwith.us"><img alt="Link With Us - Web Directory" src="http://www.linkwith.us/images/linkwith.gif" border="0"></a>&nbsp;<a title="News &amp; &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;Media Blogs - Blog Catalog Blog Directory" href="http://www.blogcatalog.com/directory" http:="" directory="" www.blogcatalog.com=""><font color="#000000" size="3"><img style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height="15" alt="News &amp; Media Blogs - Blog Catalog Blog Directory" src="http://www.blogcatalog.com/images/buttons/blogcatalog5.gif" width="80"></font></a>&nbsp;<a href="http://blogsbycategory.com/" http:="" blogsbycategory.com=""><font color="#000000" size="3"><img title="BlogsByCategory.com &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;Submit Your Blog" alt="BlogsByCategory.com" src="http://blogsbycategory.com/wp-content/images/blogsbycategory.png"> </font></a>&nbsp;<!-- Begin BlogToplist tracker code --><a title="Politics blogs" href="http://www.blogtoplist.com/politics/"><img alt="Politics blogs" src="http://www.blogtoplist.com/tracker.php?u=17053" border="0"></a><!-- End BlogToplist tracker code -->&nbsp;<!-- START ZZ OpenRing --> <TABLE BORDER="0" HEIGHT="16" CELLSPACING="0" CELLPADDING="0" > <TR> <TD><a href="http://www.ringsurf.com/netring?ring=ZZOpenRing;id=2128;action=prev"><img src="http://www.zardozz.com/images/zz_prev.jpg" border="0"></a></TD> <TD><a href="http://www.ringsurf.com/netring?ring=ZZOpenRing;id=2128;action=rand"><img src="http://www.zardozz.com/images/zz_rand.jpg" border="0"></a></TD> <TD><a href="http://zardozz.com/zz/"><img src="http://www.zardozz.com/images/zztag.gif" border="0"></a></TD> <TD><a href="http://www.ringsurf.com/netring?ring=ZZOpenRing;action=list"><img src="http://www.zardozz.com/images/zz_list.jpg" border="0"></a></TD> <TD><a href="http://www.ringsurf.com/netring?ring=ZZOpenRing;id=2128;action=next"><img src="http://www.zardozz.com/images/zz_next.jpg" border="0"></a></TD> </TR> </TABLE> <!-- END ZZ OpenRing --> <br><a href="http://crush-me.net/exchange" target="_new"><font face="Verdana" color="#000000" size="3"><img height="9" src="http://i3.photobucket.com/albums/y96/mgrheel/crushed/top1.gif" width="88" border="0"></font></a>&nbsp; <a href="http://www.blogarama.com/"><font color="#000000" size="3"><img height="30" alt="Blogarama&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10; - The Blog Directory" src="http://www.blogarama.com/images/button.gif" width="87" border="0" ></font></a><font face="Verdana" color="#ff00ff" size="2"> <script src="http://embed.technorati.com/embed/7fihvzk4hb.js" type="text/javascript"> </script> <a href="http://www.technorati.com/claim/7fihvzk4hb" rel="me">Technorati Profile</a>&nbsp;&nbsp;</font> &nbsp; <script src="http://links.blogtopsites.com/links_39255.js" type="text/javascript"> </script> <font size="2"><font face="Verdana"><font color="#ff00ff"><!-- Crushed Exchange code end --> <script language="JavaScript" src="http://www.gvisit.com/record.php?sid=3764b34bdd90f6ca3b3d633874c093de" type="text/javascript"> </script> </font></font></font></font></p> <a style="MARGIN-TOP: 2px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 11px; COLOR: #244366" href="http://www.zimbio.com" http:="" www.zimbio.com=""><font color="#ffffff" size="4"><font face="Verdana"><font color="#ff00ff" size="2">Top Stories</font></font></font></a> <p align="center"><a href="http://www.zimbio.com/Women+in+the+workplace"><img alt="This blog is &#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;featured on zimbio.com" src="http://www.zimbio.com/images/badge_featuredblog_04.png"></a></p></td><!-- Col 1 --></tr></table><!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=2846656; var sc_invisible=0; var sc_partition=29; var sc_security="7e59d5b5"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c30.statcounter.com/2846656/0/7e59d5b5/0/" alt="website page counter" /></a></div></noscript> <!-- End of StatCounter Code --> </body> </html>