<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} .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 /> </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/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 name="comment"></a><font face="Verdana" size="3"><div class="js-kit-comments"></div> <script src="http://js-kit.com/comments.js"></script></font></p> <font face="Verdana" size="2"></font></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> <p align="center"><a href="http://www.connietalk.com"><font face="Verdana" size="6"><strong>Home</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 --><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>