
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
    <title>DMAGAZINE</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="css/sub_style.css" />
    <script language="JavaScript" src="js/flash.js"></script>

    <script src="/Commonjs/jquery-1.4.1.min.js" type="text/javascript"></script>


	<script type="text/javascript">
<!--
	    function MM_preloadImages() { //v3.0
	        var d = document; if (d.images) {
	            if (!d.MM_p) d.MM_p = new Array();
	            var i, j = d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i < a.length; i++)
	                if (a[i].indexOf("#") != 0) { d.MM_p[j] = new Image; d.MM_p[j++].src = a[i]; }
	        }
	    }

	    function MM_swapImgRestore() { //v3.0
	        var i, x, a = document.MM_sr; for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc;
	    }

	    function MM_findObj(n, d) { //v4.01
	        var p, i, x; if (!d) d = document; if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
	            d = parent.frames[n.substring(p + 1)].document; n = n.substring(0, p);
	        }
	        if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n];
	        for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document);
	        if (!x && d.getElementById) x = d.getElementById(n); return x;
	    }

	    function MM_swapImage() { //v3.0
	        var i, j = 0, x, a = MM_swapImage.arguments; document.MM_sr = new Array; for (i = 0; i < (a.length - 2); i += 3)
	            if ((x = MM_findObj(a[i])) != null) { document.MM_sr[j++] = x; if (!x.oSrc) x.oSrc = x.src; x.src = a[i + 2]; }
	    }
//-->
</script>

<script language="javascript">
    function iframeResize(height) {
            $('#auto_iframe').height(height);
    }
</script>


    

</head>

<body onload="MM_preloadImages('images/top/topicon_01_on.gif','images/top/topicon_02_on. gif','images/top/topicon_03_on.gif','images/top/topicon_04_on.gif','images/top/topicon_05_on.gif','images/top/topicon_06_on.gif')">
    <!-- container -->
    <div id="container">
        <!-- wrapper -->
        <div id="wrapper">


            <!-- header include 시작-->
            <div id="header">
                <link rel="SHORTCUT ICON" href="http://d-magazine.co.kr/images/dm_favicon.ico" />

<script type="text/javascript">
    function focusTopSearch(item) {
        if (item.className == "input_search") {
            item.value = "";
            item.className = "input_search_clk";
        }
    }

    
</script>          
<script type="text/javascript" language="javascript">

    $(function () {

        $("#blog").click(function () {    //blog 클릭

            $(this)
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_blog_on.gif");

            $("#blogDiv")
                .css("display", "block");

            $("#contributor")
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_contri_off.gif");

            $("#contributorDiv")
                .css("display", "none");
        });

        $("#contributor").click(function () {    //contributor 클릭

            $(this)
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_contri_on.gif");

            $("#contributorDiv")
                .css("display", "block");

            $("#blog")
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_blog_off.gif");

            $("#blogDiv")
                .css("display", "none");
        });

        $("#LoginOK").click(function () {        //로그인처리

            if ($("#UserID").val() == '') {
                alert('Check Your ID');
                return false;
            }

            if ($("#Passwd").val() == '') {
                alert('Check Your Password');
                return false;
            }

            var UserID = $("#UserID").val();
            var Passwd = $("#Passwd").val();

            $.post("login_proc.asp", { UserID: UserID, Passwd: Passwd }, function (data, textStatus) {

                if (data == "true") {
                    //alert(data);
                    document.location.replace('pass_site.asp');
                }
                else if (data == "false2") {
                    //alert('회원가입을 하셔야 합니다.');
                    document.location.href('join.asp');
                }
                else if (data == "false1") {
                    //alert('등록된 아이디와 비밀번호가 일치하지 않습니다.\n\n다시한번 확인해 주시기 바랍니다.');
                    document.location.href('find.asp');
                }

            });
        });


        $("#FindOK").click(function () {        //회원아이디 검색

            if ($("#name").val() == '') {
                alert('Check Your Name');
                return false;
            }

            if ($("#resNo1").val() == '') {
                alert('Check Your resNo1');
                return false;
            }

            if ($("#resNo2").val() == '') {
                alert('Check Your resNo2');
                return false;
            }

            var name = $("#name").val();
            var resNo1 = $("#resNo1").val();
            var resNo2 = $("#resNo2").val();

            if (fnJuminCheck(resNo1, resNo2) == 'false') {
                alert('Invaild resNo');
                return false;
            }

            $.post("find_proc.asp", { name: name, resNo1: resNo1, resNo2: resNo2 }, function (data, textStatus) {

                if (data == "") {
                    alert('Invalid ID & Password');
                    return false;
                }
                else {

                    $("#FindOKDiv")
                        .css("display", "block");

                    $("#FindOKSpan").text(data);

                }
            });
        });

    });
</script>
		<!-- designer group swf -->
        <div id="Layer1" style="position:absolute; left:50%; margin-left:-590px; top:210px; width:124px; height:152px; z-index:1;">
		      
		<table width="124" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><a href="http://designer-group.com" target="_blank"><img src="/images/main/dg_book_banner.gif" border="0" /></a></td>
          </tr>
          <tr>
            <td><a href="http://www.d-magazine.co.kr/sub_view.asp?uid=1337" ><img src="/images/main/0607_wented.gif" border="0" /></a>  </td>
          </tr>
          <!--<tr>
            <td><a href="http://d-magazine.co.kr/dm_info.asp"><img src="/images/main/0607_dmbook.gif" border="0" /></a>  </td>
          </tr> -->
        </table>
        </div>
        
        <!-- side banner -->
        <!--<div style="position:absolute; left:50%; margin-left:-567px; top:365px; width:100px; z-index:999;">

        <a href="http://www.d-magazine.co.kr/sub_view.asp?uid=1337"><img src='/images/main/20120605_recu.gif'  onMouseOver="this.src='/images/main/20120605_recu_ov.gif'" onMouseOut="this.src='/images/main/20120605_recu.gif'" border="0"></a>


             </div>-->
             
   <!--그램 시작-->
             <div style="position:absolute; right:50%; margin-right:-650px; top:250px; width:160px; height:600px; z-index:1;">
       <script type="text/javascript" language="javascript" src="http://www2.glam.com/app/site/affiliate/viewChannelModule.act?mName=viewAdJs&affiliateId=1641403706&adSize=160x600"></script>
        </div>
             
             <!--그램 끝-->
