| Line 1: |
Line 1: |
| − | <script type="text/javascript"> | + | The '''Planned Parenthood Federation of America''' operates clinics which perform [[abortion]]s and provide [[birth control]]<ref>'The controversial topic of "reproductive health services," better known as birth control, was one of many topics debated at the 2002 U.N. General Assembly Special Session for Children.' [http://www.pbs.org/newshour/extra/features/jan-june02/un_children.html (PBS)] </ref> and a limited amount of [[health care]]. Planned Parenthood is the largest abortion provider in the United States. <ref>http://www.all.org/stopp/rr0404.htm</ref> |
| − | /******************************************
| + | It performs nearly 200 times more abortions than referrals for adoption. <ref>http://www.lifenews.com/nat3104.html</ref> |
| − | * Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
| |
| − | * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
| |
| − | * Last updated Nov 9th, 05' by DD. This notice must stay intact for use
| |
| − | ******************************************/
| |
| − | | |
| − | //Configure below to change URL path to the snow image
| |
| − | var snowsrc="/images/spincock.gif"
| |
| − | // Configure below to change number of snow to render
| |
| − | var no = 50;
| |
| − | // Configure whether snow should disappear after x seconds (0=never):
| |
| − | var hidesnowtime = 0;
| |
| − | // Configure how much snow should drop down before fading ("windowheight" or "pageheight")
| |
| − | var snowdistance = "windowheight";
| |
| | | | |
| − | ///////////Stop Config////////////////////////////////// | + | Despite legally being classified as a non-profit organization, Planned Parenthood reported an average annual "surplus" of over $40 million from the fiscal years ending in 2001 through 2006.<ref>http://www.lifeissues.org/pp/index.html</ref> |
| | | | |
| − | var ie4up = (document.all) ? 1 : 0;
| + | The organization boasts that it provides "sexual and reproductive health care", but this is rather transparent code for [[abortion]] and [[contraception]]. |
| − | var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
| |
| | | | |
| − | function iecompattest(){
| + | Planned Parenthood annually gives awards to those who support their agenda and the top award which they give is called The Margaret Sanger Award. <ref>http://www.mailman.hs.columbia.edu/news/e-newsletter/AtTheFrontline-vol1no3/ne-AR-Sanger-Award.html</ref> |
| − | return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
| + | <ref>http://www.plannedparenthood.org/about-us/who-we-are/ppfa-margaret-sanger-award-winners.htm</ref> |
| − | }
| |
| | | | |
| − | var dx, xp, yp; // coordinate and position variables
| + | [[Margaret Sanger]] was the founder of Planned Parenthood and was also a proponent of [[eugenics]], along with being a member of both the [[American Eugenics Society]] and the [[English Eugenics Society]]. <ref>http://www.all.org/abac/contents.txt</ref> |
| − | var am, stx, sty; // amplitude and step variables
| + | <ref>http://www.lifeadvocate.org/1_98/feature.htm</ref> |
| − | var i, doc_width = 800, doc_height = 600000;
| |
| − |
| |
| − | if (ns6up) {
| |
| − | doc_width = self.innerWidth;
| |
| − | doc_height = self.innerHeight;
| |
| − | } else if (ie4up) {
| |
| − | doc_width = iecompattest().clientWidth;
| |
| − | doc_height = iecompattest().clientHeight;
| |
| − | }
| |
| | | | |
| − | dx = new Array();
| + | [[Alan Guttmacher]], who was a President of Planned Parenthood from 1962 to 1974 and who was also former Vice-President of the American Eugenics Society,<ref>http://catholicwriter.wordpress.com/2007/01/29/what-is-roe-v-wade/</ref><ref>http://www.eugenics-watch.com/</ref> |
| − | xp = new Array();
| + | stated: "We are merely walking down the path that Ms. Sanger has carved out for us." <ref>http://www.nationallifechain.org/PP.pdf</ref><ref>http://www.lifesite.net/waronfamily/Population_Control/Inherentracism.pdf</ref> Similarly, Faye Wattleton, who was the president of Planned Parenthood until 1992, stated that she was "proud" to be "walking in the footsteps" of Margaret Sanger.<ref>http://www.lifesite.net/waronfamily/Population_Control/Inherentracism.pdf</ref> |
| − | yp = new Array();
| |
| − | am = new Array();
| |
| − | stx = new Array();
| |
| − | sty = new Array();
| |
| − | snowsrc=(snowsrc.indexOf("img.7clams.org")!=-1)? "/images/spincock.gif" : snowsrc
| |
| − | for (i = 0; i < no; ++ i) {
| |
| − | dx[i] = 0; // set coordinate variables
| |
| − | xp[i] = Math.random()*(doc_width-50); // set position variables
| |
| − | yp[i] = Math.random()*doc_height;
| |
| − | am[i] = Math.random()*100; // set amplitude variables
| |
| − | stx[i] = 0.02 + Math.random()/30; // set step variables
| |
| − | sty[i] = 0.7 + Math.random(); // set step variables
| |
| − | if (ie4up||ns6up) {
| |
| − | if (i == 0) {
| |
| − | document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\" width=\"25%\" height=\"25%\"><\/a><\/div>");
| |
| − | } else {
| |
| − | document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\" width=\"25%\" height=\"25%\"><\/div>");
| |
| − | }
| |
| − | }
| |
| − | }
| |
| | | | |
| − | function snowIE_NS6() { // IE and NS6 main animation function
| |
| − | doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
| |
| − | doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
| |
| − | for (i = 0; i < no; ++ i) { // iterate for every dot
| |
| − | yp[i] += sty[i];
| |
| − | if (yp[i] > doc_height-50) {
| |
| − | xp[i] = Math.random()*(doc_width-am[i]-30);
| |
| − | yp[i] = 0;
| |
| − | stx[i] = 0.02 + Math.random()/10;
| |
| − | sty[i] = 0.7 + Math.random();
| |
| − | }
| |
| − | dx[i] += stx[i];
| |
| − | document.getElementById("dot"+i).style.top=yp[i]+"px";
| |
| − | document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
| |
| − | }
| |
| − | snowtimer=setTimeout("snowIE_NS6()", 10);
| |
| − | }
| |
| | | | |
| − | function hidesnow(){
| |
| − | if (window.snowtimer) clearTimeout(snowtimer)
| |
| − | for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
| |
| − | }
| |
| − |
| |
| | | | |
| − | if (ie4up||ns6up){
| + | ==Statements by founder Margaret Sanger== |
| − | snowIE_NS6();
| + | |
| − | if (hidesnowtime>0)
| + | "The most merciful thing that the large family does to one of its infant members is to kill it." <ref>http://www.bartleby.com/1013/5.html</ref> |
| − | setTimeout("hidesnow()", hidesnowtime*1000)
| + | |
| − | }
| + | |
| − | </script> | + | "the mass of signficant Negroes, particularly in the South, still breed carelessly and disastrously, with the result that the increase among Negroes, even more than among whites, is [in] that portion of the population least intelligent and fit and least able to rear children properly." - Margaret Sanger - The "Negro Project" quoting [[W.E.B. DuBois]] with the omission of one word <ref>http://www.jstor.org/view/00147354/di975884/97p14282/1?frame=noframe&userID=80cdbf34@buffalo.edu/01cce4406300501bbf062&dpi=3&config=jstor</ref> |
| | + | |
| | + | |
| | + | "Before eugenists and others who are laboring for racial betterment can succeed, |
| | + | they must first clear the way for Birth Control. Like the advocates of Birth Control, |
| | + | the eugenists, for instance, are seeking to assist the race toward the elimination of the unfit. Both are seeking a single end but they lay emphasis upon different methods. …" |
| | + | <ref>http://muse.jhu.edu/journals/hypatia/v022/22.2sanger.html</ref> |
| | + | |
| | + | |
| | + | "Organized charity is itself the symptom of a malignant social disease. Those vast complex, interrelated organizations aiming to control and to diminish the spread of misery and destitution and all the menacing evils that spring out of this sinisterly fertile soil, are the surest sign that our civilization has bred, is breeding and is perpetuating constantly increasing numbers of defectives, delinquents and dependents. My criticism therefore, is not directed at the ‘failure’ of philanthropy, but rather at its success" - Margaret Sanger, ''The Pivot of Civilization'' [NY: Brentano's, 1922], p. 108).<ref>http://www.worldwideschool.org/library/books/socl/socialconcerns/ThePivotofCivilization/chap6.html</ref> |
| | + | |
| | + | |
| | + | In Margaret Sanger's book ''The Pivot of Civilization'' she also called for the elimination of "human weeds," for the segregation of "morons, misfits, and maladjusted," and for the sterilization of "genetically inferior races." <ref>http://www.ewtn.com/library/prolife/pp04a.txt</ref> |
| | + | |
| | + | ==Deaths and lawsuits== |
| | + | ===Deaths=== |
| | + | *Edrica Goode, 21, died Feb. 14, 2007 <ref>[http://www.worldnetdaily.com/news/article.asp?ARTICLE_ID=56394 Who's to blame when aborting women die?], Jill Stanek, ''WorldNetDaily.com'', June 27, 2007.</ref> |
| | + | |
| | + | [[Michelle Malkin]] comments on the deaths of several patients at Planned Parenthood clinics.<ref> [http://michellemalkin.com/2007/06/21/the-forgotten-victims-of-planned-parenthood/ The forgotten victims of Planned Parenthood]</ref> |
| | + | |
| | + | ===Lawsuits=== |
| | + | The San Jose Mercury News reports that the mother of a young woman who died at a Riverside, Calif., Planned Parenthood clinic has sued the abortion provider blaming malpractice for her daughter’s toxic shock syndrome death.(requires account registration)<ref>[http://www.mercurynews.com/news/ci_6195970?nclick_check=1]</ref> |
| | + | |
| | + | == Planned Parenthood and Charges of Targeting Minority Communities == |
| | + | |
| | + | According to writer George Grant author of ''Killing Angel'': |
| | + | |
| | + | "During the 1980s when Planned Parenthood shifted its focus from community-based clinics to school-based clinics, it again targeted inner-city minority neighborhoods...Of the more than 100 school-based clinics that have opened nationwide in the last decade [1980s], none has been at substantially all-white schools....None has been at suburban middle-class schools. All have been at black, minority or ethnic schools.” <ref>http://www.citizenreviewonline.org/special_issues/population/the_negro_project.htm</ref> |
| | + | |
| | + | Planned Parenthood itself reported that its abortions on minorities in 1991 was 42.7% of its total abortions. <ref>http://www.ewtn.com/library/PROLIFE/PPRACISM.TXT</ref>. However, during that time period, minorities comprised only 19.7% of the U.S. population.<ref>http://www.ewtn.com/library/PROLIFE/PPRACISM.TXT</ref> |
| | + | |
| | + | According to [[Cybercast News Service]]: "An analysis by the Cybercast News Service compared the location of Planned Parenthood abortion clinics with population data from the U.S. Census in 2000. The results appear to bolster the charge that the organization targets black communities."<ref>http://www.cnsnews.com/ViewSpecialReports.asp?Page=%5CSpecialReports%5Carchive%5C200502%5CSPE20050207a.html</ref> |
| | + | |
| | + | == Minority Employees Charge Planned Parenthood with Racism == |
| | + | |
| | + | Recently, several minority employees of Planned Parenthood have filed multiple complaints of racism against the organization and they stated they were the target of constant slurs in a hostile, anti-male environment controlled by white women.<ref>http://wnd.com/news/article.asp?ARTICLE_ID=40023</ref> An employee who is charging Planned Parenthood with discrimination said that a complaint was forwarded to Planned Parenthood human resources department and nothing was ever done about it and later he was put on probation and subsequently fired. <ref>http://wnd.com/news/article.asp?ARTICLE_ID=40023</ref> Attorney Richard D. Ackerman, the lead attorney for two claimants, stated "This is a really sad state of affairs. It is unfortunate to find out that [Planned Parenthood, Los Angelos] PPLA, as a self-proclaimed promoter of 'tolerance and diversity,' is engaging in what appears to be the most primitive form of hate against its own employees." <ref>http://www.lifesite.net/ldn/2004/aug/04081909.html</ref> |
| | + | |
| | + | == Planned Parenthood's Teen Website Gets It Barred from California High School == |
| | + | A California father looked at Planned Parenthood's teen website and found it disgusting and vile. <ref>http://www.all.org/stopp/st020627.htm</ref> |
| | + | The father shared what he learned about the site to the school board and they were so shocked they cancelled Planned Parenthood's appearance at the school which is in Coronado, California.<ref>http://www.all.org/stopp/st020627.htm</ref> |
| | + | |
| | + | == Planned Parenthood and Requests to Issue a Formal Apology == |
| | + | Planned Parenthood has been asked to issue a formal apology for what they did under Margaret Sanger's leadership and stop giving awards in Margaret Sanger's name but Planned Parenthood refuses to do so. <ref>http://www.cnsnews.com/Culture/Archive/200205/CUL20020506a.html</ref> |
| | + | |
| | + | == Planned Parenthood and Charges It Still Carries Out Racist and Eugenic Policies == |
| | + | A critic of Planned Parenthood wrote: |
| | + | |
| | + | <blockquote style="background: #F9F9F9; border: 1px solid #AAAAAA; padding: .3em;"> |
| | + | "In the latter half of the 1960s, Planned Parenthood and similar groups spent |
| | + | millions of dollars promoting the idea that the U.S. was in the midst of a |
| | + | dangerous population explosion. The idea was so absurd it could be disproved |
| | + | in five minutes at any public library. Caught up in the hysteria, however, |
| | + | the nation's news media never questioned why groups were warning of a |
| | + | "population bomb" in the midst of plummeting birth rates. |
| | + | </blockquote> |
| | + | |
| | + | <blockquote style="background: #F9F9F9; border: 1px solid #AAAAAA; padding: .3em;"> |
| | + | Among friends, Planned Parenthood officials described the real situation. On |
| | + | August 11, 1965, Dr. Robert Nelson, Medical Director of Planned Parenthood of |
| | + | metropolitan Washington, spoke at the Senate "Baby Boom" hearings. He noted |
| | + | that in Washington, DC, "the less well-off economic section birth rate is |
| | + | 29/1000 and going up; the rate of the economically more secure group is |
| | + | 16/1000 and going down."<ref>http://www.ewtn.com/library/PROLIFE/PPHISTRY.TXT</ref> |
| | + | </blockquote> |
| | + | |
| | + | Some critics of Planned Parenthood charge that it has a history of racist and eugenic policies and still carries out those policies.<ref>http://www.citizenreviewonline.org/special_issues/population/the_negro_project.htm</ref><ref>http://www.leaderu.com/humanities/casey/ch3.html</ref> |
| | + | |
| | + | ==References== |
| | + | <references/> |
| | + | |
| | + | ==See Also== |
| | + | [[Previous Breaking News/Planned Parenthood|Articles about '''Planned Parenthood''' from previous "Breaking News"]] |
| | + | |
| | + | ==External Links== |
| | + | *[http://www.plannedparenthood.org/ Planned Parenthood Federation of America] |
| | + | *[http://www.all.org/stopp/plan.htm American Life League presents STOPP International] |
| | + | *[http://www.ldi.org/ LifeDynamics.com] |
| | + | |
| | + | [[Category: Abortion]] |