<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>St. Louis Ambassadors</title>
	<atom:link href="http://www.stlouisamb.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stlouisamb.org</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 19:23:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>An evening of networking and wine</title>
		<link>http://www.stlouisamb.org/2010/08/27/an-evening-of-networking-and-wine/</link>
		<comments>http://www.stlouisamb.org/2010/08/27/an-evening-of-networking-and-wine/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 17:46:18 +0000</pubDate>
		<dc:creator>St. Louis Ambassador</dc:creator>
				<category><![CDATA[Featured Stories]]></category>
		<category><![CDATA[networking in st. louis]]></category>
		<category><![CDATA[st. louis networking]]></category>
		<category><![CDATA[st. louis young professionals]]></category>
		<category><![CDATA[young professionals]]></category>

		<guid isPermaLink="false">http://stlouisamb.org/?p=338</guid>
		<description><![CDATA[Join the St. Louis Ambassadors and other members of the St. Louis Community for an evening of networking and wine at the historic Cabanne House in Forest Park. Everyone is welcome. Location: Cabanne House Date: September 9, 2010 Time: 5pm to 8pm Cost: $15.00 per person (includes light hors d&#8217;œuvres, beer, wine and soda while benefiting our annual<br /><span class="excerpt_more"><a href="http://www.stlouisamb.org/2010/08/27/an-evening-of-networking-and-wine/">[continue reading...]</a></span>]]></description>
			<content:encoded><![CDATA[<p>Join the St. Louis Ambassadors and other members of the St. Louis Community for an evening of networking and wine at the historic Cabanne House in Forest Park. Everyone is welcome.<br/></p>
<p>Location: Cabanne House<br />
Date: September 9, 2010<br />
Time: 5pm to 8pm<br />
Cost: $15.00 per person<br />
<br/><em>(includes light hors d&#8217;œuvres, beer, wine and soda  while benefiting our annual scholarship fund)</em></p>
<p><a href="http://www.stlouisamb.org/2010/08/27/test-event-post/">Register here</a></p>
        <h3>St. Louis Ambassadors Networking</h3>
        <p><strong>Start Date:</strong> Sep 09, 2010 - Start Time: 05:00 AM <br />
		<strong>End Date:</strong> Sep 09, 2010 - End Time: 07:00 PM         </p>
     			<p><strong>Description:</strong><br />Join the St. Louis Ambassadors for a night of networking and wine at the historical Cabanne House in Forest Park. 

Cost: $15.00 
<em>(funds goes towards our annual scholarship fund)</em>

</p>
			
			<p><strong>Cost $15.00</strong></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;     
       
        }
    </SCRIPT>
	<form method="post" action="http://www.stlouisamb.org/?page_id=288" 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">
			
			
<p align="left"><b>	Additional attendees?
      <select name="num_people" style="width:70px;margin-top:4px">
        <option value="1" selected>None</option>
        <option value="2">1</option>
        <option value="3">2</option>
        <option value="4">3</option>
        <option value="5">4</option>
        <option value="6">5</option>
      </select>		
      </b></p>
      
              
        <input type="hidden" name="regevent_action" value="post_attendee">
        <input type="hidden" name="event_id" value="5">
        <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>

]]></content:encoded>
			<wfw:commentRss>http://www.stlouisamb.org/2010/08/27/an-evening-of-networking-and-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The St. Louis Ambassadors has online registration</title>
		<link>http://www.stlouisamb.org/2010/08/27/the-st-louis-ambassadors-has-online-registration/</link>
		<comments>http://www.stlouisamb.org/2010/08/27/the-st-louis-ambassadors-has-online-registration/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 16:07:40 +0000</pubDate>
		<dc:creator>St. Louis Ambassador</dc:creator>
				<category><![CDATA[Featured Stories]]></category>
		<category><![CDATA[St. Louis volunterring]]></category>
		<category><![CDATA[The St. Louis Ambassadors]]></category>

		<guid isPermaLink="false">http://stlouisamb.org/?p=296</guid>
		<description><![CDATA[The St. Louis Ambassadors has launched a new online member registration. Please feel free to sign up as a St. Louis Ambassador member that best fits you. We look forward to having you on board and working around the community with us. Click here to register as a St. Louis Ambassadors member]]></description>
			<content:encoded><![CDATA[<p>The St. Louis Ambassadors has launched a new online member registration. Please feel free to sign up as a St. Louis Ambassador member that best fits you. We look forward to having you on board and working around the community with us.</p>
<p><a title="St. Louis Ambassadors registration" href="http://stlouisamb.org/wp-login.php?action=register" target="_blank">Click here </a>to register as a St. Louis Ambassadors member</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisamb.org/2010/08/27/the-st-louis-ambassadors-has-online-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mayor Francis G. Slay</title>
		<link>http://www.stlouisamb.org/2010/04/26/mayor-francis-g-slay/</link>
		<comments>http://www.stlouisamb.org/2010/04/26/mayor-francis-g-slay/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 23:08:34 +0000</pubDate>
		<dc:creator>St. Louis Ambassador</dc:creator>
				<category><![CDATA[Mayor Francis G. Slay]]></category>
		<category><![CDATA[st louis mayors office]]></category>
		<category><![CDATA[St. Louis Mayor]]></category>

		<guid isPermaLink="false">http://stlouisamb.org/wordpress/?p=45</guid>
		<description><![CDATA[Mayor City of Saint Louis Chairman Saint Louis Ambassadors]]></description>
			<content:encoded><![CDATA[<p><a href="http://stlouisamb.org/wp-content/uploads/2010/04/mayor-slay.jpg"><img class="alignleft size-full wp-image-44" title="Mayor Francis G. Slay" src="http://stlouisamb.org/wordpress/wp-content/uploads/2010/04/mayor-slay.jpg" alt="Mayor Francis G. Slay" width="100" height="123" /></a></p>
<p>Mayor<br />
City of Saint Louis</p>
<p>Chairman<br />
Saint Louis Ambassadors</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisamb.org/2010/04/26/mayor-francis-g-slay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saint Louis Sports Challenge &#8211; POSTPONED</title>
		<link>http://www.stlouisamb.org/2010/04/26/saint-louis-sports-challenge/</link>
		<comments>http://www.stlouisamb.org/2010/04/26/saint-louis-sports-challenge/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:41:12 +0000</pubDate>
		<dc:creator>St. Louis Ambassador</dc:creator>
				<category><![CDATA[Featured Stories]]></category>
		<category><![CDATA[Sports Challenge]]></category>
		<category><![CDATA[St Louis Sports]]></category>
		<category><![CDATA[Who is the greatest athlete]]></category>

		<guid isPermaLink="false">http://stlouisamb.org/wordpress/?p=39</guid>
		<description><![CDATA[FIRST ANNUAL ST. LOUIS SPORTS CHALLENGE Who is the Greatest All-Around Athlete in St. Louis? EVENT HAS BEEN POSTPONED &#8211; please contact Carol Noel if you have any questions at the contact information below Carol Noel 5300 Lindell Blvd. at Union St. Louis, MO 63112 314-454-1488 E: stlsportschallenge@yahoo.com The Saint Louis Ambassadors have teamed up<br /><span class="excerpt_more"><a href="http://www.stlouisamb.org/2010/04/26/saint-louis-sports-challenge/">[continue reading...]</a></span>]]></description>
			<content:encoded><![CDATA[<h2><strong>FIRST ANNUAL ST. LOUIS SPORTS CHALLENGE</strong></h2>
<p><a href="http://stlouisamb.org/wp-content/uploads/2010/04/Sports-Challenge-2010-Logo-web2.png"><img class="alignleft size-medium wp-image-99" style="margin: 5px;" title="Sports Challenge 2010 Logo web" src="http://stlouisamb.org/wp-content/uploads/2010/04/Sports-Challenge-2010-Logo-web2-192x300.png" alt="Saint Louis Sports Challenge" width="192" height="300" /></a><strong>Who is the Greatest All-Around Athlete in St. Louis?</strong></p>
<h3><a href="http://stlouisamb.org/?page_id=197">E</a>VENT HAS BEEN POSTPONED &#8211; please contact Carol Noel if you have any questions at the contact information below</h3>
<p>Carol Noel<br />
5300 Lindell Blvd. at Union<br />
St. Louis, MO 63112<br />
314-454-1488</p>
<p>E: stlsportschallenge@yahoo.com</p>
<p>The Saint Louis Ambassadors have teamed up with <a href="http://www.ourlittlehaven.org" target="blank">Our Little Haven</a> to host the First Annual St. Louis Sports Challenge at CBC High School in Town &amp; Country on Saturday, June 5th.</p>
<p>The Sports Challenge is open to the public. Each Division will host separately both male &amp; female athletes. The three Divisions consist of; Starter (Ages 15-19), Open (Ages 20-49) and Senior (Ages 50 and older).</p>
<p>Each competitor will accumulate points based on their performances. The Greatest All-Around Athlete in St. Louis Award will be given to the top scoring competitor, male and female, in each age Division. The top three athletes in each Division will be awarded Olympic style medals.<br />
<strong> </strong></p>
<p><strong>Sponsors Include: </strong> Rawlings | Jewish Community Center | KFNS Radio | Powerade | Fresh Water</p>
<p><strong>The competition will consist of 10 selected sports skill sets.</strong> <strong> </strong><strong>Skill Sets include: </strong></p>
<ol>
<li><strong>Throwing</strong> – target accuracy (Softball/Baseball)</li>
<li><strong>Fielding</strong> – outfield fly ball from machine (Softball/Baseball)</li>
<li><strong>Right foot &amp; Left foot</strong> – 5 shots each foot – goal target (Soccer)</li>
<li><strong>Punt Catch</strong> &#8211; (Football)</li>
<li><strong>Throwing Distance</strong> &#8211; (Football)</li>
<li><strong>Putting</strong> – 6ft / 12 ft (Golf)</li>
<li><strong>Right handed &amp; Left handed</strong> – 5 shots working both sides of the key (Basketball)</li>
<li><strong>Hockey</strong>– shots on goal</li>
<li><strong>Lacrosse</strong> &#8211; shots on goal</li>
<li><strong>Coaches Choice</strong> – TBD</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisamb.org/2010/04/26/saint-louis-sports-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Danna McKitrick Become Corporate Ambassadors</title>
		<link>http://www.stlouisamb.org/2010/04/26/danna-mckitrick-become-corporate-ambassadors/</link>
		<comments>http://www.stlouisamb.org/2010/04/26/danna-mckitrick-become-corporate-ambassadors/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:18:23 +0000</pubDate>
		<dc:creator>St. Louis Ambassador</dc:creator>
				<category><![CDATA[Corporate Ambassadors]]></category>
		<category><![CDATA[The St. Louis Ambassadors]]></category>
		<category><![CDATA[Danna McKitrick]]></category>

		<guid isPermaLink="false">http://stlouisamb.org/wordpress/?p=31</guid>
		<description><![CDATA[Danna McKitrick is a mid-sized law firm delivering solid legal representation through a broad variety of services to businesses, insurers, and individuals.

Responsive service, healthy client relationships, and quality legal services are key to living up to the firm’s reputation for excellence, and contribute to the likelihood of obtaining favorable outcomes.]]></description>
			<content:encoded><![CDATA[<p>Danna McKitrick is a mid-sized law firm delivering solid legal representation through a broad variety of services to businesses, insurers, and individuals.</p>
<p>Responsive service, healthy client relationships, and quality legal services are key to living up to the firm’s reputation for excellence, and contribute to the likelihood of obtaining favorable outcomes.</p>
<p>Whether litigating, transacting day-to-day business, or addressing special circumstances, our attorneys skillfully handle matters that fall within the broad legal practice categories of: administrative law, antitrust, bankruptcy, business torts, contracts, domestic relations, employment, environmental, estate and tax, intellectual property, technology, real estate, securities and workman’s comp.</p>
<h2>Focus and Team Advantage</h2>
<p>Danna McKitrick’s service teams generally include a mix of attorneys: some oriented in litigation and others in business transactions. You continually benefit from sound theory as well as the thoughtful consideration of cause and effect based on many years of practical experience.</p>
<p>The number of areas of law and/or industries in which our attorneys practice is limited to enable deeper focus on factors pertinent to their respective areas. Lawyers’ continuing education is always tailored to the legal skills and strengths necessary to deliver meaningful advice and cutting-edge ideas.</p>
<p>Within our industries of focus, a balance of proactive, comprehensive transactional representation and responsive, effective litigation is provided.</p>
<h2>Regional Counsel with Global Reach</h2>
<p>The majority of our clients are based in the St. Louis region, but many need national or even international representation. To serve them fully, Danna McKitrick is a member of <a href="http://www.msiglobal.org/" target="_blank">MSI Global Alliance</a>—an international association of over 250 independent law and accounting firms in 100 countries. Our MSI colleagues stand by as a thoroughly qualified team ready to assist in geographic locations not directly served by our firm.</p>
<h2>Full-Firm Commitment</h2>
<p>Danna McKitrick provides fairly priced, top quality services for businesses and individuals, alike. We pledge to provide the creativity and hard work necessary to anticipate and serve your needs.</p>
<p>Whether your legal needs are small or large, we commit to responsive service, a strong, sincere relationship, and pursuing favorable outcomes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stlouisamb.org/2010/04/26/danna-mckitrick-become-corporate-ambassadors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