<div id="logo">
						 <table width="100%" cellspacing="0" cellpadding="0">
							<tr>
                            
								<td width="174px"><a href="/"><img src="/images/top/logo.gif" alt="DMAGAZINE"></a></td>
								<td width="677px" align="right">
									 <table width="400px" cellspacing="0" cellpadding="0">
											<tr>
												<td width="400px" align="right">
                                                <form name="searchFrm" method="post" action="/sub_search.asp">
                                                    <input class="input_search" type="text" size="30" maxlength="30" id="search_word" name="search_word"  onFocus="focusTopSearch(this);"/>
                                                </form>												</td>
											</tr>
											<tr>
												<td width="400px" height="54px"></td>
											</tr>
                                            
											<tr>
												<td width="400px">
												    <img src="/images/top/txt_id.gif" alt="ID" />
                                                    <input class="input_b" type="text" id="UserID" name="UserID" size="11" maxlength="30" />&nbsp;&nbsp;&nbsp;
                                                    <img src="/images/top/txt_pw.gif" alt="pw" />
                                                    <input class="input_b" type="password" id="Passwd" name="Passwd" size="12" maxlength="30" />&nbsp;&nbsp;
                                                    <input id="LoginOK" type="image" src="/images/top/btn_login.gif" value="submit">
                                                    <img src="../images/top/btn_join.gif" alt="JOIN DMAGAZINE / FIND ID/PW" usemap="#join" style="margin-top:5px;" />
												    <map name="join" id="join">
					                    <area shape="rect" coords="-2,0,99,18" href="/join.asp" />
												        <area shape="rect" coords="102,1,172,17" href="/find.asp" />
											      </map>												</td>
											</tr>
                                            
										 </table>
								
							  </td>
							</tr>
						 </table>
					</div>
					<div id="globalNav">
                        <table width="100%" cellspacing="0" cellpadding="0">
                        <tr>
                            <td align="left" width="60" height="14">
                            <a href="/sub_fashion.asp?code=basic001"><img src="/images/top/topicon_01_off.gif" alt="FASHION" id="Image1" onmouseover="MM_swapImage('Image1','','/images/top/topicon_01_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            <td align="left" width="89" height="14">
                            <a href="/sub_art_design.asp?code=Viewport"><img src="/images/top/topicon_02_off.gif" alt="ART/DESIGN" id="Image2" onmouseover="MM_swapImage('Image2','','/images/top/topicon_02_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            <td align="left" width="55" height="14">
                            <a href="/sub_videos.asp?code=Previewport"><img src="/images/top/topicon_03_off.gif" alt="VIDEOS" id="Image3" onmouseover="MM_swapImage('Image3','','/images/top/topicon_03_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                          <td align="left" width="72" height="14">
                            <a href="/sub_article.asp?code=young001"><img src="/images/top/topicon_04_off.gif" alt="ARTICLES" id="Image4" onmouseover="MM_swapImage('Image4','','/images/top/topicon_04_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            <td align="left" width="63" height="14">
                            <a href="/sub_designer.asp?code=designer1"><img src="/images/top/topicon_05_off.gif" alt="YOUNG DESIGNERS" id="Image5" onmouseover="MM_swapImage('Image5','','/images/top/topicon_05_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            
                            <td align="left">
                            <a href="/sub_event.asp"><img src="/images/top/topicon_06_off.gif" alt="BLOG" id="Image6" onmouseover="MM_swapImage('Image6','','/images/top/topicon_06_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            
                          <td align="right"><a href="http://designer-group.com/lounge/post.rss.asp" target="_blank"><img src="/images/main/rss.gif" alt="RSS"  /></a></td>
                            <td width="140" align="right">
                                <img src="../images/top/topico_sns.gif" alt="FACEBOOK / TWITTER / ME2DAY / NEWSLETTER" usemap="#sns" />
                                <map name="sns" id="sns">
                                <area shape="rect" coords="1,0,73,27" href="http://www.facebook.com/dmagazines" target="_blank"/>
                                <area shape="rect" coords="82,1,151,15" href="http://twitter.com/dg_dmagazine" target="_blank"/>
                                <!--<area shape="rect" coords="163,1,222,16" href="http://me2day.net/dg_dmagazine" target="_blank"/>-->
                                </map>
                            </td>
                        </tr>
                        </table>
                        <table width="100%" cellpadding="0" cellspacing="0">
                        <tr><td height="8px"></td></tr>
                        <tr><td height="5px" bgcolor="#000000"></td></tr>
                        <tr><td height="10px"></td></tr>
                        </table>
                    </div>
			   <!--탑메뉴 끝-->
      
            </div>
            <!-- header include 끝-->

				<!--서브 컨텐츠 시작-->
				<div id="history">
				   <table cellspacing="0" cellpadding="0" width="100%" >
                    <tr>
						<td valign="top" align="left">
                        
                        
                        </td>
						<td valign="top" align="right" class="txt">HOME > Viewer</td>
				    </tr>		
				   </table>
				</div>

				<!--좌측메뉴-->
				<div id="leftmenu">
                    
