<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Women's Professional Network</title>
	
	<link>http://womensprofessionalnetwork.org</link>
	<description />
	<lastBuildDate>Thu, 23 Feb 2012 14:25:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WomensProfessionalNetwork" /><feedburner:info uri="womensprofessionalnetwork" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>WomensProfessionalNetwork</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>WPN Meeting – 3/5/12</title>
		<link>http://womensprofessionalnetwork.org/wpn-meeting-3512.html</link>
		<comments>http://womensprofessionalnetwork.org/wpn-meeting-3512.html#comments</comments>
		<pubDate>Thu, 23 Feb 2012 14:15:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/wpn-meeting-3512.html</guid>
		<description><![CDATA[Gillian Lange founded the Amanda Foundation in 1975 and Lange Foundation in 1993, and has been responsible for saving the lives of animals of well over 25,000 otherwise hopeless impounded animals during the last 37 years.
With absolutely no leadership abilities, her commitment and passion for the cause in which she so deeply believes has enabled [...]]]></description>
			<content:encoded><![CDATA[
        <h3>WPN Meeting - 3/5/12</h3>

        <p><strong>Start Date:</strong> Mar 05, 2012 - Start Time: 06:30 PM <br />

		<strong>End Date:</strong> Mar 05, 2012 - End Time: 10:00 PM 
        </p>

     
			<p><strong>Description:</strong><br /><p>The monthly meeting will be held on Monday 3/5/12 at 6:30 PM at 651 Siena Way, Los Angeles, CA 90077.</p></p>

				<p><strong>Spaces Available:</strong> Unlimited</p>

		
	<SCRIPT>

        function echeck(str) {

            var at="@"

            var dot="."

            var lat=str.indexOf(at)

            var lstr=str.length

            var ldot=str.indexOf(dot)

            if (str.indexOf(at)==-1){

                alert("Invalid E-mail ID")

                return false

            }

        

            if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){

                alert("Invalid E-mail ID")

                return false

            }

        

            if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){

                alert("Invalid E-mail ID")

                return false

            }

        

            if (str.indexOf(at,(lat+1))!=-1){

                alert("Invalid E-mail ID")

                return false

            }

        

            if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){

                alert("Invalid E-mail ID")

                return false

            }

        

            if (str.indexOf(dot,(lat+2))==-1){

                alert("Invalid E-mail ID")

                return false

            }

                

            if (str.indexOf(" ")!=-1){

                alert("Invalid E-mail ID")

                return false

            }

        return true					

        }

    

        function validateForm(form) { 

    

            if (form.fname.value == "") { alert("Please enter your first name."); 

                form.fname.focus( ); 

                return false; 

             }

            if (form.lname.value == "") { alert("Please enter your last name."); 

                form.lname.focus( ); 

                return false; 

            }

            

            if ((form.email.value==null)||(form.email.value=="")){

                alert("Please Enter your Email address")

                form.email.focus()

                return false

            }

            if (echeck(form.email.value)==false){

                form.email.value=""

                form.email.focus()

                return false

            }

        

            if (form.email.value == "") { alert("Please enter your email address."); 

                form.email.focus( ); 

                return false; 

            }

        

            if (form.phone.value == "") { alert("Please enter your phone number."); 

                form.phone.focus( ); 

                return false; 

            }

            if (form.address.value == "") { alert("Please enter your address."); 

                form.address.focus( ); 

                return false; 

            }

            if (form.city.value == "") { alert("Please enter your city."); 



                form.city.focus( ); 

                return false; 

            }   

            if (form.state.value == "") { alert("Please enter your state."); 

                form.state.focus( ); 

                return false; 

            }

            if (form.zip.value == "") { alert("Please enter your zip code."); 

                form.zip.focus( ); 

                return false; 

            }

           

            function trim(s) {

                if (s) {

                return s.replace(/^\s*|\s*$/g,"");

            }

        return null;

        }

    

        //alert("your trying to submit");

            var inputs = $A(form.getElementsByTagName("input"));

            var msg = "";

            var radioChecks = $H();

            inputs.each( function(e) {

                var value = e.value ? trim(e.value) : null;

                if (e.type == "text" && e.title && !value && e.className == "r") {

                    msg += "\n " + e.title;

                }

                if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {

                    var name = e.name;

                    if (e.type == "checkbox") name = name.substr(0, name.lastIndexOf("-"));

                    if (e.checked == false && ((!radioChecks[name]) || (radioChecks[name] && radioChecks[name] != 1))) {

                        radioChecks[name] = e;

                    } else {

                        radioChecks[name] = 1;

                    }

                }

            });

            radioChecks.each( function(e) {

                if (typeof(e) == "object" && e.value != 1) {

                    msg += "\n " + e.value.title;

                }

            });

            if (msg.length > 0) {

                msg = "The following fields need to be completed before you can submit.\n\n" + msg;

                alert(msg);

                return false;

            }

            return true;     

       

        }
