<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>로로의 금융플랜: 대출의-각종-정보와-상식에-대하여-알아보자에 달린 최근 댓글/트랙백 목록</title>
		<link>http://blog.dc114.net/</link>
		<description>로로의 금융플랜</description>
		<language>ko</language>
		<pubDate>Thu, 23 Feb 2012 13:58:53 +0900</pubDate>
		<generator>Textcube 1.7.8 : Con moto</generator>
		<image>
		<title>로로의 금융플랜: 대출의-각종-정보와-상식에-대하여-알아보자에 달린 최근 댓글/트랙백 목록</title>
		<url>http://dc114.net/attach/1/1225105485.gif</url>
		<link>http://blog.dc114.net/</link>
		<width>144</width>
		<height>175</height>
		<description>로로의 금융플랜</description>
		</image>
	</channel>
</rss>

<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>