<script type="text/javascript">
//newsletter 입력
function checkTopSearch1() {
	if (document.frmWrite.n_email.value=="") {
		alert("뉴스레터를 받으실 이메일 주소를 입력해 주세요.");
		document.frmWrite.n_email.focus();
		return false;
	}
	
	if(document.frmWrite.n_email.value != ''){
		aIndex=document.frmWrite.n_email.value.indexOf("@");
		dotIndex=document.frmWrite.n_email.value.indexOf(".");
	
	    if(aIndex ==-1 || dotIndex ==-1){       
			alert( "정확한 이메일 주소를 입력해 주세요." );  
			document.frmWrite.n_email.select();  
			document.frmWrite.n_email.focus();
			return false;
		}  
		var e1 = document.frmWrite.n_email;
		var xc=e1.value.length;
		var num ="@.-_1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
		var stt="@.";

		if((-1 != stt.indexOf(e1.value.charAt(0))) || (-1 != stt.indexOf(e1.value.charAt(xc-1)))){
			alert( "정확한 이메일 주소를 입력해 주세요." ); 
			document.frmWrite.n_email.select();   
			document.frmWrite.n_email.focus();
			return false;
		}
		for (var i=0;i<e1.value.length;i++){
			if(-1 == num.indexOf(e1.value.charAt(i))){
				alert( "정확한 이메일 주소를 입력해 주세요." );  
				document.frmWrite.n_email.select();
				document.frmWrite.n_email.focus();
				return false;  
			}
		}
	}
	
	if(window.ActiveXObject) 
	{
		xmlHttps = new ActiveXObject("Microsoft.XMLHTTP");
	} 
	else if(window.XMLHttpRequest) 
	{
		xmlHttps = new XMLHttpRequest();
    }

	xmlHttps.Open("POST","/include/news_letter_ok.asp?txt=" + document.frmWrite.n_email.value, false);
	xmlHttps.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
	xmlHttps.send(null);

	var Divs = xmlHttps.responseText;

	//alert(Divs);
	if(Divs == "new") {
	    alert("등록되었습니다.");
	} else {
	    alert("이미 등록된 메일주소입니다.");
	}
	document.frmWrite.n_email.value = "";
	return false;

}

function focusTopSearch1(item) {
    item.className = "search02N";
}
</script>


					 <!--newsletter-->
            	     <form name="frmWrite" onSubmit="return checkTopSearch1()">
					     <table class="mt20" cellspacing="0" cellpadding="0" width="100%">
					      <tr>
						     <td><img src="images/leftmenu/title_news.gif" alt="newsletter" /></td>
					      </tr>
					       <tr>
						     <td><input class="input_news" type="text" name="n_email"  onFocus="focusTopSearch1(this);" size="17" maxlength="30" />&nbsp;<img align="absmiddle" src="images/leftmenu/btn_go.gif" alt="go" onclick="javascript:checkTopSearch1();" style="cursor:hand"/>
						    </td>
					      </tr>
					     </table>
                     </form>
					 <!--newsletter-->


					 <!--twitter-->
					 <table class="mt30" cellspacing="0" cellpadding="0" width="150px">
					  <tr>
						 <td><img src="images/leftmenu/title_twitter.gif" alt="twitter" /></td>
					  </tr>
					 <!--twitter-->

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1414">
                                RT 루싸이트토끼 단독 콘서트 있던 날..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1342">
                                [KT&ampG 상상마당] ABO..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1333">
                                디매거진 창간호 기념 파티 with LI..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1332">
                                [디매거진] SAMUEL MERC..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1331">
                                [디매거진] CHOSUNGVIN..
                            </a>
						</td>
					  </tr>

                    </table>

					 <!--facebook-->
					 <table class="mt30" cellspacing="0" cellpadding="0" width="150px">
					  <tr>
						 <td><img src="images/leftmenu/title_facebook.gif" alt="facebook" /></td>
					  </tr>
					 <!--facebook-->

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1596">
                                
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1327">
                                아 저도 다녀왔는데, &gt_&lt/전..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1326">
                                아쉽다.ㅠ_ㅠ
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1250">
                                이야기가 모이는 &#39모임&#39..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=738">
                                와우~!!! 느낌이 좋네여!!! ㅎㅎㅎ
                            </a>
						</td>
					  </tr>

                    </table>


					 <!--블로그-->
					 <!--
					 <table class="mt30" width="150px" border="0" cellspacing="0" cellpadding="0">
						  <tr>
							<td height="1px" colspan="3" bgcolor="#c8c8c8"></td>
						  </tr>
						  <tr>
							<td width="1px" bgcolor="#c8c8c8"></td>
							<td>
							           <table width="100%" border="0" cellspacing="0" cellpadding="0">
													  <tr>
														<td><img id="blog" src="images/leftmenu/ico_blog_on.gif" alt="BLOG" /><img id="contributor" src="images/leftmenu/ico_contri_off.gif" alt="CONTRIBUTOR" /></td>
													  </tr>
													  <tr>
														<td height="5px"></td>
													  </tr>
													  <tr>
														<td class="pad_l10 pad_r10 ss">
                                                           
                                                           <div id="blogDiv" style="display:block">
                                                
                                                                <a href="sub_sub_blog.asp?cate=88">DESIGNER PHANTOM</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=89">BANANAMORIN</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=90">LUDA</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=91">NO I AM</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=93">EVOKE KIM</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=101">KIRIN</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=105">KIMAN_Photo Essay</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=103">UNDRESSER</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=102">Dmag Clip</a>
                                                
                                                           </div>

                                                           <div id="contributorDiv" style="display:none">
                                                
                                                                  <a href="sub_fashion.asp?code=basic001">FASHION</a><br />
                                                EVENT<br />                                                    
                                                
                                                                  <a href="sub_sub_fashion.asp?cate=43&code=basic001"> - LOOKBOOK</a><br />
                                                
                                                                  <a href="sub_sub_fashion.asp?cate=44&code=basic001"> - PHOTOGRAPHS</a><br />
                                                
                                                                  <a href="sub_sub_fashion.asp?cate=45&code=basic001"> - COLLECTION</a><br />
                                                
                                                                  <a href="sub_art_design.asp?code=Viewport">ART/DESIGN</a><br />
                                                
                                                                  <a href="sub_videos.asp?code=Previewport">VIDEO</a><br />
                                                
                                                                  <a href="sub_article.asp?code=young001">ARTICLE</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=19&code=young001"> - PROJECT</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=38&code=young001"> - INTERVIEWS</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=20&code=young001"> - REPORTING</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=66&code=young001"> - COLUMN</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=94&code=young001"> - SHOWROOM</a><br />
                                                NOTICE&NEWS<br />                                                    
                                                
                                                                  <a href="sub_view.asp?uid=1660"> - 디매거진 공지사항</a><br />
                                                
                                                           </div>
                                                        </td>
													  </tr>
													  <tr>
														<td height="5px"></td>
													  </tr>
													</table>

							</td>
							<td width="1px" bgcolor="#c8c8c8"></td>
						  </tr>
						  <tr>
							<td height="1px" colspan="3" bgcolor="#c8c8c8"></td>
						  </tr>
						</table>
				    -->
					<!--블로그-->   
				</div>
				<!--좌측메뉴 끝-->

				<!--contents-->
				<div id="contents">
				   

						<!--best-->
						<table cellspacing="0" cellpadding="0" width="100%" height="100%">
							 <tr>
								<td >
                                    
