<!--관련글 시작--!>
<a href="#tb" onFocus="this.blur()" onClick="javascript:show_hide('[ ##_article_rep_link_## ');" >[Allblet 관련글보기]</a>
<DIV id="[ ##_article_rep_link_## ]" style="DISPLAY: none">
<!--Allblet-->
<font color="blue">
<script language="JavaScript" src="http://www.allblog.net/Allblet/Libraries/GetReleationPostList.html?http://블로그주소/[ ##_article_rep_link_## ]" type="text/javascript"></script></font>
</div>
<!--관련글 종료-->
<script language="JavaScript">
<!--
function show_hide(flag)
{
if (document.all.item(flag).style.display == "")
{
document.all.item(flag).style.display = "none";
} else
{
document.all.item(flag).style.display="";
}
}
//-->
</script>