/*
function setCookie( name, value ) 
{ 
    document.cookie = name + "=" +value+ "; domain=.ipop.co.kr; path=/;" 
} 

document.domain='ipop.co.kr';
if( !top.DESKBODY || top.document.location.href!='http://folder.ipop.co.kr/' )
{
    var selfurl=document.location.href;
    setCookie( 'returl', selfurl );
    top.document.location.replace('http://folder.ipop.co.kr/');
}
*/
/*
if( !top.DESKBODY || top.document.location.href!='http://folder.ipop.co.kr/' )
{
var selfurl=document.location.href;
document.write("<form name=frameform method=post action=http://c.ipop.co.kr/popcgi/framemaintop.cgi>");
document.write("<input type=hidden name=topurl value='folder.ipop.co.kr'>");
document.write("<input type=hidden name=url value='"+selfurl+"'>");
document.write("</form>");

document.frameform.submit();
}
*/