<link rel="stylesheet" type="text/css" href="http://designer-group.com/css/common.css" />
<link rel="stylesheet" type="text/css" href="http://designer-group.com/css/common22.css" />
<link rel="stylesheet" type="text/css" href="http://designer-group.com/css/lounge.css" />
<link rel="stylesheet" type="text/css" href="/css/sub_style.css" />

<script type="text/javascript">
    function edit() {
        location.href = "sub_write.asp?uid=764";
    }

    function del() {
        var f = document.Frm;

        if (confirm("삭제하시겠습니까?")) {
            f.mode.value = "DEL";
            f.action = "http://designer-group.com/lounge/registOk_test.asp";
            f.submit();
        }
    }

    function regRecom() {
        new shAjax("POST", "./post_recom.ajax.asp", "uid=764", function (r) {
            var value = r.responseText;
            var span = document.getElementById("recom").getElementsByTagName('span')[0];

            switch (value) {
                case '-1':
                    alert("로그인 후 이용할 수 있습니다.");
                    break;
                case '0':
                    alert("이미 상품신청을 하신 게시물입니다.");
                    break;
                default:
                    this.innerHTML(span, value);
            }
        });
    }
</script>

<script type="text/javascript">
    function getComment() {
        var bodyCmt = document.getElementById("bodyCmt");

        if (bodyCmt) {
            new shAjax("GET", "./post_comment.ajax.asp", "uid=764", function (r) {
                this.innerHTML(bodyCmt, r.responseText);
            });
        }
    }

    function checkAuthComment() {
        if ("" == "") {
            alert("로그인 후 댓글을 쓸수 있습니다.");
            return false;
        }
        return true;
    }

    function regComment() {
        var f = document.FrmCmt;

        if (!checkAuthComment()) {
            return false;
        }

        if (checkEmpty(f.comment)) {
            alert("댓글을 입력해 주세요.");
            f.comment.focus();
            return false;
        }

        if (confirm("댓글을 등록하시겠습니까?")) {
            f.mode.value = "REG";
            f.target = "hiddenZone";
            f.action = "post_commentOk.asp";
            f.submit();
        }
    }

    function removeComment(uid) {
        var f = document.FrmCmt;

        if (confirm("댓글을 삭제하시겠습니까?")) {
            f.mode.value = "DEL";
            f.cuid.value = uid;
            f.target = "hiddenZone";
            f.action = "post_commentOk.asp";
            f.submit();
        }
    }

    //addEvent(window, "load", getComment);


</script>
<div id="wrapBody" class="fclear">
    <div id="fcontents">
        <div class="head">
            <table id="listHead">
                <colgroup>
                    <col width="*">
                    <col width="70">
                    <col width="70">
                    <col width="70">
                    <col width="135">
                </colgroup>
                <tr height="50">
                    <td class="title" style="padding-left:20px;">
                        ART/DESIGN<span>(75)</span>
                    </td>
                    <td>
                        <label style="display: none">
                            RT</label>
                    </td>
                    <td>
                        <label style="display: none">
                            조회수</label>
                    </td>
                    <td>
                        <label style="display: none">
                            상품신청수</label>
                    </td>
                    <td class="button">
                   
                    </td>
                </tr>
            </table>
            <!-- 목록 : 시작 -->
            <div id="listBody" style="display: none">
            </div>
            <!-- 목록 : 끝 -->
        </div>
        
        
        <div id="article">
            <form name="Frm" method="post">
            <input type="hidden" name="mode" />
            <input type="hidden" name="uid" value="764" />
            <input type="hidden" name="cate" value="2" />
            <table class="atop">
                <tr height="42">
                    <th width="*">
                        Map Works by Matthew Cusick
                    </th>
                    <td width="120">
                        2011/06/02 10:27
                    </td>
                    <!--td width="70" class="tweet"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td-->
                    <!--td width="70" class="tweet"><a href="http://twitter.com/home?status=RT @loveweb:[##_article_rep_title_##](http://designer-group.com[##_article_rep_link_**]" target="_blank"><img src="http://리트윗버튼이미지.png" alt="리트윗하기"></a></td-->
                    
                </tr>
            </table>
            </form>
            <table id="content764" cellpadding="0" cellspacing="0" border="0" width="660"
                style="table-layout: fixed">
                <!--			<tr valign="top">
				<td style="padding:10px 0 10px 0; word-wrap:break-word; word-break:break-all;">
					<div style="overflow:auto; width:100%;"><IMG class=wyditor_img border=0 src="/data/rental/editor/201106/132x101.jpg"><BR><BR><BR></div>
				</td>
			</tr>-->
			    <tr valign="top" align="left">
                    <td style="padding: 10px 0 10px 0; word-wrap: break-word; word-break: break-all;">
                        <div style="overflow: auto; width: 100%;">
                            <P align=center><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/1.6.jpg"></FONT></P>
