<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>양을 찾아 떠나는 모험</title>
		<link>http://blog.jangc.net/</link>
		<description>진주 귀걸이 청년</description>
		<language>ko</language>
		<pubDate>Wed, 30 Nov 2011 14:15:50 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>장모</managingEditor>
		<image>
		<title>양을 찾아 떠나는 모험</title>
		<url><![CDATA[http://cfile10.uf.tistory.com/image/1248940C4BDCD4428D5275]]></url>
		<link>http://blog.jangc.net/</link>
		<description>진주 귀걸이 청년</description>
		</image>
		<item>
			<title>마소 11월 이벤트 당첨</title>
			<link>http://blog.jangc.net/553</link>
			<description>상품은 &#039;웰북 실전개발을 위한 병렬 프로그래밍&#039; 별 쓸모는 없음...&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>2011년</category>
			<category>당첨</category>
			<category>마소</category>
			<category>마이크로스프트웨어</category>
			<category>이벤트</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/553</guid>
			<comments>http://blog.jangc.net/553#entry553comment</comments>
			<pubDate>Wed, 30 Nov 2011 14:12:36 +0900</pubDate>
		</item>
		<item>
			<title>Primary Arithmetic (110501)</title>
			<link>http://blog.jangc.net/552</link>
			<description>문제 : Primary Arithmetic (110501) 풀이 :  int main() { int a1, a2, l1, l2, l, i, j1, j2, carry, o1, o2, count; char c1[11], c2[11]; while (1) { scanf(&quot;%d %d&quot;, &amp;a1, &amp;a2); if (a1 == 0 &amp;&amp; a2 == 0) break; sprintf(c1, &quot;%d&quot;, a1); sprintf(c2, &quot;%d&quot;, a2); l1 = strl..&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>Programming Challenges</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/552</guid>
			<comments>http://blog.jangc.net/552#entry552comment</comments>
			<pubDate>Sun, 27 Nov 2011 21:03:52 +0900</pubDate>
		</item>
		<item>
			<title>WERTYU</title>
			<link>http://blog.jangc.net/551</link>
			<description>문제 : 110301 WERTYU 답 :  int main() { int i, j; char c, conv[100]; char *chars[] = { &quot;`1234567890-=&quot;, &quot;QWERTYUIOP[]\\&quot;, &quot;ASDFGHJKL;&#039;&quot;, &quot;ZXCVBNM,./&quot; }; for (i=0; i &lt; 100; i++) { conv[i] = 0; } for (i=0; i &lt; 4; i++) { for (j=1; j &lt; strlen(chars[i]); j++) {..&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>Programming Challenges</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/551</guid>
			<comments>http://blog.jangc.net/551#entry551comment</comments>
			<pubDate>Sun, 27 Nov 2011 20:18:32 +0900</pubDate>
		</item>
		<item>
			<title>The 3n + 1 problem</title>
			<link>http://blog.jangc.net/550</link>
			<description>옛날에 풀었던 것 그냥 올림. 지져분해도 이해 바람. 문제 : 110101 The 3n + 1 problem 답 :  int main() { long from, to, temp; long orgFrom, orgTo; long max = 0, count; long cur, i; while( scanf(&quot;%ld %ld&quot;, &amp;from, &amp;to) == 2 ) { max = 0; orgFrom = from; orgTo = to; if (from &gt; to) {..&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>Programming Challenges</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/550</guid>
			<comments>http://blog.jangc.net/550#entry550comment</comments>
			<pubDate>Wed, 23 Nov 2011 18:36:31 +0900</pubDate>
		</item>
		<item>
			<title>&#039;얼리 버드 알람&#039; 글로벌 앱 지원사업 선정</title>
			<link>http://blog.jangc.net/549</link>
			<description>이를 통해 번역과 홍보물 제작 지원을 받게 되었습니다. 작은 일이지만 기뻐요 ㅎㅎㅎ&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>2011년</category>
			<category>글로벌앱지원사업</category>
			<category>안드로이드</category>
			<category>얼리버드알람</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/549</guid>
			<comments>http://blog.jangc.net/549#entry549comment</comments>
			<pubDate>Fri, 18 Nov 2011 00:40:54 +0900</pubDate>
		</item>
		<item>
			<title>Programming Challenges</title>
			<link>http://blog.jangc.net/548</link>
			<description>프로그래밍 훈련을 위한 두번째 기획! http://www.programming-challenges.com/ 이 사이트의 문제들을 풀면서 공부좀 해야지.&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>Programming Challenges</category>
			<category>프로그래밍 챌린지</category>
			<category>프로그래밍 트레이닝 북</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/548</guid>
			<comments>http://blog.jangc.net/548#entry548comment</comments>
			<pubDate>Thu, 17 Nov 2011 00:45:41 +0900</pubDate>
		</item>
		<item>
			<title>에코노베이션 공모전 입상!</title>
			<link>http://blog.jangc.net/547</link>
			<description>공모전을 생각하고 만든 앱이 아닌데 입상해서 기쁨! 라이프 로거는 KT 의 글로벌 앱 지원? 뭐 그런걸 받을 것이고.. 그 이후에 준비가 되면 오픈소스로 풀 계획입니다. (아마 2~3달 후?) 아무튼, 아싸!!!&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>2011년</category>
			<category>KT</category>
			<category>공모전</category>
			<category>라이프 로거</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/547</guid>
			<comments>http://blog.jangc.net/547#entry547comment</comments>
			<pubDate>Sat, 12 Nov 2011 18:36:19 +0900</pubDate>
		</item>
		<item>
			<title>North Korea</title>
			<link>http://blog.jangc.net/546</link>
			<description>구글 체크아웃 서비스의 도움말은 여러나라 언어로 지원한다. 한글로 나오길래 오~ 하면서 다시 보니 &#039;North Korea&#039;  &#039;체크아웃이 북한도 지원하나?&#039; 하면서 바꾸려고 보니  없다!!!!! 북한도 있는데 우리나라는 없다!!!!! 는 아니고, 우리나라가 North Korea로 되어있는 것 같다. 그게 그건가? 아무튼 구글은 서비스 운영하는 것 보면 은근 허술하다~&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
		  					&lt;embed src=&quot;http://api.v.daum.net/static/recombox1.swf&quot; quality=&quot;high&quot; flashvars=&quot;nid=22430028&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;false&quot; bgcolor=&quot;#ffffff&quot; width=&quot;400&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;
						&lt;/div&gt;</description>
			<category>2011년</category>
			<category>구글</category>
			<category>번역</category>
			<category>북한</category>
			<category>체크아웃</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/546</guid>
			<comments>http://blog.jangc.net/546#entry546comment</comments>
			<pubDate>Sat, 12 Nov 2011 17:12:19 +0900</pubDate>
		</item>
		<item>
			<title>시작</title>
			<link>http://blog.jangc.net/542</link>
			<description>앞으로 1~2주마다 그 시간동안 공부한 것에 대한 자료를 올릴 계획입니다. 공부한 것을 정리하기에, 위키가 적당할 것 같았지만 딱히 마음에 드는 위키를 찾지 못했고, 블로그와 위키를 따로 관리하는 것도 효율적이지 못한 것 같아 티스토리만 이용하기로 결정! 블로그야 살아나라, 내가 잘못했다.&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>스터디</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/542</guid>
			<comments>http://blog.jangc.net/542#entry542comment</comments>
			<pubDate>Sat, 29 Oct 2011 18:18:41 +0900</pubDate>
		</item>
		<item>
			<title>데니스 리치 타계</title>
			<link>http://blog.jangc.net/540</link>
			<description>C언어와 유닉스를 만든 사람 중 한명이자 위 책의 저자인 데니스 리치 옹께서 타계하셨다. 처음 프로그래밍 언어라는게 있다는 것을 알게됐을 때, 그 언어도 C였고, 대학에 오면서 교양 수업으로 배운 언어도 C였다. 그래서 그때는 C가 컴퓨터 언어의 정석이고 왕인줄 알았다.  그걸 만든 사람이 직접 쓴 책이라고 하니 제대로 이해도 못하면서 막연히 굉장한 책이라는 생각을 갖고 봤었다. 대학 신입생 때 동기에 비해서 C를 조금 더(사실은 꽤) 잘한다고 생각..&lt;div class=&quot;tt-plugin ttShareEntryWithSNS tt-sns-icon-alignment-left tt-sns-icon-size-big&quot;&gt;
	&lt;button class=&quot;ttShareEntryWithYozm&quot; id=&quot;ttServiceYozm_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;yozm&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;요즘에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithTwitter&quot; id=&quot;ttServiceTwitter_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;twitter&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;트위터에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithFacebook&quot; id=&quot;ttServiceFacebook_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;facebook&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;페이스북에 보내기&lt;/span&gt;&lt;/button&gt;&lt;button
	class=&quot;ttShareEntryWithMe2day&quot; id=&quot;ttServiceMe2day_&quot; onclick=&quot;ShareEntryWithSNS.share(&#039;me2day&#039;, &#039;&#039;, &#039;&#039;);&quot;&gt;&lt;span&gt;미투데이에 보내기&lt;/span&gt;&lt;/button&gt;
&lt;/div&gt;
</description>
			<category>2011년</category>
			<author>장모</author>
			<guid>http://blog.jangc.net/540</guid>
			<comments>http://blog.jangc.net/540#entry540comment</comments>
			<pubDate>Fri, 14 Oct 2011 00:41:32 +0900</pubDate>
		</item>
	</channel>
</rss>