<!--To add the default form settings back in just remove the html comments <!-- --> the is shown before and after each input field -->
    </SCRIPT>

	<form method="post" action="http://womensprofessionalnetwork.org/?page_id=367" onSubmit="return validateForm(this)">

        <p align="left"><strong>First Name:<br />

          <input tabIndex="1" maxLength="40" size="47" name="fname">

          </strong></p>

        <p align="left"><strong>Last Name:<br />

          <input tabIndex="2" maxLength="40" size="47" name="lname">

          </strong></p>

  <p align="left"><strong>Email:<br />

          <input tabIndex="3" maxLength="40" size="47" name="email">

          </strong></p>
          

       <!-- <p align="left"><strong>Phone:<br />

          <input tabIndex="4" maxLength="20" size="25" name="phone">

          </strong></p>
 -->
       <!-- <p align="left"><strong>Address:<br />

          <input tabIndex="5" maxLength="35" size="49" name="address">

          </strong></p>

        <p align="left"><strong>City:<br />

          <input tabIndex="6" maxLength="25" size="35" name="city">

          </strong></p>

        <p align="left"><strong>State:</strong><br />

          <select tabindex="7" name="state" size="1">

            <option value="">Select State</option>

            <option value="AL">Alabama</option>

            <option value="AK">Alaska</option>

            <option value="AZ">Arizona</option>

            <option value="AR">Arkansas</option>

            <option value="CA">California</option>

            <option value="CO">Colorado</option>

            <option value="CT">Connecticut</option>

            <option value="DE">Delaware</option>

            <option value="DC">Dist of Columbia</option>

            <option value="FL">Florida</option>

            <option value="GA">Georgia</option>

            <option value="HI">Hawaii</option>

            <option value="ID">Idaho</option>

            <option value="IL">Illinois</option>

            <option value="IN">Indiana</option>

            <option value="IA">Iowa</option>

            <option value="KS">Kansas</option>

            <option value="KY">Kentucky</option>

            <option value="LA">Louisiana</option>

            <option value="ME">Maine</option>

            <option value="MD">Maryland</option>

            <option value="MA">Massachusetts</option>

            <option value="MI">Michigan</option>

            <option value="MN">Minnesota</option>

            <option value="MS">Mississippi</option>

            <option value="MO">Missouri</option>

            <option value="MT">Montana</option>

            <option value="NE">Nebraska</option>

            <option value="NV">Nevada</option>

            <option value="NH">New Hampshire</option>

            <option value="NJ">New Jersey</option>

            <option value="NM">New Mexico</option>

            <option value="NY">New York</option>

            <option value="NC">North Carolina</option>

            <option value="ND">North Dakota</option>

            <option value="OH">Ohio</option>

            <option value="OK">Oklahoma</option>

            <option value="OR">Oregon</option>

            <option value="PA">Pennsylvania</option>

            <option value="RI">Rhode Island</option>

            <option value="SC">South Carolina</option>

            <option value="SD">South Dakota</option>

            <option value="TN">Tennessee</option>

            <option value="TX">Texas</option>

            <option value="UT">Utah</option>

            <option value="VT">Vermont</option>

            <option value="VA">Virginia</option>

            <option value="WA">Washington</option>

            <option value="WV">West Virginia</option>

            <option value="WI">Wisconsin</option>

            <option value="WY">Wyoming</option>

          </select>

        </p>

        <p align="left"><strong>Zip:<br />

          <input tabIndex="8" maxLength="10" size="15" name="zip">

          </strong></p> -->


				<input type="hidden" name="payment" value="Paypal">


        

        <input type="hidden" name="regevent_action" value="post_attendee">

        <input type="hidden" name="event_id" value="27">

        <p align="left">

		<input type="submit" name="Submit" value="Submit"><br />

		</form>

          <p style="font-size:9px"><a href="http://shoultes.net/wordpress-events-registration-with-paypal-ipn/" title="Events Registration with PayPal IPN" target="_blank">Event Registration</a> Powered by <a href="http://smartwebutah.com/" title="Website Design, Programming and Hosting" target="_blank">Smart Website Solutions</a></p>

