<?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 &#187; Events</title>
	<atom:link href="http://www.oktajr.com/category/events/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>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>2009 OKTA SC Trade Workshop</title>
		<link>http://www.oktajr.com/2009/05/workshop-2009/</link>
		<comments>http://www.oktajr.com/2009/05/workshop-2009/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:37:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=502</guid>
		<description><![CDATA[
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 college students, graduate school students, small business owners, and professionals in both the private and public sectors. The three days are jam-packed with lectures from leading Korean-American entrepreneurs, international [...]]]></description>
			<content:encoded><![CDATA[<p style="float:left; padding-right: 10px;"><a href="http://www.oktajr.com/wp-content/uploads/2009/05/workshop-poster1.jpg"><img class="aligncenter size-thumbnail wp-image-519" title="workshop-poster1" src="http://www.oktajr.com/wp-content/uploads/2009/05/workshop-poster1-150x231.jpg" alt="workshop-poster1" width="150" height="231" /></a></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 college students, graduate school students, small business owners, and professionals 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 free lodging, meals, and educational materials, thanks to the generosity of sponsors like the Korean government and local Korean-American businesses. Since 2004, over 300 participants have graduated from the OKTA Trade School program.<br /><a href="http://www.oktajr.com/application-2/" style="padding: 5px 10px; border: 1px solid #999999; background:#F5F5F5;"> <strong>Online Application</strong> [Apply by 7-18-2009]</a></p>
<h3>Title: Building Future Business Trade Leaders</h3>
<p>When:  <strong>July 23rd (Thu.) ~ 25th (Sat.), 2009</strong> <br />Where: <a title="Directions to Wilshire Plaza Hotel" href="http://www.wilshireplazahotel.com/wp_map.htm" target="_blank"><strong>Wilshire Plaza Hotel</strong> [map]<br /></a>Fee: <strong>$80 / person (includes hotel, meals and programs)<br /><span style="font-weight: normal;">How: <a href="http://www.oktajr.com/application-2/"> <strong>Online Application</strong> [Apply Now]</a></span></strong><br /> Deadline: July 18<sup>th</sup>, 2009</p>
<p>&nbsp;</p>
<p>Tel: 323-939-6582<br />fax: 323-939-6583</p>
<h3>2009년 남가주 해외한인 무역협회, 차세대 무역스쿨</h3>
<p>기간:	 7/23/09-7/25/09<br />장소:	<a title="Directions to Wilshire Plaza Hotel" href="http://www.wilshireplazahotel.com/wp_map.htm" target="_blank">Wilshire Plaza Hotel<br /></a>참가비: $80<br />주제: &#8220;Building Future Trade Leaders&#8221;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2009/05/workshop-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>North America OKTA Jr. Economy Leaders Forum</title>
		<link>http://www.oktajr.com/2009/02/north-america-okta-jr-economy-leaders-forum/</link>
		<comments>http://www.oktajr.com/2009/02/north-america-okta-jr-economy-leaders-forum/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:42:36 +0000</pubDate>
		<dc:creator>zec001</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=415</guid>
		<description><![CDATA[DOWNLOAD OKTA Invitation


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oktajr.com/wp-content/uploads/2009/02/okta-invitation.pdf">DOWNLOAD OKTA Invitation</a><br />
<span id="more-415"></span><br />
<embed src="http://www.oktajr.com/wp-content/uploads/2009/02/okta-invitation.pdf" width="600" height="700"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2009/02/north-america-okta-jr-economy-leaders-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WORLD OKTA OVERSEAS MARKETING PROJECT 2009</title>
		<link>http://www.oktajr.com/2009/02/world-okta-overseas-marketing-project-2009/</link>
		<comments>http://www.oktajr.com/2009/02/world-okta-overseas-marketing-project-2009/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 10:31:20 +0000</pubDate>
		<dc:creator>zec001</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=402</guid>
		<description><![CDATA[World OKTA &#8220;Overseas Trader Marketing Training Program&#8221;
Download PDF


]]></description>
			<content:encoded><![CDATA[<p><strong>World OKTA &#8220;Overseas Trader Marketing Training Program&#8221;</strong><br />
<a href="http://www.oktajr.com/wp-content/uploads/2009/02/ed9a8cebacb4ed86b5ec8ba0-15-20-ec9eacec99b8eb8f99ed8fac-ed95b4ec99b8ec8b9cec9ea5eab09cecb299ec82acec9785-ec9588eb82b4-ebb08f-eab09cecb299.pdf">Download PDF</a><br />
<embed src="http://www.oktajr.com/wp-content/uploads/2009/02/ed9a8cebacb4ed86b5ec8ba0-15-20-ec9eacec99b8eb8f99ed8fac-ed95b4ec99b8ec8b9cec9ea5eab09cecb299ec82acec9785-ec9588eb82b4-ebb08f-eab09cecb299.pdf" width="500" height="700"><br />
<a href="http://www.oktajr.com/wp-content/uploads/2009/02/oversea_intro1.gif"><img src="http://www.oktajr.com/wp-content/uploads/2009/02/oversea_intro1.gif" alt="oversea_intro1" title="oversea_intro1" width="684" height="150" class="alignleft size-full wp-image-406" /></a><a href="http://www.oktajr.com/wp-content/uploads/2009/02/oversea_intro2.gif"><img src="http://www.oktajr.com/wp-content/uploads/2009/02/oversea_intro2.gif" alt="oversea_intro2" title="oversea_intro2" width="684" height="249" class="alignleft size-full wp-image-407" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2009/02/world-okta-overseas-marketing-project-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KNA 100th Anniversary Commemoration</title>
		<link>http://www.oktajr.com/2009/02/kna-100th-anniversary-commemoration/</link>
		<comments>http://www.oktajr.com/2009/02/kna-100th-anniversary-commemoration/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 10:06:36 +0000</pubDate>
		<dc:creator>zec001</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/?p=396</guid>
		<description><![CDATA[
KNA 100thAnniversary Commemoration
We cordially invite you for the 100th anniversary commemoration gala luncheon of the Korean National Association which will take place on Saturday, January 31 st,2009 at 12 P.M. at Wilshire Plaza Hotel, 3515 Wilshire Blvd., L.A., CA 90010 events of the Korean National Association.
The Korean National Association (KNA) founded in California in 1909, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-399" title="581_knaltrhd1" src="http://www.oktajr.com/wp-content/uploads/2009/02/581_knaltrhd1.jpg" alt="" width="500" height="124" /></p>
<p>KNA 100thAnniversary Commemoration</p>
<p>We cordially invite you for the 100th anniversary commemoration gala luncheon of the Korean National Association which will take place on Saturday, January 31 st,2009 at 12 P.M. at Wilshire Plaza Hotel, 3515 Wilshire Blvd., L.A., CA 90010 events of the Korean National Association.</p>
<p>The Korean National Association (KNA) founded in California in 1909, functioned as Korea’s first provisionary government during Japan’s aggression. As a birthplace of patriotism of overseas Koreans, KNA contributed significantly in a series of Korean people’s independent movements and served as the focal point of making history in the early 20thcentury in many important historical incidents from the March 1stindependence movement in 1919 to the restoration of national independence in 1945, and the establishment of the Republic of Korea in 1948.</p>
<p>From 1910 and on, KNA acted as Korea’s provisional government in order to promote Korean Americans’ interest and sovereign rights, while closely collaborating with the U.S. government to protect Korean American citizens. During the Korean War (1950-1953), KNA also provided aids and relief to the mainland Koreans who suffered from the massive destruction of the war.</p>
<p>In order to cherish and preserve Korea’s national spirit and KNA’s heritage, Korean American communities in the U.S. have reached consensus in 2003 to restore the KNA Memorial Hall, and the Hall has been operated since then.</p>
<p>In celebration of KNA’s 100thanniversary, it is our great pleasure to announce a series of commemoration events which will lead to the new era of KNA Memorial Hall as the center of future generation education of Korean national spirit and heritage. We would like to have your active participation.</p>
<p>Mike MyungkiHong, KNA Centennial Chairperson</p>
<p>Organized by Korean National Association Memorial Foundation (KNA Memorial Foundation)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2009/02/kna-100th-anniversary-commemoration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OKTA S.C. Jr. BBQ Party</title>
		<link>http://www.oktajr.com/2008/10/okta-sc-jr-bbq-party/</link>
		<comments>http://www.oktajr.com/2008/10/okta-sc-jr-bbq-party/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 08:30:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/import-export-business/?p=88</guid>
		<description><![CDATA[Let&#8217;s get together to have some fun!
OPEN TO ALL OKTA MEMBERS!
Location: Griffith Park
                4730 Crystal Springs Dr.,, Los Angeles, CA 90027 US
When: Saturday, October 25, 9:00AM
Phone: 714.234.0864
 
A day of grillin&#8217; and networkin&#8217;!
It starts a little early but will go all day to provide all members a place to reconnect with all our members, new, old, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium; color: #000000;"><strong><em>Let&#8217;s get together to have some fun!</em></strong></span></p>
<p><span style="color: #000000;">OPEN TO ALL OKTA MEMBERS!</span></p>
<p>Location: Griffith Park<br />
                4730 Crystal Springs Dr.,, Los Angeles, CA 90027 US<br />
When: Saturday, October 25, 9:00AM<br />
Phone: 714.234.0864</p>
<p> </p>
<p>A day of grillin&#8217; and networkin&#8217;!<br />
It starts a little early but will go all day to provide all members a place to reconnect with all our members, new, old, Juniors and Seniors!<br />
If you want to know what OKTA Jr. has been up to this is a fun event to attend to get involved.</p>
<p>We have a lot of new things we want to share with our members and friends so please attend to get involved!</p>
<p>$10 for Active Members, $20 for OKTA Graduates and Guests!<br />
(OKTA Graduates and guest who bring food gets $10 discount!)</p>
<p>Please reply with what you will being so that we don&#8217;t have too much of anything =)</p>
<p>Hope to see all of you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2008/10/okta-sc-jr-bbq-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 OKTA S.C. Presidential Golf Tournament</title>
		<link>http://www.oktajr.com/2008/10/2008-okta-sc-presidential-golf-tournament/</link>
		<comments>http://www.oktajr.com/2008/10/2008-okta-sc-presidential-golf-tournament/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 17:00:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/import-export-business/?p=79</guid>
		<description><![CDATA[OKTA S.C. Presidential Friendship Golf Tournament will be held in October 11,2008 
at Oak Quarry Golf Club.
Any OKTA Jr.member who wants to mingle with OKTA Sr.member, come join us &#38; have fun. 

Date : October 11, 2008  Saturday / 12:00pm head count / 12:30pm tee off
Where:Oak Quarry Golf Club /  7151 Sierra Ave. Riverside , CA 92509 /  Tel.951.685.1440
Fee: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>OKTA S.C. Presidential Friendship Golf Tournament will be held in October 11,2008 </strong></p>
<p><strong>at Oak Quarry Golf Club.</strong></p>
<p>Any OKTA Jr.member who wants to mingle with OKTA Sr.member, come join us &amp; have fun. </p>
<ul>
<li>Date : October 11, 2008  Saturday / 12:00pm head count / 12:30pm tee off</li>
<li>Where:Oak Quarry Golf Club /  7151 Sierra Ave. Riverside , CA 92509 /  Tel.951.685.1440</li>
<li>Fee: $100</li>
</ul>
<p>If you want to join the tournament, please contact <a href="mailto:ricky@calkor.com">ricky@calkor.com</a> or call 323-810-7740.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2008/10/2008-okta-sc-presidential-golf-tournament/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OKTA SC Jr Trade Workshop 2009</title>
		<link>http://www.oktajr.com/2008/09/okta-jr-workshop-sc-2009/</link>
		<comments>http://www.oktajr.com/2008/09/okta-jr-workshop-sc-2009/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 18:54:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.oktajr.com/import-export-business/?p=20</guid>
		<description><![CDATA[
OKTA Southern California Jr Trade Workshop will be held in July 2009 in Los Angeles. Exact location and date will be announced through all major Korean media.
Image of 2008 OKTA SC Trade School Class
Image of 2008 OKTA SC Trade School Class
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium" src="/wp-content/uploads/2008/10/20080726070651905j5_075510_0-300x181.jpg" alt="OKTA Jr 2008 group picture" width="300" height="181" /></p>
<p>OKTA Southern California Jr Trade Workshop will be held in July 2009 in Los Angeles. Exact location and date will be announced through all major Korean media.</p>
<p><em>Image of 2008 OKTA SC Trade School Class</em><br />
Image of 2008 OKTA SC Trade School Class</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oktajr.com/2008/09/okta-jr-workshop-sc-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
