<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>A . H . N . C . H . I . H . O . O . N</title>
		<link>http://www.x2chi.com/</link>
		<description>Leading the Web to its Full Potential...
(웹의 모든 잠재력을 이끌어 내기 위하여...)</description>
		<language>ko</language>
		<pubDate>Mon, 09 Jan 2012 11:28:43 +0900</pubDate>
		<generator>Textcube 1.7.8 : Con moto</generator>
		<image>
		<title>A . H . N . C . H . I . H . O . O . N</title>
		<url>http://blog.dgwedy.co.kr/attach/2/1145245310.jpg</url>
		<link>http://www.x2chi.com/</link>
		<width>270</width>
		<height>120</height>
		<description>Leading the Web to its Full Potential...
(웹의 모든 잠재력을 이끌어 내기 위하여...)</description>
		</image>
		<item>
			<title>PHP 배열 함수 목록</title>
			<link>http://www.x2chi.com/969</link>
			<description>&lt;h1 class=&quot;title&quot; style=&quot;font-size: 18px; margin-top: 0px; &quot;&gt;&lt;div style=&quot;padding:10px; background-color:#C9EDFF&quot;&gt;배열 함수 목록&lt;/div&gt;&lt;/h1&gt;&lt;div class=&quot;partintro&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;font color=&quot;#000066&quot; face=&quot;verdana, arial, helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 17px; line-height: normal;&quot;&gt;&lt;blockquote&gt;&lt;div class=&quot;partintro&quot; style=&quot;color: rgb(0, 0, 0); font-family: Dotum, Verdana, AppleGothic, sans-serif; line-height: 16px; font-size: 14px; &quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 102); font-family: verdana, arial, helvetica, sans-serif; font-size: 17px; line-height: normal; &quot;&gt;Table of Contents&lt;/span&gt;&lt;/div&gt;&lt;ul class=&quot;chunklist chunklist_reference&quot; style=&quot;color: rgb(0, 0, 0); font-size: 14px; &quot;&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-change-key-case.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_change_key_case&lt;/a&gt;&amp;nbsp;— 배열 안의 모든 키를 변경&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-chunk.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_chunk&lt;/a&gt;&amp;nbsp;— 배열을 조각으로 나누기&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-combine.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_combine&lt;/a&gt;&amp;nbsp;— 키를 위한 배열과 값을 위한 배열을 사용하여 배열을 생성&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-count-values.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_count_values&lt;/a&gt;&amp;nbsp;— 배열 값의 수를 셉니다&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-diff-assoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_diff_assoc&lt;/a&gt;&amp;nbsp;— 추가적인 인덱스 확인과 함께 배열 차이를 계산&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-diff-key.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_diff_key&lt;/a&gt;&amp;nbsp;— Computes the difference of arrays using keys for comparison&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-diff-uassoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_diff_uassoc&lt;/a&gt;&amp;nbsp;— Computes the difference of arrays with additional index check which is performed by a user supplied callback function&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-diff-ukey.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_diff_ukey&lt;/a&gt;&amp;nbsp;— Computes the difference of arrays using a callback function on the keys for comparison&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-diff.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_diff&lt;/a&gt;&amp;nbsp;— 배열 차이를 계산&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-fill-keys.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_fill_keys&lt;/a&gt;&amp;nbsp;— Fill an array with values, specifying keys&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-fill.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_fill&lt;/a&gt;&amp;nbsp;— 값으로 배열 채우기&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-filter.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_filter&lt;/a&gt;&amp;nbsp;— 콜백 함수를 사용하여 배열 원소를 필터&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-flip.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_flip&lt;/a&gt;&amp;nbsp;— 배열 안의 모든 키를 각 키의 연관 값과 교체&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-intersect-assoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_intersect_assoc&lt;/a&gt;&amp;nbsp;— 인덱스 검사과 함께 배열의 교집합을 계산&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-intersect-key.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_intersect_key&lt;/a&gt;&amp;nbsp;— Computes the intersection of arrays using keys for comparison&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-intersect-uassoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_intersect_uassoc&lt;/a&gt;&amp;nbsp;— Computes the intersection of arrays with additional index check, compares indexes by a callback function&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-intersect-ukey.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_intersect_ukey&lt;/a&gt;&amp;nbsp;— Computes the intersection of arrays using a callback function on the keys for comparison&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-intersect.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_intersect&lt;/a&gt;&amp;nbsp;— 배열의 교집합을 계산&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-key-exists.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_key_exists&lt;/a&gt;&amp;nbsp;— 주어진 키와 인덱스가 배열에 존재하는지 확인&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-keys.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_keys&lt;/a&gt;&amp;nbsp;— 배열의 모든 키를 반환&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-map.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_map&lt;/a&gt;&amp;nbsp;— Applies the callback to the elements of the given arrays&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-merge-recursive.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_merge_recursive&lt;/a&gt;&amp;nbsp;— 두개 이상의 배열을 재귀적으로 병합&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-merge.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_merge&lt;/a&gt;&amp;nbsp;— 하나 이상의 배열을 병합&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-multisort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_multisort&lt;/a&gt;&amp;nbsp;— 여러 배열이나 다차원 배열 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-pad.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_pad&lt;/a&gt;&amp;nbsp;— 지정한 길이만큼 특정 값으로 배열 채우기&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-pop.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_pop&lt;/a&gt;&amp;nbsp;— 배열의 마지막 원소 빼내기&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-product.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_product&lt;/a&gt;&amp;nbsp;— Calculate the product of values in an array&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-push.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_push&lt;/a&gt;&amp;nbsp;— 배열의 끝에 하나 이상의 원소를 넣는다&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-rand.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_rand&lt;/a&gt;&amp;nbsp;— 배열에서 하나 이상의 임의 원소를 가져옴&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-reduce.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_reduce&lt;/a&gt;&amp;nbsp;— 콜백 함수를 사용하여 배열을 반복적으로 단일 값으로 축소&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-replace-recursive.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_replace_recursive&lt;/a&gt;&amp;nbsp;— Replaces elements from passed arrays into the first array recursively&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-replace.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_replace&lt;/a&gt;&amp;nbsp;— Replaces elements from passed arrays into the first array&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-reverse.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_reverse&lt;/a&gt;&amp;nbsp;— 원소를 역순으로 가지는 배열을 반환&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-search.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_search&lt;/a&gt;&amp;nbsp;— 주어진 값으로 배열을 검색하여 성공시 해당하는 키를 반환&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-shift.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_shift&lt;/a&gt;&amp;nbsp;— 배열의 맨 앞에 있는 원소를 시프트&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-slice.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_slice&lt;/a&gt;&amp;nbsp;— 배열의 일부를 추출&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-splice.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_splice&lt;/a&gt;&amp;nbsp;— 배열의 일부를 삭제하고, 그 위치를 다른 내용으로 대체&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-sum.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_sum&lt;/a&gt;&amp;nbsp;— 배열 값들의 합을 계산&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-udiff-assoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_udiff_assoc&lt;/a&gt;&amp;nbsp;— Computes the difference of arrays with additional index check, compares data by a callback function&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-udiff-uassoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_udiff_uassoc&lt;/a&gt;&amp;nbsp;— Computes the difference of arrays with additional index check, compares data and indexes by a callback function&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-udiff.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_udiff&lt;/a&gt;&amp;nbsp;— Computes the difference of arrays by using a callback function for data comparison&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-uintersect-assoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_uintersect_assoc&lt;/a&gt;&amp;nbsp;— Computes the intersection of arrays with additional index check, compares data by a callback function&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-uintersect-uassoc.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_uintersect_uassoc&lt;/a&gt;&amp;nbsp;— Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-uintersect.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_uintersect&lt;/a&gt;&amp;nbsp;— Computes the intersection of arrays, compares data by a callback function&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-unique.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_unique&lt;/a&gt;&amp;nbsp;— 배열에서 중복된 값을 제거&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-unshift.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_unshift&lt;/a&gt;&amp;nbsp;— 배열의 맨 앞에 하나 이상의 원소를 첨가&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-values.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_values&lt;/a&gt;&amp;nbsp;— 배열의 모든 값을 반환&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-walk-recursive.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_walk_recursive&lt;/a&gt;&amp;nbsp;— Apply a user function recursively to every member of an array&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array-walk.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array_walk&lt;/a&gt;&amp;nbsp;— 배열의 각 원소에 대해서 특정 함수를 적용&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.array.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;array&lt;/a&gt;&amp;nbsp;— 배열 생성&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.arsort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;arsort&lt;/a&gt;&amp;nbsp;— 배열을 내림차순 정렬하고 인덱스의 상관관계를 유지&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.asort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;asort&lt;/a&gt;&amp;nbsp;— 배열을 정렬하고 인덱스 상관 관계를 유지&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.compact.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;compact&lt;/a&gt;&amp;nbsp;— 변수와 그 값을 가지는 배열 생성&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.count.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;count&lt;/a&gt;&amp;nbsp;— 배열의 모든 원소나, 객체의 프로퍼티 수를 셉니다&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.current.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;current&lt;/a&gt;&amp;nbsp;— 배열의 현재 원소를 반환&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.each.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;each&lt;/a&gt;&amp;nbsp;— 배열에서 현재 키와 값 쌍을 반환하고 배열 커서를 전진&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.end.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;end&lt;/a&gt;&amp;nbsp;— 배열 내부 포인터가 마지막 원소를 가리키게 설정&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.extract.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;extract&lt;/a&gt;&amp;nbsp;— 배열에서 현재 심볼 테이블로 변수를 입력&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.in-array.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;in_array&lt;/a&gt;&amp;nbsp;— 값이 배열 안에 존재하는지 확인&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.key.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;key&lt;/a&gt;&amp;nbsp;— 배열에서 키를 가져옵니다&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.krsort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;krsort&lt;/a&gt;&amp;nbsp;— 키에 의한 배열 역순 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.ksort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;ksort&lt;/a&gt;&amp;nbsp;— 키에 의한 배열 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.list.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;list&lt;/a&gt;&amp;nbsp;— 배열처럼 변수에 할당&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.natcasesort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;natcasesort&lt;/a&gt;&amp;nbsp;— &quot;자연순&quot; 알고리즘으로 대소문자를 구분하지 않고 배열 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.natsort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;natsort&lt;/a&gt;&amp;nbsp;— &quot;자연순&quot; 알고리즘으로 배열 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.next.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;next&lt;/a&gt;&amp;nbsp;— 배열의 내부 배열 포인터를 전진&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.pos.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;pos&lt;/a&gt;&amp;nbsp;— 별칭: current&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.prev.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;prev&lt;/a&gt;&amp;nbsp;— 내부 배열 포인터를 후진&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.range.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;range&lt;/a&gt;&amp;nbsp;— 원소의 범위를 가지는 배열 생성&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.reset.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;reset&lt;/a&gt;&amp;nbsp;— 배열의 내부 포인터를 첫 원소로 설정&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.rsort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;rsort&lt;/a&gt;&amp;nbsp;— 역순으로 배열 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.shuffle.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;shuffle&lt;/a&gt;&amp;nbsp;— 배열을 섞습니다&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.sizeof.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;sizeof&lt;/a&gt;&amp;nbsp;— 별칭: count&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.sort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;sort&lt;/a&gt;&amp;nbsp;— 배열 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.uasort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;uasort&lt;/a&gt;&amp;nbsp;— 사용자 정의 비교 함수로 배열을 정렬하고 인덱스 연관성을 유지&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.uksort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;uksort&lt;/a&gt;&amp;nbsp;— 사용자 정의 비교 함수를 사용하여 키에 의한 배열 정렬&lt;/li&gt;&lt;li style=&quot;padding-top: 3px; padding-bottom: 3px; list-style-type: square; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/function.usort.php&quot; style=&quot;color: rgb(0, 0, 153); background-color: transparent; &quot; target=&quot;_blank&quot;&gt;usort&lt;/a&gt;&amp;nbsp;— 사용자 정의 비교 함수를 사용하여 값에 의한 배열 정렬&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=&quot;partintro&quot; style=&quot;font-weight: normal; &quot;&gt;&lt;a href=&quot;http://www.php.net/manual/kr/ref.array.php&quot; target=&quot;_blank&quot;&gt;http://www.php.net/manual/kr/ref.array.php&lt;/a&gt;&amp;nbsp;&lt;font color=&quot;#000066&quot; face=&quot;verdana, arial, helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 17px; line-height: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/969</guid>
			<comments>http://www.x2chi.com/969#entry969comment</comments>
			<pubDate>Mon, 09 Jan 2012 11:21:01 +0900</pubDate>
		</item>
		<item>
			<title>흑형.GIF</title>
			<link>http://www.x2chi.com/968</link>
			<description>흑형.GIF 흑형쩜 쥐아이에푸&lt;br&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/968</guid>
			<comments>http://www.x2chi.com/968#entry968comment</comments>
			<pubDate>Sat, 15 Oct 2011 04:12:26 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 21일</title>
			<link>http://www.x2chi.com/967</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;한효주 긔엽다… 여친소 같은데…근데 좀 피곤하겟다..ㅋㅋㅋ [MIRROR POP] 한효주&amp;이제훈의 Love Story ‘사랑을 보다’ http://goo.gl/fgwrB&lt;span class=&quot;me2_tags&quot;&gt;([MIRROR POP] 한효주&amp;이제훈의 Love Story ‘사랑을 보다’)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/20#11:29:04&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-20 11:29:04&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/20#11:29:04&quot; target=&quot;_blank&quot;&gt;2011년 09월 20일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/967</guid>
			<comments>http://www.x2chi.com/967#entry967comment</comments>
			<pubDate>Wed, 21 Sep 2011 00:12:19 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 20일</title>
			<link>http://www.x2chi.com/966</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;교통사고조사관이 알려주는 교통사고 조치요령 &lt;a href=&quot;http://durl.me/gmowu&quot; target=&quot;_blank&quot; &gt;http://durl.me/gmowu&lt;/a&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/19#18:14:46&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-19 18:14:46&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/19#18:14:46&quot; target=&quot;_blank&quot;&gt;2011년 09월 19일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/966</guid>
			<comments>http://www.x2chi.com/966#entry966comment</comments>
			<pubDate>Tue, 20 Sep 2011 00:12:33 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 18일</title>
			<link>http://www.x2chi.com/965</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;덥다더워 선풍기는 없고 부채라도..ㅠㅠ&lt;span class=&quot;me2_tags&quot;&gt;(헥헥..ㅠㅠ me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/17#09:12:59&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-17 09:12:59&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110917_30/x2chi_1316218379469REnIG_PNG/x2chi_1316218379_0863.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/17#09:12:59&quot; target=&quot;_blank&quot;&gt;2011년 09월 17일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/965</guid>
			<comments>http://www.x2chi.com/965#entry965comment</comments>
			<pubDate>Sun, 18 Sep 2011 00:09:30 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 16일</title>
			<link>http://www.x2chi.com/964</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;대구 중구는 정전 없었음!&lt;span class=&quot;me2_tags&quot;&gt;(전국적으로 정전! 2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/15#16:25:37&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-15 16:25:37&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;집에가서 불다끄고 정전놀이 하고 자야겠다!&lt;br/&gt; &lt;a href=&quot;http://me2day.net/jaerax2/2011/09/15#20:02:22&quot; target=&quot;_blank&quot;&gt;오늘 정전 한 번씩 경험 해보는게 유행이람서요?&lt;/a&gt; by &lt;a href=&quot;http://me2day.net/jaerax2&quot; target=&quot;_blank&quot;&gt;재랙&lt;/a&gt; 에 남긴 글&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/15#22:22:12&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-15 22:22:12&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/15#22:22:12&quot; target=&quot;_blank&quot;&gt;2011년 09월 15일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/964</guid>
			<comments>http://www.x2chi.com/964#entry964comment</comments>
			<pubDate>Fri, 16 Sep 2011 00:07:29 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 14일</title>
			<link>http://www.x2chi.com/963</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;내가 한사람을… 아니 만을… 바라 보기로 맘 먹은 다음부터… 두려움이란것을 느꼈다. 외로움,쓸쓸함도 느꼈다. 믿음 이란 단어를 알았다.&lt;span class=&quot;me2_tags&quot;&gt;(난 나만 봤었기 때문에 난 나이기에 믿음의 개념도 이해도 뜻도 존재하지 않은 사람이였다. 그 사람이 믿음에 대해 생각하게 해주어서...)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/13#21:01:10&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-13 21:01:10&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/13#21:01:10&quot; target=&quot;_blank&quot;&gt;2011년 09월 13일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/963</guid>
			<comments>http://www.x2chi.com/963#entry963comment</comments>
			<pubDate>Wed, 14 Sep 2011 00:07:57 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 10일</title>
			<link>http://www.x2chi.com/962</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;오늘 나 300일! 여친과 사귄지 300일!&lt;span class=&quot;me2_tags&quot;&gt;(300원들 내세요! 2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/09#12:49:03&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-09 12:49:03&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/09#12:49:03&quot; target=&quot;_blank&quot;&gt;2011년 09월 09일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/962</guid>
			<comments>http://www.x2chi.com/962#entry962comment</comments>
			<pubDate>Sat, 10 Sep 2011 00:08:33 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 04일</title>
			<link>http://www.x2chi.com/961</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;남들 하길래 나도 해봤는데,,,,&lt;span class=&quot;me2_tags&quot;&gt;(WIFI 이게 빠른건지...느린건지.... 집 인터넷에 비교fmf 하자니 심하게 느린데,,, HTC 디자이어 2fb me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/03#00:15:26&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-03 00:15:26&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110903_197/x2chi_1314976473059KxVWJ_PNG/x2chi_1314976472_68146.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;아 이건 3G구나…. 음…..&lt;span class=&quot;me2_tags&quot;&gt;(3G 데이터 속도~ 음... HTC 디자이어 2fb me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/03#00:21:08&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-03 00:21:08&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110903_203/x2chi_1314976799000swlpv_PNG/x2chi_1314976798_70702.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;아 우리 빌라 아저씨 집앞에서 만취해서는 아들 원산폭격 시키고 뭐라뭐라 카고 있고 아들은 울면서 뭐라뭐라 카는데…&lt;span class=&quot;me2_tags&quot;&gt;(뭐라 뭐라 카는지는 하나도 못알아 먹겠다 둘다... 아직도 이런 집이 있네... 2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/03#00:25:01&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-03 00:25:01&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;어제 종일 냉동실이 살짝열려있는 바람에 성에차고 분명 냉각기 쪽도 심할 거라 냉장고 냉각기 얼음 덩어리까지 다 녹이고 청소도 하고 조립하고 잤더니 피곤하네&lt;span class=&quot;me2_tags&quot;&gt;(이따 포항에 모임 가야대는뎁 ㅋㅋ 이따봐 친구들! ㅋㅋ 2fb me2mobile)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/03#08:59:32&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-03 08:59:32&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;포항, 파도가 장난 아니네!&lt;span class=&quot;me2_tags&quot;&gt;(포항 좋은 아침 펜션 안동대 모임 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/03#17:56:00&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-03 17:56:00&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110903_65/x2chi_1315040160465eIrvF_JPEG/x2chi_1315040160_09118.jpg?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/03#17:56:00&quot; target=&quot;_blank&quot;&gt;2011년 09월 03일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/961</guid>
			<comments>http://www.x2chi.com/961#entry961comment</comments>
			<pubDate>Sun, 04 Sep 2011 00:07:15 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 03일</title>
			<link>http://www.x2chi.com/960</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;&quot;민욱이의 음악 감상실&quot;이 생각 나네요~! 흠 지금은 올레뮤직으로 상업적으로 변했지만…1997년에는 국내 최고 음악 감상실이엿는데~&lt;br/&gt; &lt;a href=&quot;http://me2day.net/jaerax2/2011/09/01#17:00:41&quot; target=&quot;_blank&quot;&gt;리얼 플레이어가 아직도 존재 하는구나!!&lt;/a&gt; by &lt;a href=&quot;http://me2day.net/jaerax2&quot; target=&quot;_blank&quot;&gt;재랙&lt;/a&gt; 에 남긴 글&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/02#10:43:24&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-02 10:43:24&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;주머니에 10원짜리 4개가 있었는데 어 순서대로 있네!&lt;span class=&quot;me2_tags&quot;&gt;(2008 2009 2010 2011 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/09/02#23:59:54&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-09-02 23:59:54&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110902_8/x2chi_1314975594045EQob4_JPEG/x2chi_1314975593_62546.jpg?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/09/02#23:59:54&quot; target=&quot;_blank&quot;&gt;2011년 09월 02일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/960</guid>
			<comments>http://www.x2chi.com/960#entry960comment</comments>
			<pubDate>Sat, 03 Sep 2011 00:03:00 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 09월 01일</title>
			<link>http://www.x2chi.com/959</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;어~ 나참… 인서트 쿼리문을 한참을 다시 읽고 다시 읽고 다시 읽고 몇번인지도 모른다 한참…을 근데 뇌는 인지 하지 못하고 눈만 무한루프에 빠졌다…&lt;span class=&quot;me2_tags&quot;&gt;(내눈 무한 루프에 뇌가 교착 상태야~ 2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/31#12:00:53&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-31 12:00:53&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;대구 종로는 축제중…&lt;span class=&quot;me2_tags&quot;&gt;(대구 화교 중화 문화 축제 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/31#14:02:08&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-31 14:02:08&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110831_263/x2chi_1314766928039IEbXd_PNG/x2chi_1314766927_6326.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/31#14:02:08&quot; target=&quot;_blank&quot;&gt;2011년 08월 31일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/959</guid>
			<comments>http://www.x2chi.com/959#entry959comment</comments>
			<pubDate>Thu, 01 Sep 2011 00:03:44 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 29일</title>
			<link>http://www.x2chi.com/958</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;아파트 살다가 대구 오면서 몇년 원룸에 사니 답답하네,,,&lt;span class=&quot;me2_tags&quot;&gt;(다시 아파트로 돌아 가려는데~ 1억~1억2천 전세 깨끗한곳 찾아요~!!!!! 대구 아파트 전지역 동구쪽이 좋을듯...)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/28#23:39:52&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-28 23:39:52&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/28#23:39:52&quot; target=&quot;_blank&quot;&gt;2011년 08월 28일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/958</guid>
			<comments>http://www.x2chi.com/958#entry958comment</comments>
			<pubDate>Mon, 29 Aug 2011 00:03:48 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 28일</title>
			<link>http://www.x2chi.com/957</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;구름이 깨끗하게 밀려 나가네…&lt;span class=&quot;me2_tags&quot;&gt;(안동 히늘 구름 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/27#18:43:34&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-27 18:43:34&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110827_84/x2chi_1314438214632q1vfQ_PNG/x2chi_1314438214_31916.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/27#18:43:34&quot; target=&quot;_blank&quot;&gt;2011년 08월 27일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/957</guid>
			<comments>http://www.x2chi.com/957#entry957comment</comments>
			<pubDate>Sun, 28 Aug 2011 00:04:03 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 27일</title>
			<link>http://www.x2chi.com/956</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;아 찾았다! 누가 지포 라이터 포스팅 했길래! 찾아보니 있네… 제대할 때 선물받은 라이터!&lt;span class=&quot;me2_tags&quot;&gt;(난 담배도 안피는데 기념으로 계속 가지고 있다. 아직 기름 한번 안 넣은 완전(?) 새거? ㅋㅋ 걍 추억 돋네... 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/26#00:57:38&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-26 00:57:38&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110826_12/x2chi_1314287858311pTyxY_PNG/x2chi_1314287858_00244.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://me2day.net/ragus&quot; target=&quot;_blank&quot; &gt;까도남&lt;/a&gt; 이번 모임에 모시고 오나?&lt;span class=&quot;me2_tags&quot;&gt;(그분?)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/26#09:34:43&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-26 09:34:43&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/26#09:34:43&quot; target=&quot;_blank&quot;&gt;2011년 08월 26일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/956</guid>
			<comments>http://www.x2chi.com/956#entry956comment</comments>
			<pubDate>Sat, 27 Aug 2011 00:04:39 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 26일</title>
			<link>http://www.x2chi.com/955</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;야이 브레이크등! 아 멀리서 역주행 하는줄알았네 눈부시다!&lt;span class=&quot;me2_tags&quot;&gt;(저차은 왜 하얗게... 가끔 흰색 봤지만 눈부실정도로 나 안구건조라 빛퍼짐 때문에 빛이 더커보인단 말야 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/25#22:50:09&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-25 22:50:09&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110825_20/x2chi_1314280209059wKp0B_PNG/x2chi_1314280208_55243.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;내가 쿨하다고 하는 사람도 있다~.. 단지 믿고 안믿고 의심하고 안하고 자체가 그 밖에 일이기 때문일 수 있는것 같다…&lt;span class=&quot;me2_tags&quot;&gt;(나도 집고 넘어 가야 할일이나 맘에 안드는것들은 디게 소심한데,,,,특히 일적인 면에서 맨날 뾰루튱~ 맘에 들게 하려니 너무 힘이 든다.)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/25#23:13:19&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-25 23:13:19&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/25#23:13:19&quot; target=&quot;_blank&quot;&gt;2011년 08월 25일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/955</guid>
			<comments>http://www.x2chi.com/955#entry955comment</comments>
			<pubDate>Fri, 26 Aug 2011 00:05:22 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 25일</title>
			<link>http://www.x2chi.com/954</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;이사님이 리폼해주신 껌통!&lt;span class=&quot;me2_tags&quot;&gt;(아 작업하다가 맥 끊기니 졸려 죽겠네.... 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/25#16:11:30&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-25 16:11:30&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110825_95/x2chi_1314256290711oN3f8_PNG/x2chi_1314256290_35893.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/25#16:11:30&quot; target=&quot;_blank&quot;&gt;2011년 08월 25일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/954</guid>
			<comments>http://www.x2chi.com/954#entry954comment</comments>
			<pubDate>Thu, 25 Aug 2011 17:04:57 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 23일</title>
			<link>http://www.x2chi.com/953</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;소셜 커머스 할인 구매한거 날짜지나면 무효아니라!! 비할인되서 구매된 쿠폰액만큼 가치지불이 되어야 하는거 아냐? 우리나라 소셜 커머스 왜이래!&lt;span class=&quot;me2_tags&quot;&gt;(날짜지나도 업체 홍보 효과나 아깝다는 생각 덜들어서 오히려 소셜커머스 사용자도 더 만족하며 늘어 날듯 한데,,, 2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/22#10:16:29&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-22 10:16:29&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/22#10:16:29&quot; target=&quot;_blank&quot;&gt;2011년 08월 22일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/953</guid>
			<comments>http://www.x2chi.com/953#entry953comment</comments>
			<pubDate>Tue, 23 Aug 2011 00:06:07 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 22일</title>
			<link>http://www.x2chi.com/952</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;태종대 바닷가에서 해삼,개불,멍게…&lt;span class=&quot;me2_tags&quot;&gt;(시원하고 맛있네...3만원 한다는거 양줄이고 2만원 퉁치고 멍게서비스 넣고... 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/21#16:16:27&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-21 16:16:27&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110821_126/x2chi_1313910987830xhhMo_PNG/x2chi_1313910987_47184.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;지난달 7월 28일 예매한 바비킴 대구 콘서트!!! 10월 8일 바비킴 콘서트를 보게 된다…흠..&lt;span class=&quot;me2_tags&quot;&gt;(오 마이 김밥이형... 나가수에도 나오고... 아 더 기대되... 저번에 예매 하려던차 사고소식에 취소 됐는데,,,흠...ㅠㅠ 2fb me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/21#23:12:53&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-21 23:12:53&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110821_166/x2chi_1313935749056xmo09_JPEG/x2chi_1313935748_73625.jpg?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/21#23:12:53&quot; target=&quot;_blank&quot;&gt;2011년 08월 21일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/952</guid>
			<comments>http://www.x2chi.com/952#entry952comment</comments>
			<pubDate>Mon, 22 Aug 2011 00:30:22 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 20일</title>
			<link>http://www.x2chi.com/951</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;이거 차이가….  모토로라 아트릭스… 내 디자이어랑 한 6배 엄청나게 차이나네 체감속도완 다르지만 그래프 그래도 부럽네..&lt;span class=&quot;me2_tags&quot;&gt;(갠히 우월해 보이고 내폰은 오래되 보이네 HTC 디자이어.. 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/19#09:50:13&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-19 09:50:13&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110819_80/x2chi_1313715013056S4hm3_PNG/x2chi_1313715012_55657.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;아 맛있다! 순대국밥! 점심 맛있게드세요!&lt;span class=&quot;me2_tags&quot;&gt;(아 잘먹었다! 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/19#12:56:59&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-19 12:56:59&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110819_157/x2chi_1313726219491NYbI7_PNG/x2chi_1313726219_08639.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;블랙박스 지름! 아이트로닉스 ITB-100HD ….&lt;span class=&quot;me2_tags&quot;&gt;(itb-100hd, sandisk sdcard class10 32g, 상시전력케이블 12v ... 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/19#14:45:45&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-19 14:45:45&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110819_68/x2chi_1313732745315Py4vJ_PNG/x2chi_1313732744_96524.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/19#14:45:45&quot; target=&quot;_blank&quot;&gt;2011년 08월 19일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/951</guid>
			<comments>http://www.x2chi.com/951#entry951comment</comments>
			<pubDate>Sat, 20 Aug 2011 11:49:57 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 19일</title>
			<link>http://www.x2chi.com/950</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;아 이 택시는 SM6 택시?&lt;span class=&quot;me2_tags&quot;&gt;(내차도 AllNewSM4 로 달까? ㅋㅋ 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/18#09:20:20&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-18 09:20:20&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110818_95/x2chi_1313626820198lmnA4_PNG/x2chi_1313626819_90237.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/18#09:20:20&quot; target=&quot;_blank&quot;&gt;2011년 08월 18일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/950</guid>
			<comments>http://www.x2chi.com/950#entry950comment</comments>
			<pubDate>Fri, 19 Aug 2011 00:31:31 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 18일</title>
			<link>http://www.x2chi.com/949</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;굿모닝 알람~ 바꿨는데~ ㅋㅋㅋㅋ&lt;span class=&quot;me2_tags&quot;&gt;(me2music 10 Ways To Say I Love You 치카치카 2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/17#09:25:33&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-17 09:25:33&lt;/a&gt; &lt;/span&gt;&lt;div class=&quot;show_content_layer&quot;&gt;&lt;h5&gt;10 Ways To Say I Love You&lt;/h5&gt;&lt;div id=&quot;cont_img&quot;&gt;&lt;a href=&quot;http://music.naver.com/album/index.nhn?albumId=153555&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://image.music.naver.com/album/95/000/153/153555.jpg&quot; alt=&quot;10 Ways To Say I Love You&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;구글 플러스 초대권드릴께요 하실분들은…. 메일주소 남겨 주세요~!&lt;span class=&quot;me2_tags&quot;&gt;(구글플러스가 뭐냐면,,,어~ 구글에서 만든 페이스북 같은거? 안드로이드 유저는 페이스북보다 훨신 편하지만...아직 초대권으로 운영되는 베타이고 그래서 친구도 별로 없고..ㅠㅠ)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/17#10:41:15&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-17 10:41:15&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;아 오랜만에 &lt;a href=&quot;http://www.x2chi.com/543&quot; target=&quot;_blank&quot; &gt;고무 찰흙 놀이&lt;/a&gt;하고 싶다!!&lt;span class=&quot;me2_tags&quot;&gt;(ㅋㅋㅋ 요런 소소한 재미 . . . .2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/17#12:54:24&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-17 12:54:24&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/17#12:54:24&quot; target=&quot;_blank&quot;&gt;2011년 08월 17일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/949</guid>
			<comments>http://www.x2chi.com/949#entry949comment</comments>
			<pubDate>Thu, 18 Aug 2011 01:31:50 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 16일</title>
			<link>http://www.x2chi.com/948</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;내 HTC 디자이어에겐 너무 무거운 짐이였던 센스UI3.0을 내려 놓고 센스UI다운그래이드~&lt;span class=&quot;me2_tags&quot;&gt;(커스톰 롬 요즘 너무 잘 만드는 듯 오리지날롬으로 돌아갈 맘 전혀 안생김. 한30번쯤 밀었나? 내장메모리가 부족한 내 디자이어에겐 진저브레드 센스UI2 클래식~ me2photo 2fb)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/13#10:31:51&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-13 10:31:51&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110813_61/x2chi_1313199104431YYi2p_PNG/x2chi_1313199104_02085.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;더워! 바람이 좀불어서 그나마 다행인데..아 놀래라 사고나따&lt;span class=&quot;me2_tags&quot;&gt;(me2mobile me2video)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/13#12:46:13&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-13 12:46:13&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;대구 국채보상공원 건너 지나가는데 공원에 나무 심으려는지 나무 때문에 앞차가 섯는데 뒷차 완전 밀어버리네 바로 옆에서 깜짝놀랜네…&lt;span class=&quot;me2_tags&quot;&gt;(모두 안전운전 방어운전 하세요 안다쳤나 몰겠네 쾅소리 무지크던데 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/13#12:51:49&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-13 12:51:49&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110813_75/x2chi_1313207509781OlQdn_PNG/x2chi_1313207509_20036.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;비가 오려나!&lt;span class=&quot;me2_tags&quot;&gt;(오지마라 me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/13#19:04:06&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-13 19:04:06&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110813_161/x2chi_1313229846119tH90t_PNG/x2chi_1313229845_71062.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;밖에서 아버지 일도와 드리고 샤워하고 국수!&lt;span class=&quot;me2_tags&quot;&gt;(뭐 계란 오이 호박 김치 밖에 없지만 최고 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/14#12:58:09&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-14 12:58:09&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110814_91/x2chi_1313294289002maehx_PNG/x2chi_1313294288_56291.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;이제 이게 구형 취급 받는다니…&lt;span class=&quot;me2_tags&quot;&gt;(i7 ssd LED 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/14#17:36:17&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-14 17:36:17&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110814_14/x2chi_1313310977386I3d8i_PNG/x2chi_1313310976_91549.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;음….가끔 느끼지만 사람들 비번 참 대충 만드는 것 같다…&lt;span class=&quot;me2_tags&quot;&gt;(음...실명인증 받는게 더 찝찝하다? 그안에 핸드폰 번호랑 주민번호랑 카드번호랑 다 있어도 안찝찝하면 안전한건가? 왠만하면 보안수준 좀 지키는 사이트에 안전한 비번으로 스스로를 지킵시다!!! 2fb me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/16#11:08:43&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-16 11:08:43&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110816_9/x2chi_1313460220792DkDvw_JPEG/x2chi_1313460220_36283.jpg?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/13#10:31:51&quot; target=&quot;_blank&quot;&gt;2011년 08월 13일&lt;/a&gt;에서 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/16#11:08:43&quot; target=&quot;_blank&quot;&gt;2011년 08월 16일&lt;/a&gt;까지의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/948</guid>
			<comments>http://www.x2chi.com/948#entry948comment</comments>
			<pubDate>Tue, 16 Aug 2011 15:29:35 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 11일</title>
			<link>http://www.x2chi.com/947</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;우리회사 디자이너 &lt;a href=&quot;http://me2day.net/gizmo27&quot; target=&quot;_blank&quot; &gt;최자이너&lt;/a&gt; 의 휴가 계획은~? ㅋㅋㅋㅋㅋㅋ&lt;span class=&quot;me2_tags&quot;&gt;(휴가나온 군인의 마음으로 놀다가겟어요 ㅋㅋ me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/10#14:46:22&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-10 14:46:22&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110810_104/x2chi_1312955177137LbQt2_JPEG/x2chi_1312955176_79358.jpg?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/10#14:46:22&quot; target=&quot;_blank&quot;&gt;2011년 08월 10일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/947</guid>
			<comments>http://www.x2chi.com/947#entry947comment</comments>
			<pubDate>Thu, 11 Aug 2011 00:31:46 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 10일</title>
			<link>http://www.x2chi.com/946</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;갑자기 비가 이렇게나 오냐~?&lt;span class=&quot;me2_tags&quot;&gt;(좀전에 창밖 볼 때만해도 더워 죽을뻔했는데,, 갑자기 비가 오네.....)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/09#17:15:47&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-09 17:15:47&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;이봐! 아가씌..&lt;span class=&quot;me2_tags&quot;&gt;(여기 라고 여기 아가씨 뭘보는거야? 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/09#23:42:45&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-09 23:42:45&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110809_95/x2chi_1312900965030wDwu0_PNG/x2chi_1312900964_4855.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/09#23:42:45&quot; target=&quot;_blank&quot;&gt;2011년 08월 09일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/946</guid>
			<comments>http://www.x2chi.com/946#entry946comment</comments>
			<pubDate>Wed, 10 Aug 2011 00:31:44 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 09일</title>
			<link>http://www.x2chi.com/945</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;어 투명자동차! 유령자동차?&lt;span class=&quot;me2_tags&quot;&gt;(음 이렇게 보이는 내눈이 이상한가? 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/08#20:53:51&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-08 20:53:51&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110808_143/x2chi_1312804430912mcbYt_PNG/x2chi_1312804430_467.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/08#20:53:51&quot; target=&quot;_blank&quot;&gt;2011년 08월 08일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/945</guid>
			<comments>http://www.x2chi.com/945#entry945comment</comments>
			<pubDate>Tue, 09 Aug 2011 00:32:01 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 04일</title>
			<link>http://www.x2chi.com/944</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;지금은 휴가중~ 안동집에 가서 고모도 보고 고종사촌들이랑 고기꾸워서 소주도 한잔하고 친척형들 하고도 캠핑장비 오픈하고 소주 한잔하고~ 외갓집식구들과 외할아버지 생신파티도 하고 이모네랑 이종사촌하고 하회마을도 가고…&lt;span class=&quot;me2_tags&quot;&gt;(여친님과 산것 별로 없지만 쇼핑하러 돌아도 다니고~ 그리고~ 이제 내일부터 여행시작~~!)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/03#00:55:49&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-03 00:55:49&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://me2day.net/qhsgmd98&quot; target=&quot;_blank&quot; &gt;No4_보농보농&lt;/a&gt; 이는 요즘 친구들이 다 군대 가고 혼자 남은 잉여인이라 온라인에서 잉여 포스팅 심하게 하고 있구나~!&lt;span class=&quot;me2_tags&quot;&gt;(토닥 토닥 너도 곧 가잖아~ ㅡㅡ 체력이나 키워둬라~ 운전병이라도 모를일이다~)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/08/03#01:58:52&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-08-03 01:58:52&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/08/03#01:58:52&quot; target=&quot;_blank&quot;&gt;2011년 08월 03일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/944</guid>
			<comments>http://www.x2chi.com/944#entry944comment</comments>
			<pubDate>Thu, 04 Aug 2011 00:30:21 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 08월 02일</title>
			<link>http://www.x2chi.com/943</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;울리지마라…형아 집중 좀 해야할 시간이다!&lt;span class=&quot;me2_tags&quot;&gt;(회사 전화 잠시 선 뽑아둘까? 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/07/29#18:12:03&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-07-29 18:12:03&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110729_186/x2chi_13119307231627zF8p_PNG/x2chi_1311930722_69918.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;이제 휴가 시작! 날씨야 맑아라! 지금 안동왔는데 무지덥다!&lt;span class=&quot;me2_tags&quot;&gt;(금토 안동 부모님과! 일요일 외가집 온가족 총집합!  월화요일 조건요충중.. 수목금토 여행! 일요일 충전! 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/07/30#00:28:16&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-07-30 00:28:16&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110730_12/x2chi_1311953296131Fz4bo_PNG/x2chi_1311953295_79958.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;좀전에 내앞에 지나간 사람이 인순이였구나….어어 누가 날 밀길래 뭘라칼라다가 성시경이형아 보디가드가 시경이형 가야된다고 비키라네…&lt;span class=&quot;me2_tags&quot;&gt;(좀던에 본 인순이 느님 공연중 하회마을 어어 인순이누님 털기춤 2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/07/31#19:53:02&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-07-31 19:53:02&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110731_266/x2chi_1312109582420g6kga_PNG/x2chi_1312109582_06504.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/07/29#18:12:03&quot; target=&quot;_blank&quot;&gt;2011년 07월 29일&lt;/a&gt;에서 &lt;a href=&quot;http://me2day.net/x2chi/2011/07/31#19:53:02&quot; target=&quot;_blank&quot;&gt;2011년 07월 31일&lt;/a&gt;까지의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/943</guid>
			<comments>http://www.x2chi.com/943#entry943comment</comments>
			<pubDate>Tue, 02 Aug 2011 00:30:47 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 07월 25일</title>
			<link>http://www.x2chi.com/942</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;부산 개금 밀면 이라는데 줄서서… 사람 많네….함 머거 볼꺄..ㅋㅋ&lt;span class=&quot;me2_tags&quot;&gt;(2fb me2mobile me2photo)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/07/24#13:47:29&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-07-24 13:47:29&lt;/a&gt; &lt;/span&gt;&lt;p&gt;&lt;img src=&quot;http://me2daythumb.phinf.naver.net/20110724_14/x2chi_1311482848959xS88i_PNG/x2chi_1311482848_627.png?type=w500&quot; alt=&quot;me2photo&quot; /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/07/24#13:47:29&quot; target=&quot;_blank&quot;&gt;2011년 07월 24일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<category>미투데이글배달</category>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/942</guid>
			<comments>http://www.x2chi.com/942#entry942comment</comments>
			<pubDate>Mon, 25 Jul 2011 00:33:10 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 07월 21일</title>
			<link>http://www.x2chi.com/941</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;요즘 미투 정말 띠엄 띠엄 하네,,ㅋㅋㅋㅋㅋ&lt;span class=&quot;me2_tags&quot;&gt;(아흉,,졸려~ ㅋㅋㅋㅋㅋ 피곤 피곤함이 가시질 않네,,,,)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/07/20#12:57:23&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-07-20 12:57:23&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;잉여로워서 심심해보고 싶다…..ㅋㅋㅋㅋㅋ&lt;span class=&quot;me2_tags&quot;&gt;(잉여의 여유로움을 가지고 침대와 완전 친하게 있고 싶다... 이대로 일하다 사고 칠듯....ㅋㅋㅋㅋ 쩝쩝,....)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/07/20#16:57:01&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot; target=&quot;_blank&quot;&gt;2011-07-20 16:57:01&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/07/20#16:57:01&quot; target=&quot;_blank&quot;&gt;2011년 07월 20일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<category>미투데이글배달</category>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/941</guid>
			<comments>http://www.x2chi.com/941#entry941comment</comments>
			<pubDate>Thu, 21 Jul 2011 00:30:17 +0900</pubDate>
		</item>
		<item>
			<title>x2chi.com - 슈퍼스타 안치훈 -2011년 7월 19일</title>
			<link>http://www.x2chi.com/940</link>
			<description>&lt;div class=&quot;me2day_daily_digest&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&#039;http://blog.naver.com/GoPost.nhn?blogId=daegu_news&amp;logNo=50115875756&#039;&gt;&#039;대구웨딩, 혼수준비의 모든 것! 만경관 2011대구웨딩…&#039;&lt;/a&gt; 우어~ 나 이거 행사 한다고 몇주 주말 포기 하고 열심히 햇는데~! 대구광역시 블로그에 떳네요~!&lt;span class=&quot;me2_tags&quot;&gt;(네이버블로그 대구광역시블로그&#039;다채움&#039;입니다.)&lt;/span&gt;&lt;span class=&quot;datetime&quot;&gt; &lt;a href=&quot;http://me2day.net/x2chi/2011/07/19#19:03:33&quot; rel=&quot;bookmark&quot; title=&quot;퍼머링크&quot; class=&quot;datetime&quot;&gt;2011-07-19 19:03:33&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;background:url(http://me2day.net/images/me2day_icon.gif) no-repeat right top;padding-right:25px;text-align:right; font-size: 0.9em;&quot;&gt;이 글은 &lt;a href=&quot;http://me2day.net/x2chi&quot; target=&quot;_blank&quot;&gt;슈퍼스타&lt;/a&gt;님의 &lt;a href=&quot;http://me2day.net/x2chi/2011/07/19#19:03:33&quot;&gt;2011년 7월 19일&lt;/a&gt;의 미투데이 내용입니다.&lt;/p&gt;&lt;/div&gt;</description>
			<category>내미투</category>
			<category>네이버블로그</category>
			<category>다채움</category>
			<category>대구광역시블로그</category>
			<category>입니다</category>
			<author>(x2chi)</author>
			<guid>http://www.x2chi.com/940</guid>
			<comments>http://www.x2chi.com/940#entry940comment</comments>
			<pubDate>Wed, 20 Jul 2011 00:29:56 +0900</pubDate>
		</item>
	</channel>
</rss>