<p><img class="alignleft size-full wp-image-1291" title="Gillian Lange" src="http://womensprofessionalnetwork.org/wp-content/uploads/2012/02/Gillian-Lange.jpg" alt="" width="316" height="357" />Gillian Lange founded the Amanda Foundation in 1975 and Lange Foundation in 1993, and has been responsible for saving the lives of animals of well over 25,000 otherwise hopeless impounded animals during the last 37 years.</p>
<p>With absolutely no leadership abilities, her commitment and passion for the cause in which she so deeply believes has enabled Lange Foundation to become the leader in animal rescue in Southern California.</p>
<p>The Lange Foundation’s halfway home kennel in West L.A. is a magnet for volunteers and potential adopters, and St.Bonnie’s Sanctuary in Canyon Country has enabled the foundation to expand their work to include the rescue and placement of horses. Lange Foundation is currently caring for approximately 250 cats, dogs and horses, and places between 650 and 700 pets a year. For more information about the foundation and the animals under its care please visit <a href="http://langefoundation.org">www.langefoundation.org</a></p>

<p>Check out the list of <a href="http://womensprofessionalnetwork.org/registered-attendees">registered attendees</a> to see who&#8217;s coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/wpn-meeting-3512.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dr. Downey Brings Medical Advancements to Ecuador</title>
		<link>http://womensprofessionalnetwork.org/dr-downey-brings-medical-advancements-to-ecuador.html</link>
		<comments>http://womensprofessionalnetwork.org/dr-downey-brings-medical-advancements-to-ecuador.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 14:21:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Member Spotlight]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/?p=1280</guid>
		<description><![CDATA[Congrats to Dr. Downey on a fabulous article the Larchmont Chronicle wrote about her work in Ecuador. Click on the image below to see the original article.

]]></description>
			<content:encoded><![CDATA[<p>Congrats to Dr. Downey on a fabulous article the Larchmont Chronicle wrote about her work in Ecuador. Click on the image below to see the original article.</p>
<p><a href="http://www.larchmontchronicle.com/ArchiveDetail.asp?ArchiveID=1317"><img class="alignleft size-full wp-image-1282" title="downey-larchmont" src="http://womensprofessionalnetwork.org/wp-content/uploads/2012/02/downey-larchmont.jpg" alt="" width="585" height="966" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/dr-downey-brings-medical-advancements-to-ecuador.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPN Meeting – 2/6/12</title>
		<link>http://womensprofessionalnetwork.org/wpn-meeting-2612.html</link>
		<comments>http://womensprofessionalnetwork.org/wpn-meeting-2612.html#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:21:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/wpn-meeting-2612.html</guid>
		<description><![CDATA[Susan M Love, MD, MBA has dedicated her professional life to the eradication of breast cancer.  As President of the Dr. Susan Love Research Foundation, she oversees an active research program centered on breast cancer cause and prevention. She is also a Clinical Professor of Surgery at UCLA’s David Geffen School of Medicine.
Her reputation [...]]]></description>
			<content:encoded><![CDATA[
    <h3 class="expired-event">Sorry, this event has expired or is no longer available.</h3>

    <p><img class="alignleft size-medium wp-image-1258" title="Dr. Love" src="http://womensprofessionalnetwork.org/wp-content/uploads/2012/01/Dr.Love4x5_CMYK-240x300.jpg" alt="" width="240" height="300" />Susan M Love, MD, MBA has dedicated her professional life to the eradication of breast cancer.  As President of the <a href="http://www.dslrf.org/">Dr. Susan Love Research Foundation</a>, she oversees an active research program centered on breast cancer cause and prevention. She is also a Clinical Professor of Surgery at UCLA’s David Geffen School of Medicine.</p>
<p>Her reputation as an activist comes from her role as one of the “founding mothers” of the breast cancer advocacy movement in the early 1990’s by being one of the founders of the National Breast Cancer Coalition (NBCC). She continues this work by serving on the boards of the National Breast Cancer Coalition, and Young Survival Coalition.  She served on the National Cancer Advisory Board from 1998-2004 as an appointment of President Clinton.</p>
<p>Dr. Susan Love is best known as a trusted guide to women worldwide through her books and the Foundation website. The completely revised fifth edition of Dr. Susan Love’s Breast Book termed “the bible for women with breast cancer” by The New York Times; was released October 2010.  It has been translated into German, Dutch, Chinese, Japanese and Hebrew. Dr. Susan Love’s Menopause and Hormone Book, first published in 1998 and revised in 2003, was one of the first to sound the alarm against the long term use of postmenopausal hormones and Live a Little (Crown 2009) encourages women to be healthy without driving yourself crazy.</p>
<p>A true visionary, Susan Love’s most recent project, the <a href="http://www.armyofwomen.org/">Love/Avon Army of Women</a>, is a creative Internet solution to partner women and scientists in order to accelerate basic translational research.  Thanks to a generous grant from the Avon Foundation for Women, the Dr. Susan Love Research Foundation launched the Army of Women campaign in October 2008.  The campaign is recruiting one million women who are willing to consider participating in research to find the cause and prevention of breast cancer. This novel initiative will move research from animals to women, democratizing the scientific process.</p>
<p>Dr. Love received her medical degree from SUNY Downstate Medical Center in New York, did her surgical training at Boston’s Beth Israel Hospital.  She founded the Faulkner Breast Center in Boston and the Revlon UCLA Breast Center in Los Angeles. She has a business degree from the Executive MBA program at UCLA’s Anderson School. In 1996 she retired from the active practice of surgery, to dedicate her time to the urgent pursuit of finding the cause and prevention of breast cancer.  The Dr. Susan Love Research Foundation, a 501 (c ) 3 non-profit breast cancer foundation has over $4 million dollars in peer reviewed grants and is pioneering novel techniques to identify young women at risk for breast cancer as well as local therapy directly into the milk ducts to prevent breast cancer.</p>

<p>Check out the list of <a href="http://womensprofessionalnetwork.org/registered-attendees">registered attendees</a> to see who&#8217;s coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/wpn-meeting-2612.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WPN Meeting – 1/9/12</title>
		<link>http://womensprofessionalnetwork.org/wpn-meeting-1912.html</link>
		<comments>http://womensprofessionalnetwork.org/wpn-meeting-1912.html#comments</comments>
		<pubDate>Mon, 12 Dec 2011 02:51:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/wpn-meeting-1912.html</guid>
		<description><![CDATA[Speaking at our next event will be David Siegel, Consul General of Israel in Los Angeles. Mr. Siegel assumed the post in August 2011, where he serves as the senior representative of the State of Israel to the Southwestern United States.
Most recently, Mr. Siegel served as Chief of Staff to Israel&#8217;s Deputy Minister of Foreign [...]]]></description>
			<content:encoded><![CDATA[
    <h3 class="expired-event">Sorry, this event has expired or is no longer available.</h3>

    <p><img src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/12/david-siegel.jpg" alt="" title="david-siegel" width="250" height="319" class="alignleft size-full wp-image-1248" />Speaking at our next event will be David Siegel, <a href="http://www.israeliconsulatela.org/">Consul General of Israel in Los Angeles</a>. Mr. Siegel assumed the post in August 2011, where he serves as the senior representative of the State of Israel to the Southwestern United States.</p>
<p>Most recently, Mr. Siegel served as Chief of Staff to Israel&#8217;s Deputy Minister of Foreign Affairs. In this role, he was involved in policy formulation and decision-making at the senior levels of Israel&#8217;s foreign policy establishment.</p>
<p>Previously, Mr. Siegel served two terms at the Embassy of Israel in Washington D.C., in successive roles as Chief of Staff to three of Israel&#8217;s Ambassadors to the United States, Counselor for Congressional Affairs, and Spokesperson. In these capacities, which spanned nearly a decade and two U.S. Administrations, Mr. Siegel was deeply involved in policy coordination with the State Department, the National Security Council and the White House. He was Israel&#8217;s voice to the Washington press corps and liaison to the U.S. Congress, where he was responsible for security cooperation, missile defense and homeland security. During these years, Mr. Siegel participated in the 1998 Wye River Peace Summit, the 1999 Israel-Syria negotiations, and the Camp David Middle East Peace Summit in the Fall of 2000.</p>
<p>Consul General Siegel has also served in senior posts at Israel’s Ministry of Foreign Affairs in Jerusalem, including Director of the International Organizations Department and Political Counselor in the North American Division. He began his diplomatic career as Deputy Chief of Mission at Israel&#8217;s Embassy in Eritrea, in the Horn of Africa, and subsequently became Charge&#8217; d&#8217;Affaires.</p>
<p>Mr. Siegel graduated from the University of Vermont with a B.A. in Political Science and earned a Masters Degree in International Relations from the Fletcher School of Law and Diplomacy in Boston. He served as a Commander in the Israel Defense Forces.</p>
<p>Consul General Siegel is married to Myra Clark-Siegel, and they have three young children.</p>

<p>Check out the list of <a href="http://womensprofessionalnetwork.org/registered-attendees">registered attendees</a> to see who&#8217;s coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/wpn-meeting-1912.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wheels for Humanity</title>
		<link>http://womensprofessionalnetwork.org/wheels-for-humanity.html</link>
		<comments>http://womensprofessionalnetwork.org/wheels-for-humanity.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 20:34:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Member Spotlight]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/?p=1240</guid>
		<description><![CDATA[Our WPN member Susan Cohen is a strong supporter of UCP Wheels for Humanity, a 501(c)(3) non-profit organization located in North Hollywood, CA that refurbishes donated wheelchairs and hand fits them to children and adults with disabilities in developing nations. They then partner with international health-care organizations to identify those in greatest need. With a [...]]]></description>
			<content:encoded><![CDATA[<p>Our WPN member Susan Cohen is a strong supporter of UCP Wheels for Humanity, a 501(c)(3) non-profit organization located in North Hollywood, CA that refurbishes donated wheelchairs and hand fits them to children and adults with disabilities in developing nations. They then partner with international health-care organizations to identify those in greatest need. With a team of volunteer health care professionals, each recipient is individually fitted to the wheelchair that best fits their needs.</p>
<p>Many factors contribute to the great number of the world&#8217;s disabled, such as spinabifida, cerebral palsy, polio, landmines, war, natural disasters, spinal cord injuries and lack of adequate and timely medical care. In many developing countries, if you can&#8217;t walk by yourself, you must crawl or be carried and are forced to live a life of confinement. UCP Wheels for Humanity is proud of their work to bring the freedom of mobility to thousands across the globe.</p>
<p>Since 1996, UCP Wheels for Humanity has helped more than 50,000 people with disabilities in more than 68 developing nations gain increased mobility and dignity. They will continue to do so with the help of their many generous supporters.</p>
<p style="text-align: center;"><a href="http://www.ucpwfh.org/"><img class="aligncenter size-full wp-image-1242" title="wheels-for-humanity-2011" src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/12/wheels-for-humanity-2011.jpg" alt="" width="600" height="778" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/wheels-for-humanity.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPN Meeting – 12/5/11</title>
		<link>http://womensprofessionalnetwork.org/wpn-meeting-120511.html</link>
		<comments>http://womensprofessionalnetwork.org/wpn-meeting-120511.html#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:10:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/wpn-meeting-1251.html</guid>
		<description><![CDATA[Speaking at our next event will be Donelle Dadigan. She is founder and president of two not-for-profit organizations. The José Iturbi Foundation, created together with Marion Seabury, Iturbi’s companion and secretary, in 1985, is dedicated to sharing the wonders of classical arts and music. The Hollywood Museum provides an in-depth opportunity to experience close up [...]]]></description>
			<content:encoded><![CDATA[
    <h3 class="expired-event">Sorry, this event has expired or is no longer available.</h3>

    <p><img src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/11/donelle-dadigan.jpg" alt="" title="donelle-dadigan" width="207" height="317" class="alignleft size-full wp-image-1234" />Speaking at our next event will be Donelle Dadigan. She is founder and president of two not-for-profit organizations. The José Iturbi Foundation, created together with Marion Seabury, Iturbi’s companion and secretary, in 1985, is dedicated to sharing the wonders of classical arts and music. The Hollywood Museum provides an in-depth opportunity to experience close up the evolving history of the entertainment industry.</p>
<p>Donelle is the god-daughter of Iturbi, the famed conductor, concert pianist and harpsichordist, and Marion Seabury, and began her piano studies with José’s sister Amparo when she was not yet five years old. She had the distinction of being Amparo’s youngest student ever and is the only pianist to have been taught by both Iturbis. Donelle has won many music awards and has performed internationally. She has a music degree from UCLA.</p>
<p>After her father passed away José Iturbi became an even more important part of Donelle’s life. She credits him with teaching her the important lessons in life, including the need to help shape the lives of others and giving back to the community.</p>
<p>The Hollywood Museum was a labor of love for Dadigan. She has dedicated it to the history and heritage of Hollywood and the entertainment industry by documenting, preserving and exhibiting the largest collection every assembled of costumes and personal effects of hundreds of stars including Marilyn Monroe, Russell Crowe, Elvis Presley, Lucille Ball and Johnny Depp. Even José Iturbi starred in many great motion pictures of the 1940s and he has a star on Hollywood Boulevard’s Walk of Fame.</p>
<p>Today Dadigan is the chairperson of the Hollywood Historic Trust, which controls the sidewalks where the Walk of Fame stars are located. She took over this duty from the late Johnny Grant, honorary mayor of Hollywood, who left her and the museum his vast collection of memorabilia. </p>
<p>Dadigan is also on the Board of Directors of the Hollywood Chamber of Commerce and chairperson of the Chamber’s Tourism Committee. She participates and serves on the boards of many service organizations, including Hollywood Entertainment District, the award-winning LACER (Literacy, Arts, Culture, Education, Recreation) after school programs, Hollywood Toys for Tots, Hollywood High School, PATH, the Hollywood Police Activities League, and the Hollywood Historic Trust.</p>
<p>She has received innumerable awards including the California Art Deco Society Preservation Award, the State of California Preservation Award, the Hollywood Chamber of Commerce’s Woman of Distinction Award, the Woman Entrepreneur Distinction Award from the Los Angeles Business Journal and the Charlie Chaplin Award. She has been recognized by the Travel and Tourism Marketing Association of Southern California, the State of California Travel Industry with the Best New Tourist Attraction, and by the American Federation of Television and Radio Artists (AFTRA) for Preservation of Entertainment Industry History.</p>
<p>She was named Beverly Hills Woman of the Year in 2005 and in 2010 received the Hollywood Police Activities League Community Leadership Award.</p>
<p>Donelle has received commendations and certificates from many of California’s civic leaders, including Governor Arnold Schwarzenegger, Lt. Governor Cruz Bustamante, Governor Gray Davis, Assembleywoman Jackie Goldberg, Congresswoman Diane Watson, Assemblyman Paul Koretz, the last three Los Angeles Mayors—Richard Riordan, James Hahn and Antonio Villariagosa; City Council President John Ferraro, City Council President Eric Garcetti, Councilmember Tom LaBonge, Hollywood’s Honorary Mayor Johnny Grant, State Senator Kevin DeLeon and Los Angeles County Supervisor Zev Yaroslavski</p>

<p>Check out the list of <a href="http://womensprofessionalnetwork.org/registered-attendees">registered attendees</a> to see who&#8217;s coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/wpn-meeting-120511.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gala For The Children 2011</title>
		<link>http://womensprofessionalnetwork.org/gala-for-the-children-2011.html</link>
		<comments>http://womensprofessionalnetwork.org/gala-for-the-children-2011.html#comments</comments>
		<pubDate>Thu, 27 Oct 2011 20:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Charity]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/?p=1215</guid>
		<description />
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.apch.org/gala-children.php"><img class="aligncenter size-full wp-image-1216" title="Gala for the Children 2011" src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/10/gala-for-the-children-2011.jpg" alt="" width="600" height="750" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/gala-for-the-children-2011.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPN Meeting – 11/7/11</title>
		<link>http://womensprofessionalnetwork.org/wpn-meeting-11711.html</link>
		<comments>http://womensprofessionalnetwork.org/wpn-meeting-11711.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 21:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/wpn-meeting-11711.html</guid>
		<description><![CDATA[Speaking at our next event will be three of our very own members! They will be discussing their passion for design and display some of their creations.
Check out the list of registered attendees to see who&#8217;s coming!
]]></description>
			<content:encoded><![CDATA[
    <h3 class="expired-event">Sorry, this event has expired or is no longer available.</h3>

    <p>Speaking at our next event will be three of our very own members! They will be discussing their passion for design and display some of their creations.</p>

<p>Check out the list of <a href="http://womensprofessionalnetwork.org/registered-attendees">registered attendees</a> to see who&#8217;s coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/wpn-meeting-11711.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Community of Friends Annual Luncheon</title>
		<link>http://womensprofessionalnetwork.org/community-of-friends-annual-luncheon.html</link>
		<comments>http://womensprofessionalnetwork.org/community-of-friends-annual-luncheon.html#comments</comments>
		<pubDate>Mon, 12 Sep 2011 11:33:22 +0000</pubDate>
		<dc:creator>jaya</dc:creator>
				<category><![CDATA[Charity]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Member Spotlight]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/?p=1058</guid>
		<description><![CDATA[The mission of the Cancer Support Community-Benjamin Center is to&#160;ensure that all people impacted by cancer are empowered by knowledge, strengthened by action, and sustained by community. All programs and services are provided at no cost to community members.		



Please join us as we honor two remarkable women:
Abby Brown and Barbra Night
Wednesday, November 2, 2011at the [...]]]></description>
			<content:encoded><![CDATA[<p>The mission of the Cancer Support Community-Benjamin Center is to&nbsp;ensure that all people impacted by cancer are empowered by knowledge, strengthened by action, and sustained by community. All programs and services are provided at no cost to community members.		</p>
<td height="42" bgcolor="#C50C46" bordercolor="#FFFFFF" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" colspan="2">
<p align="center"><a href="https://secure.acceptiva.com/?cst=6d498d"><img width="540" height="229" border="0" src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/2011banner640.jpg"></a></p>
</td>
<h2 align="center">Please join us as we honor two remarkable women:</h2>
<h2 align="center">Abby Brown and Barbra Night</h2>
<h3 align="center">Wednesday, November 2, 2011<br />at the Skirball Cultural Center</h3>
<h3 align="center">10:30 am &#8211; 1:30 pm</h3>
<div align="center">
<table width="512" border="0">
<tbody>
<tr>
<td width="145">
<p style="margin-left: 10px; margin-right: 10px"><img width="103" height="150" border="0" align="left" src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/AbbyBrown_222.jpg"></p>
</td>
<td width="357">
<p align="left" style="margin:10px 20px;"><b>Abby Brown</b></p>
<p>Abby Brown has always given back to the community by volunteering her time.She joined us a few years ago after attending a CSC Gala.  Now, as a cancer survivor, she is benefiting from our full range of programs.
			</td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table width="513" border="0">
<tbody>
<tr>
<td width="145" height="179">
<p style="margin-left: 10px; margin-right: 10px"><img width="103" height="150" border="0" align="left"  src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/Barbra-Night-photo.jpg">
		  </td>
<td width="357">
<p align="left" style="margin:10px 20px;"><b>Barbra Night</b></p>
<p>A former fashion editor of California Apparel News, Barbra Night founded Trends West; LA’s Retail Notebook over 25 years ago.  Today it’s considered an industry “bible” and is published monthly.  She is also the creator of the website LiveLoveShopLA.com.  Barbra has helped support far too many loved ones affected	by cancer.
			</td>
</tr>
</tbody>
</table>
</div>
<h2 align="center">Featuring Ask the Author &ndash; Living the Inspired Life</h2>
<p align="center">A diverse panel of authors will participate in a lively, moderated discussion</p>
<div align="center">
<table width="511" cellpadding="0" border="0">
<tbody>
<tr>
<td width="137" align="center">
				<img width="100" border="0" src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/BeverlyeFead_280.jpg"><br />
		  Beveryle Hyman Fead,<br />I Can Do This</td>
<td width="137" align="center"><img src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/KimberlyFowler_280.jpg" width="108" height="154" border="0"><br />
				Kimberly Fowler<br />The No Om Zone		  </td>
<td width="137" align="center">
				<img src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/SusanLove_280.jpg" width="100" height="148" border="0"><br />
				Dr. Susan Love,<br />Dr.Susan Love&#8217;s Breast Book		  </td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table width="499" cellpadding="0" border="0">
<tbody>
<tr>
<td width="11" align="center">
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
</td>
<td width="225" align="center">
<p style="margin-top: 0; margin-bottom: 0"><img src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/Dr.AvaShamban_280.jpg" width="100" height="145" border="0"><br />
				  Dr. Ava Shamban, Heal Your Skin;<br />The Breakthrough Plan for Renewal</p>
<td width="240" align="center">
<p style="margin-top: 0; margin-bottom: 0"><img src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/JudyZeidler_280.jpg" width="115" height="152" border="0"><br />
		  Judy Zeidler,<br />Italy Cooks</p>
</td>
<td width="13" align="center">
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
</td>
</tr>
</tbody>
</table>
</div>
<h4 align="center">The afternoon also includes delicious food and a fabulous boutique and silent auction. Don&#8217;t miss it!</h4>
<h2 align="center"><a target="_blank" href="http://www.icebase.com/go2.shtml?JRUlKuh5LxSUx2Du/139dca1e80f53400/61aadba28cb0856f/adrian@adriangrant.com"><span >Click here</span></a> <span >to learn more. </span><a target="_blank" href="http://www.icebase.com/go2.shtml?JRUlKuh5LxSUx2Du/106250f484442248/61aadba28cb0856f/adrian@adriangrant.com">Register today</a>!</h2>
<p align="center">All contributions received by September 23, 2011 will be listed with &#8220;Special Thanks&#8221; in the Tribute Journal.</p>
<p align="center">Contact us at 310.314.2589 or <a target="_blank" href="http://www.icebase.com/go2.shtml?JRUlKuh5LxSUx2Du/cd8a2864b7322ce2/61aadba28cb0856f/adrian@adriangrant.com">ctrinchieri@<wbr></wbr>cancersupportcommunitybenjamin<wbr></wbr>center.org</a> with questions, for help with registration or Tribute Ads, or if you would like to receive an invitation via mail.<br />
&nbsp;</p>
</td>
</tr>
</div>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/community-of-friends-annual-luncheon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frederic Fekkai Beauty Night</title>
		<link>http://womensprofessionalnetwork.org/frederic-fekkai-beauty-night.html</link>
		<comments>http://womensprofessionalnetwork.org/frederic-fekkai-beauty-night.html#comments</comments>
		<pubDate>Mon, 12 Sep 2011 10:55:07 +0000</pubDate>
		<dc:creator>jaya</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Meetings]]></category>

		<guid isPermaLink="false">http://womensprofessionalnetwork.org/?p=1047</guid>
		<description><![CDATA[For over two decades, Frédéric Fekkai has impacted the international beauty landscape. Innovative cuts, premium hair products and a rarefied salon concept define Fekkai as a pioneering businessman. But it is the allure of his personal life—his homes and lifestyle are routinely chronicled in major beauty, fashion and lifestyle publications—that elevates his reputation to that [...]]]></description>
			<content:encoded><![CDATA[
    <h3 class="expired-event">Sorry, this event has expired or is no longer available.</h3>

    
<p><img src="http://womensprofessionalnetwork.org/wp-content/uploads/2011/09/lead_frederic_bio-300x211.jpg" alt="" title="Frederic Fekkai" width="300" height="211" class="alignleft size-medium wp-image-1081" />For over two decades, Frédéric Fekkai has impacted the international beauty landscape. Innovative cuts, premium hair products and a rarefied salon concept define Fekkai as a pioneering businessman. But it is the allure of his personal life—his homes and lifestyle are routinely chronicled in major beauty, fashion and lifestyle publications—that elevates his reputation to that of an aesthete and tastemaker of the highest order.</p>
<p>Born in Aix-en-Provence, France, Fekkai rapidly rose through the beauty ranks by training with a roster of notable Parisian hairdressers. Early on, Fekkai&#8217;s revolutionary approach to hair was clear. Instead of performing one &#8220;signature cut,&#8221; Fekkai became a master of customization. His philosophy? Focus on the individual. After observing a client, Fekkai would design a style that maximized her attributes and enhanced the &#8220;total look.&#8221;</p>
<p>By 1989, Fekkai&#8217;s modern cuts caught the attention of Bergdorf Goodman and he was invited to design a salon that echoed the sophistication of the celebrated department store. Frédéric Fekkai Beauty Center became an instant mecca for social swans and celebrities—and the extraordinary customer service set a new benchmark for hair care, launching Fekkai as a major player in the beauty industry.</p>
<p>Fekkai decided to extend the luxury hair experience from his salon into clients&#8217; homes with scientifically advanced products designed to rejuvenate different hair types. The first collection debuted in 1995, delighting women who craved high performance product that addressed their individual concerns. Today, the Fekkai product line remains a category headliner; the ultimate in luxury hair care distributed in over 40 countries worldwide.</p>
<p>A roster of celebrity clientele, explosive press and an award-winning product line transformed Frédéric Fekkai from red-hot hairdresser to luxury lifestyle brand by 1995. By 2005, Fekkai expanded the product lineup and salon business that exuded his specific brand of effortless style. There are currently seven Fekkai salons servicing a total of 1.500 clients a day.</p>
<p>Check out the list of <a href="http://womensprofessionalnetwork.org/registered-attendees">registered attendees</a> to see who&#8217;s coming!</p>
]]></content:encoded>
			<wfw:commentRss>http://womensprofessionalnetwork.org/frederic-fekkai-beauty-night.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

