<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">로로의 금융플랜: 무직자대출-대출정보에 달린 최근 댓글/트랙백 목록</title>
  <id>http://blog.don114.co.kr/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://blog.don114.co.kr/" />
  <subtitle type="html">로로의 금융플랜</subtitle>
  <updated>2012-02-23T16:30:40+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
</feed>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript">
// Example:
// writeCookie("myCookie", "my name", 24);
// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
function writeCookie(name, value, hours, path) {
	var expire = "";
	if(hours != null) {
		expire = new Date((new Date()).getTime() + hours * 3600000);
		expire = "; expires=" + expire.toGMTString();
	}
	var dir = "";
	if (path != null) {
		dir += "; path=" + path;
	}
	else {
		dir += "; path=/";
	}
	//document.cookie = name + "=" + escape(value) + expire;
	//document.cookie = name + "=" + value + dir + expire;
	document.cookie = name + "=" + value.replace(/(^\s*)|(\s*$)/g, "") + dir + expire;
}
</script>

