<?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>OKTA Jr - Overseas Korean Traders Association</title>
	<atom:link href="http://www.oktajr.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oktajr.com</link>
	<description>OKTA Jr</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:35:54 +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>2010 Trade School Reunion</title>
		<link>http://www.oktajr.com/2010/07/2010-trade-school-reunion/</link>
		<comments>http://www.oktajr.com/2010/07/2010-trade-school-reunion/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:23:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=740</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[        <h3></h3>
        <p><strong>Start Date:</strong> <span style="color:red;">NO DATE SUPPLIED</span> - Start Time: <br />
		<strong>End Date:</strong> <span style="color:red;">NO DATE SUPPLIED</span> - End Time:         </p>
     	
			<p><strong>Cost $</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.oktajr.com/?page_id=734" 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="free event">
        
        <input type="hidden" name="regevent_action" value="post_attendee">
        <input type="hidden" name="event_id" value="">
        <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.oktajr.com/2010/07/2010-trade-school-reunion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Janet Lim</title>
		<link>http://www.oktajr.com/2010/06/janet-lim/</link>
		<comments>http://www.oktajr.com/2010/06/janet-lim/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 23:01:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=689</guid>
		<description><![CDATA[Janet Lim is a 2007 OKTA graduate and has been an active member ever since.&#160; 2008-OKTA Jr. secretary, 2009-social &#38; membership relations, &#38; in 2010, she is working on creating a community service position.&#160;&#160;
	
	She has been&#160; employed at a freight forwarding company for the last two years, a student and working on a online business [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><span class="Apple-style-span" style="border-collapse: separate; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); "><img alt="" class="alignleft size-full wp-image-690" height="300" src="http://www.oktajr.com/wp-content/uploads/2010/06/JL-profile.jpg" title="JL profile" width="150" /></span><span style="font-size:12px;"><span style="font-family:arial,helvetica,sans-serif;">Janet Lim is a 2007 OKTA graduate and has been an active member ever since.&nbsp; 2008-OKTA Jr. secretary, 2009-social &amp; membership relations, &amp; in 2010, she is working on creating a community service position.&nbsp;</span></span></span><span style="font-size:12px;"><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; ">&nbsp;</span></span></span><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; "><br />
	</span></span><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; "><br />
	</span></span><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; ">She has been&nbsp; employed at a freight forwarding company for the last two years, a student and working on a online business project that will launch end of 2010.&nbsp; Her variety of work experience in sales, marketing, property management, &amp; executive assistance, makes her a versatile OKTA JR. member.&nbsp;</span></span><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; ">&nbsp;</span></span><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; "><br />
	</span></span><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; "><br />
	</span></span><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; ">&quot;The members of OKTA Jr. are like family.&nbsp; I have met some of the most successful, genuine, fun, caring, overall amazing people through this group.&nbsp; They are what makes me continue to be a part of OKTA.&quot; -Janet Lim</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/06/janet-lim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christian Min Kang</title>
		<link>http://www.oktajr.com/2010/06/christian-min-kang/</link>
		<comments>http://www.oktajr.com/2010/06/christian-min-kang/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 22:59:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=685</guid>
		<description><![CDATA[&#160;
Christian (Minseok) Kang is a Project Manager at Korea Trade-Investment Promotion Agency (KOTRA) in Los Angeles, California, where he has been working for last three years. Currently, his primary responsibility is to introduce Korea-based IT and electronics companies to the US distribution and retail market channels. Several means of achieving this end is through joint-venture [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-size:12px;"><span style="font-family:arial,helvetica,sans-serif;"><span class="Apple-style-span" style="font-family: Arial, Verdana, sans-serif; color: rgb(34, 34, 34); "><img alt="" class="alignleft size-full wp-image-686" height="300" src="http://www.oktajr.com/wp-content/uploads/2010/06/profile-pic.jpg" title="profile pic" width="148" /></span>Christian (Minseok) Kang is a Project Manager at Korea Trade-Investment Promotion Agency (KOTRA) in Los Angeles, California, where he has been working for last three years. Currently, his primary responsibility is to introduce Korea-based IT and electronics companies to the US distribution and retail market channels. Several means of achieving this end is through joint-venture project, trade mission, international buyer invitation to Korea, or Korea delegation trip to major trade shows in the US. Since graduating from OKTA S.C. Trade School in 2008, Christian has been involved in OKTA SC Jr., in which he has helped to organize the US-Korea FTA event for the past two years. He has also been elected with three other OKTA SC Jr members to participate in the 2009 World OKTA JR Trade School, where his team was awarded 1<sup>st</sup>&nbsp;place in Group Presentation. Presently, he is actively seeking opportunities to network with representatives from community and trade-related organizations to establish mutually beneficial partnership with OKTA SC.</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-size:12px;"><span style="font-family:arial,helvetica,sans-serif;">Christian is an alumnus of UCLA, where he matriculated with a Bachelor of Arts in Economics-International Area Studies.&nbsp;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/06/christian-min-kang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stephen H. Kim</title>
		<link>http://www.oktajr.com/2010/06/stephen-h-kim/</link>
		<comments>http://www.oktajr.com/2010/06/stephen-h-kim/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 22:58:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=683</guid>
		<description><![CDATA[&#160;
Steering Board Member of World OKTA
Board Member of OKTA Southern California
Director of OKTA S.C. Junior Group
Principal, OSK Benefits&#160;
	
Stephen Kim joined OKTA S.C. in 2008. With his 23-year advanced corporate-sponsored welfare &#38; pension planning expertise, management skill and extensive operational experience for non-profit organization, he took in charge of leading and guiding OKTA S.C. Junior Group [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 12px; ">Steering Board Member of World OKTA</span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">Board Member of OKTA Southern California</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">Director of OKTA S.C. Junior Group</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">Principal, OSK Benefits&nbsp;<br />
	</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">Stephen Kim joined OKTA S.C. in 2008. With his 23-year advanced corporate-sponsored welfare &amp; pension planning expertise, management skill and extensive operational experience for non-profit organization, he took in charge of leading and guiding OKTA S.C. Junior Group in various aspects. In April 2010, he became a member of Steering Board of World OKTA.&nbsp;<br />
	</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">His special interest in building OKTA Junior groups into the next global level of network organization has become his main and top priority since 2009. He is a frequent speaker at World OKTA conventions. Any projects and operation he gets involved, it must be well-planned and organized to commence. His recent organization of U.S.-Korea FTA Conference which was held in March 2010 was a milestone achievement of OKTA S.C. and its executive directors.&nbsp;<br />
	</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">To share and explore of a mentoring relationship with him, email&nbsp;<a href="mailto:stephenhkim@sbcglobal.net" target="_blank"><font color="#0000FF"><i><u>stephenhkim@sbcglobal.net</u></i></font></a><i>&nbsp;or </i></span></span><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 12px; ">meet him at FB<i>.&nbsp;&nbsp;</i>&nbsp;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/06/stephen-h-kim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robin Lee</title>
		<link>http://www.oktajr.com/2010/06/robin-lee/</link>
		<comments>http://www.oktajr.com/2010/06/robin-lee/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 22:52:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=672</guid>
		<description><![CDATA[Chang Hyun &#8220;Robin&#8221;&#160;Lee is the current President of the Overseas Korean Trade Association of Southern California Junior Cabinet (OKTA SC Jr.). He officially joined the OKTA SC Junior Committee after having graduated from the 2005 OKTA SC Trade School, wherein he became a certified international trade reporter. He was a team leader, and his marketing [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><font face="Calibri" size="3"><span class="Apple-style-span" style="font-family: Arial, Verdana, sans-serif; color: rgb(34, 34, 34); font-size: 12px; "><img alt="" class="alignleft size-full wp-image-673" height="299" src="http://www.oktajr.com/wp-content/uploads/2010/06/okta_profile_robin.jpg" title="okta_profile_robin" width="200" /></span></font></span><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><font size="3"><span style="font-size:12px;">Chang Hyun &ldquo;Robin&rdquo;&nbsp;Lee is the current President of the Overseas Korean Trade Association of Southern California Junior Cabinet (OKTA SC Jr.). He officially joined the OKTA SC Junior Committee after having graduated from the 2005 OKTA SC Trade School, wherein he became a certified international trade reporter. He was a team leader, and his marketing team won first place in the business competition. In the OKTA SC Junior Cabinet, he first got involved in an official capacity as Co-Director of the Audio/Visual Committee, in which he managed the AV needs of OKTA SC Senior and Junior events with Steven Oh and David Shin.</span></font></span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">In 2007, Robin attended the annual World OKTA Trade School, where he was recognized with the following awards: Best Marketing Team; Best Team Leader; Best Overall Participant; among others. He was also officially elected as the 2007 World OKTA Junior President, which is currently held by Chul Hyun Jung from OKTA Indonesia. Since 2005, Robin has continued to be an active member of OKTA SC Junior, taking on roles including, but not limited to, Co-Director of AV, Director of Education, Co-Director of OKTA SC Trade School, Writer, Editor, and others. As a young business leader, he has appeared in various newspapers and journals, including the Korea Central Daily, the Korea Times, and the Maeil Economic Daily (South Korea).</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">Robin received his BA in Peace and Conflict Studies (PACS) from the University of California, Berkeley (UCB). Within the UCB Interdisciplinary Studies Department (IDS), he designed his PACS major to study international relations, human rights, and conflict resolution. For the focus on international relations, he studied global governance systems as well as international and domestic economic systems (e.g., neo-liberalized capitalist economics). For the focus on human rights, he studied international human rights law (i.e., United Nations human rights law) and American civil rights law. For the focus on conflict resolution, he studied multicultural conflict mediation, specifically learning mediation techniques for resolving conflicts between people (e.g., couples), organizations, and nation-states.&nbsp; He also studied the theory and application of sustainability and environmentalism in the post-modern phase of globalization.</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">Robin Lee currently works as an Account Executive for My Toner Depot (<a href="http://www.mytonerdepot.com/" target="_blank"><font color="#0000FF"><u>www.mytonerdepot.com</u></font></a>), which imports and sells wholesale office equipment and supplies while specializing in the competitive ink toner market. He also works as a Producer for All In Productions, which specializes in music, film, and event productions. Robin also works as a freelance professional musician, currently tenor vocalist with the Pacific Chorale (<a href="http://www.pacificchorale.org/" target="_blank"><font color="#0000FF"><u>www.pacificchorale.org</u></font></a>) directed by Maestro John Alexander, wherein he has performed with such artists as Andrea Bocelli, the Pacific Symphony conducted by Meastro Carl St. Clair, and others.</span></span></p>
<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">Robin Lee is also a community activist and leader. He believes in balancing being a business leader with being a community leader. In Los Angeles, he was actively involved with the Koreatown Youth &amp; Community Center (<a href="http://www.kyccla.org/" target="_blank"><font color="#0000FF"><u>www.kyccla.org</u></font></a>) and other community organizations. In Berkeley, he was Administrative Director of the OneWorldWalk Center, a multicultural non-profit organization dedicated to establishing schools and cultural events for minority cultures threatened by the current age of globalization. He was also involved with various other community organizations in the Bay Area. As a community activist and leader, he has been featured in the Koream Journal, the Los Angeles Times, the Korea Times, and the Korea Central Daily, among others. He is currently Director of Marketing/PR on the Board of Directors for the K.W. Lee Center for Leadership (<a href="http://www.kwleecenter.org/" target="_blank">www.kwleecenter.org</a>).</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/06/robin-lee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>David Wooram Shin</title>
		<link>http://www.oktajr.com/2010/06/david-wooram-shin/</link>
		<comments>http://www.oktajr.com/2010/06/david-wooram-shin/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 22:27:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=668</guid>
		<description><![CDATA[&#160;
David Wooram Shin is the current Vice President of the Overseas Korean Traders Association of Southern California Junior Cabinet (OKTA S.C. Jr.).&#160; He is also the Co-Director of the 2010 OKTA SC Trade School. He officially joined the OKTA SC Junior Committee after having graduated from the 2006 OKTA SC Trade School, where he became [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p class="MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><img alt="" class="alignleft size-full wp-image-669" height="166" src="http://www.oktajr.com/wp-content/uploads/2010/06/meme.jpg" title="" width="130" /><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;">David Wooram Shin is the current Vice President of the Overseas Korean Traders Association of Southern California Junior Cabinet (OKTA S.C. Jr.).&nbsp; He is also the Co-Director of the 2010 OKTA SC Trade School. He officially joined the OKTA SC Junior Committee after having graduated from the 2006 OKTA SC Trade School, where he became a certified international trade reporter. &nbsp;In the OKTA SC Junior Cabinet, he first got involved in an official capacity as a member of the Audio/Visual (AV) Committee, in which he managed the AV needs of OKTA SC Senior and Junior events with Robin Lee and David Shin. He later became a Co-Director of the Audio/Visual Committee. He also became Director of PR and Media Relations, which he still manages.</span></span></span></p>
<p class="MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; ">David Shin studied Business Management at California State University at Northridge. He currently works with P&amp;S and Company, LLC, which is celebrating 15 successful years in managing laboratory instrument services. David works as the Lead Marketing and Sales Manager of Medical Equipments. Specifically, he specializes in the field of dental laboratory solutions, wherein laboratory designs is one of his many professional specialties.&nbsp; With his current company, he currently imports and exports to and from the following countries: Germany to the US; South&nbsp;</span><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; ">Korea to the US; China to the US; and domestic trade within the US.</span></span></span></p>
<p class="MsoNormal" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:12px;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); border-collapse: collapse; ">Outside of work, David is actively involved with Graceway Church in Torrance, CA, where he is currently serving as the President of the Christian youth group. He is known for his great smile and amicable personality, and he has a penchant for networking and helping develop and manage people&rsquo;s talents.</span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/06/david-wooram-shin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 OKTA S.C. Trade Workshop</title>
		<link>http://www.oktajr.com/2010/06/2010-okta-s-c-trade-workshop/</link>
		<comments>http://www.oktajr.com/2010/06/2010-okta-s-c-trade-workshop/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:38:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=609</guid>
		<description><![CDATA[
Title: Connecting Leaders. Creating Success.
When: &#160;&#160;July 15th (Thu.) 8AM ~ 17th (Sat.), 2010&#160;(after dinner)
	Where: Wilshire Plaza Hotel [map]
	Fee: $120 / person (includes hotel, meals and programs)
	How: Online Application [Apply Now]
	Deadline: Wednesday, June 30th, 2010.
*Up to 50 of the applicants will be accepted for 2010 Trade Workshop
The OKTA Trade School Program is an annual event where [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oktajr.com/wp-content/uploads/2010/05/sports-seoul-usa-ad.jpg"><img alt="" border="0" class="alignleft size-medium wp-image-658" height="151" src="http://www.oktajr.com/wp-content/uploads/2010/05/sports-seoul-usa-ad-250x151.jpg" title="sports-seoul-usa-ad" width="250" /></a></p>
<h3>Title: <big><span style="color: blue;">Connecting Leaders.</span><span style="color: rgb(178, 34, 34);"> Creating Success.</span></big></h3>
<p>When: &nbsp;&nbsp;<strong>July 15th (Thu.) 8AM ~ 17th (Sat.), 2010</strong>&nbsp;(after dinner)<br />
	Where: <a href="http://www.wilshireplazahotel.com/wp_map.htm" target="_blank" title="Directions to Wilshire Plaza Hotel"><strong>Wilshire Plaza Hotel</strong> [map]<br />
	</a>Fee: <strong>$120 / person (includes hotel, meals and programs)<br />
	How: <span style="background-color: rgb(255, 255, 224);"><a href="http://www.oktajr.com/application-2/"><strong>Online Application</strong> [Apply Now]</a></span></strong><br />
	Deadline: Wednesday, June 30th, 2010.</p>
<p><em>*Up to 50 of the applicants will be accepted for 2010 Trade Workshop</em></p>
<p>The OKTA Trade School Program is an annual event where 60-80 young Korean-Americans gather over a three-day period to learn about international trade. Typically, participants include entrepreneurs, professionals and graduate students&nbsp;in both the private and public sectors. The three days are jam-packed with lectures from leading Korean-American entrepreneurs, international trade experts, and notable Korean-American public figures; behind-the-scenes tours of companies; and group exercises geared toward marketing and team-building. Keynote speakers also share life stories of struggle and offer tips for success to inspire the next generation of Korean-American business leaders to make their own unique marks on the global economy. Most importantly, the program provides for exclusive networking opportunities with the older and newer generations of Korean-American visionaries.</p>
<p>Workshop attendees are given lodging, meals, and educational materials, thanks to the generosity of sponsors like the Korean government and global Korean-American businesses. Since 2004, over 300 participants have graduated from the OKTA Trade School program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/06/2010-okta-s-c-trade-workshop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Protected: OKTA SC Workshop 2009 Binder</title>
		<link>http://www.oktajr.com/2010/05/workshop-2009-binder/</link>
		<comments>http://www.oktajr.com/2010/05/workshop-2009-binder/#comments</comments>
		<pubDate>Tue, 18 May 2010 17:40:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/2010/05/647/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.oktajr.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-647">Password:<br />
<input name="post_password" id="pwbox-647" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/05/workshop-2009-binder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job Opportunity 5/14</title>
		<link>http://www.oktajr.com/2010/05/job-opportunity-514/</link>
		<comments>http://www.oktajr.com/2010/05/job-opportunity-514/#comments</comments>
		<pubDate>Fri, 14 May 2010 18:56:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Employment Opportunity]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=633</guid>
		<description><![CDATA[가. 의뢰업체 개요

업체명(홈페이지) : 고영테크놀러지 (www.kohyoung.com)
업종 : 정밀검사측정장비 제조 및 판매

&#160;
나. 발굴요청 및 근무조건 개요

나이 : 업체는 33세 미만의 인력을 희망
성격 : 적극적이고 능동적인 인재
프레젠테이션 스킬

&#160;
&#60; 재 발굴요청 개요 &#62;

채용분야 / 인원 : 해외영업/ 2명
필수 요구조건

성별: 남
33세 이하 : 현업에서 적극적인 영업활동을 할 수 있으며, 잦은 해외 출장을 소화 할 수 있는 인력, 따라서 매니저급의 [...]]]></description>
			<content:encoded><![CDATA[<p>가. 의뢰업체 개요</p>
<ul>
<li>업체명(홈페이지) : 고영테크놀러지 (www.kohyoung.com)</li>
<li>업종 : 정밀검사측정장비 제조 및 판매</li>
</ul>
<p>&nbsp;</p>
<p>나. 발굴요청 및 근무조건 개요</p>
<ul>
<li>나이 : 업체는 33세 미만의 인력을 희망</li>
<li>성격 : 적극적이고 능동적인 인재</li>
<li>프레젠테이션 스킬</li>
</ul>
<p>&nbsp;</p>
<p>&lt; 재 발굴요청 개요 &gt;</p>
<ul>
<li>채용분야 / 인원 : 해외영업/ 2명</li>
<li>필수 요구조건
<ul>
<li>성별: 남</li>
<li>33세 이하 : 현업에서 적극적인 영업활동을 할 수 있으며, 잦은 해외 출장을 소화 할 수 있는 인력, 따라서 매니저급의 경력 및 나이의 지원자 제외</li>
<li>전기, 전자 관련 전공 학사 이상</li>
<li>영업 경력 3년 이상 보유자(기술 영업 경력자 우대)</li>
<li>영업 관련 우수한 프레젠테이션 스킬 보유자</li>
<li>※ 상기 필수 요구조건 반드시 충족 요망</li>
</ul>
</li>
<li>참고사항
<ul>
<li>한국어 가능한 재외동포 2세 지원 가능 (단, 영어 구사 네이티브 수준 )</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p>&lt; 근무조건 개요 &gt;</p>
<ul>
<li>연 봉 : USD 40,000 ( 연봉의 300% 인센티브 지급)</li>
<li>계약기간 : 1년(연장 가능)</li>
<li>근무지역 : 서울 및 해외지사</li>
<li>※ 발굴의뢰 상세내역은 Job Opening 참조 요망</li>
</ul>
<p>&nbsp;</p>
<p>다. 회신 방법</p>
<ul>
<li>KOTRA LA 무역관에 이력서 등 제출</li>
<li>담당자 : 강민규 대리 (323-954-9500 ext 128 / minkang@kotrala.com)</li>
</ul>
<p><img src="http://www.oktajr.com/wp-content/uploads/2010/05/Word2007Icon.jpg" width="50px" /><span style="font-size:16px;"><a href="http://www.oktajr.com/wp-content/uploads/2010/05/Job-Opening고영테크놀러지.doc">Application Download</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/05/job-opportunity-514/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TED Talk by Simon Sinek: How great leaders inspire action</title>
		<link>http://www.oktajr.com/2010/05/ted-talk-by-simon-sinek-how-great-leaders-inspire-action/</link>
		<comments>http://www.oktajr.com/2010/05/ted-talk-by-simon-sinek-how-great-leaders-inspire-action/#comments</comments>
		<pubDate>Thu, 06 May 2010 23:19:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=631</guid>
		<description><![CDATA[Simon Sinek has a simple but powerful model for inspirational leadership all starting with a golden circle and the question &#8220;Why?&#8221; His examples include Apple, Martin Luther King, and the Wright brothers &#8212; and as a counterpoint Tivo, which (until a recent court victory that tripled its stock price) appeared to be struggling.

]]></description>
			<content:encoded><![CDATA[<p>Simon Sinek has a simple but powerful model for inspirational leadership all starting with a golden circle and the question &#8220;Why?&#8221; His examples include Apple, Martin Luther King, and the Wright brothers &#8212; and as a counterpoint Tivo, which (until a recent court victory that tripled its stock price) appeared to be struggling.</p>
<p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/SimonSinek_2009X-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/SimonSinek-2009X.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=848&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=simon_sinek_how_great_leaders_inspire_action;year=2009;theme=not_business_as_usual;theme=unconventional_explanations;theme=new_on_ted_com;event=TEDxPuget+Sound+;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talks/dynamic/SimonSinek_2009X-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/SimonSinek-2009X.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=848&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=simon_sinek_how_great_leaders_inspire_action;year=2009;theme=not_business_as_usual;theme=unconventional_explanations;theme=new_on_ted_com;event=TEDxPuget+Sound+;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2010/05/ted-talk-by-simon-sinek-how-great-leaders-inspire-action/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