<P><FONT color=#000000></FONT>&nbsp;</P>
<P><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_195.jpg"></FONT></P>
<P><FONT color=#000000></FONT>&nbsp;</P>
<P align=right><FONT color=#000000 face=Tahoma>Blue Horse</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma>Inlaid maps on panel</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma>20 x30 inches</FONT></P>
<P><FONT color=#000000 face=Tahoma><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"><BR></FONT></P>
<P><FONT face=Tahoma><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_194.jpg"><BR></FONT></P></FONT>
<P align=right><FONT color=#000000 face=Tahoma></FONT>&nbsp;</P>
<P align=right><FONT color=#000000 face=Tahoma>Three Horses 2011</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma>Inlaid maps, acrylic, on panel</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma>48x192 inches</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></P>
<P align=right><FONT color=#000000 face=Tahoma></FONT>&nbsp;</P>
<P align=right><FONT color=#000000 face=Tahoma><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/197.jpg"></FONT></P>
<P><FONT color=#000000 face=Tahoma></FONT>&nbsp;</P>
<P><FONT color=#000000 face=Tahoma><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/197_det_0001_1.jpg"></FONT></P>
<P><FONT color=#000000 face=Tahoma></FONT>&nbsp;</P>
<P align=right><FONT color=#000000 face=Tahoma>Charlie's Angels, 2009</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma>Inlaid maps, book pages, ink, Folgers coffee, on panel</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma>68x48 inches</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></P>
<P align=right><FONT color=#000000 face=Tahoma><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_196.jpg"></FONT></P><FONT face=Tahoma>
<P align=right><BR><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_196_1.jpg"></FONT></P>
<P align=right><FONT color=#000000></FONT>&nbsp;</P>
<P align=right><FONT color=#000000>Red &amp; Blue, 2010</FONT></P>
<P align=right><FONT color=#000000>Inlaid maps, book pages, ink, on panel</FONT></P>
<P align=right><FONT color=#000000>23x20 inches</FONT></P>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></P>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_199.jpg"></FONT></P>
<P align=right><FONT color=#000000></FONT>&nbsp;</P>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Geronimo, 2007<BR>Inlaid maps on panel<BR>30 x 24 inches<BR><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_202.jpg"><BR></FONT></P>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Many Rivers, 2009<BR>Inlaid maps, acrylic, on panel<BR>48 x 78 inches</FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_200.jpg"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Chasing the Dragon, 2006<BR>Inlaid maps, acrylic, on panel<BR>40 x 64 inches<BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_203.jpg"><BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Kara's Wave, 2009<BR>Inlaid maps, acrylic, on panel<BR>24 x 36 inches<BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"><BR></FONT></DIV>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_201.jpg"><BR></FONT></P>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Empire Revisited, 2009<BR>Inlaid maps, acrylic, on panel<BR>13 x 20 inches<BR></FONT></DIV>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></P>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_204.jpg"><BR></FONT></P>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Colony, 2009<BR>Inlaid maps, acrylic, on panel<BR>18 x 27 inches<BR></FONT></DIV>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></P>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_209.jpg"><BR></FONT></P>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Transamerica, 2004<BR>Inlaid maps on panel<BR>48 x 70 inches<BR><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_205.jpg"><BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Bonnie, 2004<BR>Inlaid maps on panel<BR>42 x 60 inches<BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_208.jpg"><BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Fiona's Wave, 2005<BR>Inlaid maps on panel<BR>48 x 78 inches<BR></FONT></DIV>
<DIV class="imageInfo taller" align=left><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<P align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_206.jpg"><BR></FONT></P>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Course of Empire (Mixmaster 2), 2006<BR>Inlaid maps, acrylic, on panel<BR>48 x 78 inches<BR><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_207.jpg"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Course of Empire (Mixmaster 1), 2003<BR>Inlaid maps, acrylic, on panel<BR>30 x 42 inches</FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/Matthew-Cusick_210.jpg"><BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000></FONT>&nbsp;</DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000>Patriarch (original), 2006<BR>Inlaid maps on panel<BR>24 x 30 inches</FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<P style="MARGIN: 0px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><FONT color=#000000>Education</FONT></B></P>
<P style="MARGIN: 0px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>The Cooper Union for the Advancement of Science &amp; Art, BFA, 1993<BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><FONT color=#000000>Solo Exhibitions</FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2010<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Matthew Cusick’s</I> <I>Defacements: A Collection of Altered Book Pages</I>, The Free Museum of Dallas, TX</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2010<I><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Matthew Cusick: Cease to Exist</I>, Pavel Zoubok Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2008<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Matthew Cusick, From What I’ve Read</I>, Glenn Horowitz Bookseller, East Hampton NY</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2006<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Matthew Cusick</I>, Lisa Dent Gallery, San Francisco, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2005<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Matthew Cusick</I>, Lisa Dent Gallery, San Francisco, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2004<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>The Map Paintings</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2000<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Just a Kiss Away</I>, <I>Paintings by Matthew Cusick</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>1999<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Diamonds are Forever</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>1998<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Spiritual Kin, Paintings by Matthew Cusick, </I>The Roger Smith Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>1997<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Matthew Cusick, </I>Larvae Art Space, Brooklyn, NY</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><I>1996<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Domain, Paintings by Matthew Cusick, </I>The Roger Smith Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; MIN-HEIGHT: 12px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><B></B><BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><FONT color=#000000>Two Person Exhibitions</FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><I>1996<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Matthew Cusick and David Hartt</I>, Andrew Kreps Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; MIN-HEIGHT: 12px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><FONT color=#000000>Group Exhibitions</FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2010<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Mapping: Memory and Motion in Contemporary Art,</I> curated by Sarah Tanguy, Katonah Museum of New York</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><I><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>Cosmic: Artists Consider Astronomy, </FONT></I><FONT color=#000000>curated by Courtney Gilbert, Sun Valley Center for the Arts, Ketchum, ID</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><I><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>Hopey Changey Things, </FONT></I><FONT color=#000000>curated by Hesse McGraw, Bemis Center for Contemporary Arts, Omaha, NE</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2009<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Collage, London/New York, </I>Fred Gallery, London, England</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><I><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>Skin and Other Stories, </FONT></I><FONT color=#000000>The Vagus Nerve Gallery, Las Vegas, NV</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Friggatriskaidekaphobia, </I>Bemis Underground, Omaha, NE</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2008<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>$999 Holiday Bazaar</I>, curated by Allison Smith, Honey Space, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Drawing Gifts, Benefit Auction for The Drawing Center</I>, Marianne Boesky Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Art In the Metroplex</I>, curated by Eleanor Heartney, The Moudy Gallery at TCU, Fort Worth, TX</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>1968&#8211;2008, The Culture of Collage</I>, Pavel Zoubok Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Headlands Benifit Auction</I>, Headlands Center for the Arts, San Francisco, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2007<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Now Playing: Artists Who Borrow from Film</I>, curated by John McWhinnie and Jeremy Sanders, </FONT><SPAN style="FONT: 11px Lucida Grande"><BR></SPAN><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>Glenn Horowitz Bookseller, East Hampton NY&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Reverie &amp; Revolt: Contemporary Collage</I>, curated by Jane Hart. Art Center of South Florida, Miami, FL</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><I><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>Profit &amp; Loss</FONT></I><FONT color=#000000>, curated by Kristin Poole, Sun Valley Center for the Arts, Ketchum, ID</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Zoom +/-</I>, Arena 1 at Santa Monica Art Studios, Los Angeles, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Annual Art Auction, </I>Intersection for the Arts, San Francisco, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2006<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Aqua Art Miami</I>, Lisa Dent Gallery, Miami, Fl</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>The New Collage</I>, Pavel Zoubok Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Road Movies</I>, The Lab, San Francisco, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><I><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>Speed</FONT></I><FONT color=#000000>, Venere Gallery, San Francisco, CA<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2005<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Traffic</I>, Exit Art, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Aqua Art Miami</I>, Lisa Dent Gallery, Miami, FL</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Urban Jungle</I>, The Natural World Museum, San Francisco, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000><I>Sprawl</I>, Haley Martin Gallery, San Francisco, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2004<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Constructed Image</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><I><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>File on Motor Transgression</FONT></I><FONT color=#000000>, (Performance, Video), Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2002<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Endless Summer</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2000<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Vox</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>The Trinity</I>, curated by Jim Browne, Galapagos Art &amp; Performance Space</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>1999<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>X-Mas</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Built</I>, Mark Moore Gallery, Los Angeles, CA</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Dream Architecture</I>, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>1998<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Surfing the Surface</I>, curated by Kathleen Cullen, DFN gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Group Show</I>, Rupert Goldsworthy Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>The Warehouse</I>, Exit Art, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>A Delicate Condition</I>, curated by Jerry Kearns, Kent Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>1997<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Narratives?</I>, curated by Todd Levin, Fotuohi Cramer Gallery, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>What a Wonderful World</I>, Unfinished Gallery, Brooklyn, NY</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>1996<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>Kunstart 96</I>, curated by Miki Bungee, Bockenheimer Depot, Frankfurt, Germany</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>3 Wochen New York</I>, Planie-Galerie Guth &amp; Maas, Reutlinger, Germany</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>SNAFU</I>, 407 Gallery, The Art Exchange Show, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>&nbsp;<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN><I>The Art Market</I>, curated by Amy Stone, Gen Art, New York City</FONT></P>
<P style="MARGIN: 0px 0px 6px; MIN-HEIGHT: 12px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><FONT color=#000000>Awards, Fellowships, &amp; Residencies</FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2010<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Artistic Scholarship Award, Meadows School of the Arts, Dallas TX</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2008 <SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN>Artist Residency, Bemis Center for Contemporary Art, Omaha, NE</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN><FONT color=#000000>Claud Vance Memorial Award for Art in the Metroplex, Fort Worth, TX</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2006 <SPAN style="WHITE-SPACE: pre" class=Apple-tab-span></SPAN>Fellowship Grant in Painting, New York Foundation for the Arts, NY&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; MIN-HEIGHT: 12px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><B></B><BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><FONT color=#000000>Lectures &amp; Teaching</FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2009<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Visiting Artist Residency, University of Nevada, Las Vegas, NV</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2005<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Visiting Artist, The Cooper Union for the Advancement of Science and Art, NY</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2004<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Visiting Artist Lecture Series, Hofstra University, Long Island, NY</FONT></P>
<P style="MARGIN: 0px 0px 6px; MIN-HEIGHT: 12px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><B></B><BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><FONT color=#000000>Collections</FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Progressive Corporation Art Collection</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Museum of Contemporary Art San Diego</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>The Mattsson McHale Foundation</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>The Robert &amp; Jereanne Chaney Collection</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Beth Rudin DeWoody Collection</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><SPAN style="FONT-WEIGHT: normal" class=Apple-style-span><FONT color=#000000>Jeri L. Waxenberg Collection</FONT></SPAN></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><BR><FONT color=#000000></FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><B>Nominations</B><BR></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2009<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Louis Comfort Tiffany Award</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2008<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>The Augustus Saint-Gaudens Award, Cooper Union, NY</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>2005<SPAN style="WHITE-SPACE: pre" class=Apple-tab-span> </SPAN>Richard C. Diebenkorn Teaching Fellowship, San Francisco, CA&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><SPAN style="LINE-HEIGHT: 19px; FONT-FAMILY: verdana" class=Apple-style-span><FONT color=#000000></FONT></SPAN></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B><BR><FONT color=#000000></FONT></B></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><B>Bibliography</B><BR></FONT></P>
<P class="imageInfo taller" align=right><FONT color=#000000></FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><B></B><FONT color=#000000>Andrea James, <I>Map collages by Matthew Cusick: portraits, seascapes, &amp; more,</I> BoingBoing.com, December 16, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Marica, <I>Happy Endings: a collage series by Matthew Cusick, </I>Who Killed Bambi.co.uk, December 20, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Aditi Justa, <I>Amazing collages: When old maps and book pages become the canvas, </I>GreenDiary.com, Dec. 15, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Rob MacDonald, <I>Sixth Finch Fall 2010</I>, Sixthfinch.com, Fall 2010&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Tanja Laden<I>, Matthew Cusick</I>, Flavorpill.com, Daily Dose, October 1, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><I>Maps for Navigating to a New Perspective</I>, Sylviane Gold, The New York Times, Art Review,&nbsp;Westchester, December 3, 2010&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Artistaday.com, <I>Matthew Cusick</I>, October 4, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Luis Pinto, <I>Matthew Cusick</I>, Sodium Magazine #5, September<I> </I>2010&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Gerry Mak, <I>New Art | Matthew Cusick</I>, Lost at E Minor.com, August 23, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Jordy Clements, <I>Hopey Changey Things</I>, Omaha.net, June 8, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Jennifer Razo, <I>Matthew Cusick</I>, Beautiful/Decay Magazine.com, July 23, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>David Coggins, <I>Seeing The World</I>, Art In America, June/July 2010, p54-56</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Walter Robinson, <I>Weekend Update</I>, ArtNet.com Magazine, January 13, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000><I>Life Lessons From a Gallery Tour</I>, The Museumist.com, January 28, 2010&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>JD Nalley, <I>Matthew Cusick: Cease to Exist</I>, LeavesofGlass.com, January 23, 2010</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Katharine Harmon<SPAN style="FONT: 11px Lucida Grande"> </SPAN>with essays by Gayle Clemans,<I> The Map as Art.</I><SPAN style="FONT: 11px Lucida Grande"> </SPAN><I>Contemporary Artists Explore Cartography,&nbsp;</I>Princeton Architectural Press, 2009</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>J. R. Compton, <I>Deja Vus, Skewed Views, 3-D Oohs &amp; the Muse, </I>DallasArtsRevue.com, September 2008</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Idra Novey, <I>The Next Country</I>, Alice James Books, 2008</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Marion Wolberg Weiss, Art Commentary, Dan’s Papers, July 18, p79</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Alison Bevilacqua, Bold Strokes, Vox Magazine, August, 2008</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Alexandra Anderson-Spivy, Everything plus the Kitchen Sink, ArtNet.com Magazine, July 29, 2008</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>John Goodrich, Cut-and-Paste, Then and Now, New York Sun, July 3, 2008</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Jonathan Vigliotti, Relive Sleepless Night, Miami Beach Plum, November 11, 2007</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Jyl Hoyt, <I>Artbeat (radio interview)</I>, National Public Radio, June 7, 2007</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Karen Bossick, <I>Examining Greed and Need</I>, The Wood River Journal, May 23, 2007</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Sabina Dana Plasse, <I>Take a Look at ‘Profit &amp; Loss,’ </I>Idaho Mountain Express, May 23, 2007</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Alan Bamberger, <I>San Francisco Art Galleries</I>, ArtBusiness.com, March 27-31, 2007</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Jonathan Crowe, <I>Matthew Cusick</I>, TheMapRoom.com, December 18, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Sarah Finlay, <I>Matthew Cusick</I>, Artkrush.com, December 13&#8211;26, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Stephanie Laemoa, <I>Matthew Cusick at Lisa Dent</I>, The San Francisco Chronicle, December 14, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Geoff Manaugh, <I>By Indirections</I>, BLDGBLOG.com, December 13, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Paddy Johnson, <I>Aqua &amp; Nada: Who Will Win The Prized...</I>, ArtFagCity.com, December 10, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Lea Feinstein, <I>Matthew Cusick</I>, San Francisco Weekly, November 29, 2006, p</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Billy O’Callaghan, <I>Matthew Cusick at Lisa Dent</I>, Fecal Face.com, November 29, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Mellisa Goldstein, <I>Matthew Cusick at Lisa Dent Gallery</I>, 7x7 Magazine, November 4, 2006, p</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Brianna M. Smith, <I>Matthew Cusick</I>, Flavorpill.com, SF, October 31 &#8211; November 6, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Maureen Mullarkey, <I>Gallery Going</I>, The New York Sun, June 29th, 2006, p</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Alan Bamberger, <I>San Francisco Gallery Openings</I>, ArtBusiness.com, May 10-13, 2006</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Onajid&eacute; Shabaka, <I>ABMB &amp; Miami Fairs Wrap Up</I>, MAEX miamiartexchange.com, December 15, 2005</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>R.C. Baker, <I>Traffic</I>, The Village Voice, December 14-20, 2005, Voice Choices Pick, pC76</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>John Markoff and Matt Richtel, <I>On the rebound In Silicon Valley, </I>The New York Times, July 3, 2005,</FONT><SPAN style="FONT: 11px Lucida Grande"><BR></SPAN><FONT color=#000000>Late Edition - Final, Section 1, Page 1, Column 1, reproduction</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Alison Bing, <I>Map Drawings</I>, SFGate.com, March 24, 2005&nbsp;</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Alan Bamberger, <I>San Francisco Gallery Openings</I>, ArtBusiness.com, March 10, 2005</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Ken Johnson, <I>The Constructed Image</I>, The New York Times, January 27, 2004, pE33</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Christopher Bollen, <I>Art Lives</I>, VMAN, Issue 3, Fall/Winter 2004, p68</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Art Calendar, <I>Matthew Cusick’s Map Paintings</I>, The New York Sun, October 21, 2004</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Toby Kamps, <I>Lateral Thinking: Art of the 1990’s</I>, Museum of Contemporary Art San Diego, </FONT><SPAN style="FONT: 11px Lucida Grande"><BR></SPAN><FONT color=#000000>catalog, p19, “Diamonds Are Forever” p119</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Readings, <I>Without Each Other</I>, Harper’s Magazine, January 2001, p17, reproduction</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Kim Levin, <I>Matthew Cusick, Recent Paintings</I>, The Village Voice, October 24, 2000, Choices, p112</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Ken Johnson, Matthew Cusick, <I>Diamonds are Forever</I>, The New York Times, March 26, 1999, pE41</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Robert Mahoney, Matthew Cusick, <I>Diamonds are Forever</I>, Time Out, March 25, 1999, p73</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Dominique Nahas, Matthew Cusick, <I>Diamonds are Forever</I>, Review, March 15, 1999, p19</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Flaunt editorial, Flaunt, September 1999</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Max Henry, <I>Gotham Dispatch</I>, ArtNet.com, March 23, 1999</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Robert Mahoney, <I>A Delicate Condition</I>, ArtNet.com, April 27, 1998</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Kim Levin, <I>Matthew Cusick and David Hartt</I>, The Village Voice, January 14, 1997, Choices , pC8</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Susan Brooks, Clips, <I>Matthew Cusick and David Hartt,</I> NY Soho, January 1997, p18</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Helen A. Harrison, <I>Narrative Abstractions</I>, The New York Times, Oct.ober 15, 1995, LI p20</FONT></P>
<P style="MARGIN: 0px 0px 6px; FONT: 11px Garamond" class="imageInfo taller" align=right><FONT color=#000000>Tom Vinciguerra, <I>Predisposed</I>, The New Yorker, January 27, 1992, p11</FONT></P>
<P><FONT color=#000000></FONT>&nbsp;</P>
<P align=right><SPAN class=taller><FONT color=#000000><B>Gallery Representation</B><BR>Pavel Zoubok Gallery 533 West 23rd Street New York, NY 10011<BR></FONT></P></SPAN>
<DIV class="imageInfo taller" align=right><FONT color=#000000><BR></FONT></DIV>
<DIV class="imageInfo taller" align=right><FONT color=#000000><IMG class=wyditor_img border=0 src="http://designer-group.com/data/rental/editor/201106/line.1.gif"></FONT></DIV>
<DIV class="imageInfo taller" align=right>
<P align=right><FONT color=#000000 face=Tahoma>VICE DIRECTOR : HwanKi. Kim</FONT></P>
<P align=right><FONT color=#000000 face=Tahoma></FONT>&nbsp;</P>
<P align=right><FONT color=#000000 face=Tahoma><A href="mailto:mkbymikekim@gmail.com">mkbymikekim@gmail.com</A></FONT></P>
<P align=right><FONT color=#000000 face=Tahoma>Follow Me : @evokekim</FONT><FONT face=Tahoma></P>
<P align=right></FONT><BR>&nbsp;</P></DIV></FONT></div>
                    </td>
                </tr>
            </table>
        
            
        </div>
        
        <table id="recom">
            <colgroup>
                <col width="14">
                <col width="*">
                <col width="80">
            </colgroup>
            <tr height="30">
                <div style='float: right; margin: 0px 0px 0px 0px;'>
                    <!--
                    <iframe allowtransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/like.php?href=http://designer-group.com/lounge/post_test.asp?uid=764&layout=button_count&show_faces=false&width=100&action=like&font=arial&colorscheme=light'
                        style='border: none; overflow: hidden; width: 110px; height: 27px;'></iframe>
                    
                    
                    <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php"><span style="font-size:10pt;line-height:90%;color:White; vertical-align:middle;">share</span></a>
                    <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
                    -->

                    <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">share</a>
                    <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
                </div>
                <div style='float: right; margin: 0px 0px 0px 0px; padding: 0px;'>
                    <a class='twitter-share-button' data-count='horizontal' data-lang='en' data-related='D-magazine'
                        data-text='D-magazine' data-url='http://d-magazine.co.kr/sub_view.asp?uid=764'
                        data-via='d-magazine' href='http://twitter.com/share' rel='nofollow'></a>
                </div>
                <script src='http://platform.twitter.com/widgets.js' type='text/javascript'> 
                </script>
                
            </tr>
        </table>
        <div id="bodySns" class="fclear">
            
            <table border="0" cellpadding="0" cellspacing="0" width="100%">   
                <tr>   
                    <td id="container2">
                       <iframe name="post_test_reply" id="post_test_reply" src="http://designer-group.com/lounge/post_test_reply.asp?uid=764" width="100%" height="100%" frameborder="0" scrolling="no" style="background-color:transparent"></iframe>
                    </td>   
                </tr>   
            </table>

        </div>
        <!--<div id="bodyCmt"></div>-->
        <div class="bottom">
            <table id="btmListHead">
                <tr>
                    
                    <td width="60px" height="27px" align="left">
                        <a href="sub_view.asp?uid=738"><img src="http://d-magazine.co.kr/images/button/bull_pre.gif" alt="이전글"></a>
                    </td>
                    <td width="*" align="left" >
                        <a href="sub_view.asp?uid=738">한충석, "정체확인"</a>
                    </td>
                    
                </tr>
                <tr>
                    
                    <td width="60px" height="27px" align="left">
                        <a href="sub_view.asp?uid=784"><img src="http://d-magazine.co.kr/images/button/bull_next.gif" alt="이전글"></a>
                    </td>
                    <!--td onclick="javascript:location.href='post_test.asp?uid=784';" style="cursor:hand">
                        다음글 (image)
                    </td-->
                    <td width="*" align="left">
                        <a href="sub_view.asp?uid=784">오은정, "기묘한 코끼리"</a>
                    </td>
                    
                </tr>
                <tr>
                    <td colspan="2" height="15px">
                    </td>
                </tr>
            </table>
        </div>
        <!--전체목록버튼-->
        <table id="paging">
            <colgroup>
                <col width="40">
                <col width="*">
                <col width="93">
            </colgroup>
            <tr>
                <td>
                </td>
                <td>
                </td>
                <td align="right">
                     
                        <a href="/sub_art_design.asp?uid=764&code=Viewport">
                     
                    <img id="pageend" name="pageend" src="http://d-magazine.co.kr/images/button/btn_list.gif"/></a>
                </td>
            </tr>
        </table>
        
        
    </div>
</div>
<script language="JavaScript">
<!--
    document.all.post_test_reply.height =0+200; 
-->
</script>


                                </td>
							</tr>
						</table>

                         <!--공간-->
						  <div class="sp50"></div>
						  <!--공간-->
						 
						<!-- contents 끝-->

            </div>
            <!--contents 끝-->



        </div>
        <!-- // wrapper 끝-->
    </div>
    <!-- container 끝 -->
<!-- footer  -->
               <div id="footer">
                					<table cellspacing="0" cellpadding="0" width="100%" align="center">
					<tr>
                    <td style="padding-bottom:20px;"><img src="../images/footer/footer_new.gif" alt="" usemap="#Map" style="padding-top:5px;" />
                      <map name="Map" id="Map">
                        <area shape="rect" coords="235,20,285,40" href="/about.asp" />
                        <area shape="rect" coords="295,19,423,39" href="/ad.asp" />
                        <area shape="rect" coords="432,21,487,41" href="/contact.asp" />
                        <area shape="rect" coords="608,19,691,39" href="/sub_sub_fashion.asp?cate=96" />
                        <area shape="rect" coords="698,20,777,40" href="/privacy.asp" />
                        <area shape="rect" coords="786,20,839,42" href="/sitemap.asp" />
                      <area shape="rect" coords="494,19,551,39" href="stockist.asp" />
                      <area shape="rect" coords="557,19,603,39" href="dm_info.asp" />
                      </map></td>
  </tr>
                    </table>        
               
               </div>
<!-- footer 끝 -->

</body>
</html>
