<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>คอร์ด กีตาร์ เนื้อเพลง</title>
	<link>http://dontreeza.com</link>
	<description>รวมกลุ่มคนดนตรี</description>
	<lastBuildDate>Tue, 07 Oct 2008 06:28:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>อยากได้ธีมแนวไหน ก็เม้นมาเลยนะครับ</title>
		<description>อยากได้แนวไหน  ผมจะพยายามจัดให้ย่างเร็วที่สุดแน่นอน  เม้นมาเลยจ้า </description>
		<link>http://dontreeza.com/blog/2008/10/01/%e0%b8%ad%e0%b8%a2%e0%b8%b2%e0%b8%81%e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%98%e0%b8%b5%e0%b8%a1%e0%b9%81%e0%b8%99%e0%b8%a7%e0%b9%84%e0%b8%ab%e0%b8%99-%e0%b8%81%e0%b9%87%e0%b9%80%e0%b8%a1%e0%b9%89%e0%b8%99/</link>
			</item>
	<item>
		<title>เพลง อีกครั้ง</title>
		<description>   

เพลง อีกครั้ง

 

          G                    Bm        Em                     C        D
          ยังมองดูฟ้า ยังคงมองดูดาว นั่งอยู่ตรงที่เก่า
             G                       Bm              Em                    C         D                
        และยังคงเดียวดาย ในคืนเหงาๆ ตั้งแต่เธอนั้นลา
                           G                       Bm              Em                C      
       เมื่อเธอเลือกทิ้งฉันไว้ ให้ต้องทนเดียวดาย และยังคงเสียน้ำตา
                    Am                           D
        ก็วันเธอหวนคืนมา จะอีกกี่ครั้ง

         G              Bm            Em           C        D
และทุกๆ ครั้งที่เธอนั้นทิ้ง ฉันก็ยังต้องเจ็บ
            G              Bm            Em           C        D
จะให้ฉันลืม ตัดใจไม่รัก ฉันก็ทำไม่เป็น
                                 G                   Bm                 Em               C        D
ก็ต่อให้เธอจะทิ้งครั้งไหน จะไปมีใครๆ ยังไง ...</description>
		<link>http://dontreeza.com/blog/2008/09/30/%e0%b9%80%e0%b8%9e%e0%b8%a5%e0%b8%87-%e0%b8%ad%e0%b8%b5%e0%b8%81%e0%b8%84%e0%b8%a3%e0%b8%b1%e0%b9%89%e0%b8%87/</link>
			</item>
	<item>
		<title>แจ้งฟังเพลงไม่ได้</title>
		<description>ร้องเรียน ที่นี่เลยครับ เพลงไหนฟังไม่ได้ มีปัญหายังไงถามตอบได้ที่นี่เลยครับ  ระบุชื่อเพลง  และชื่อศิลปินมาด้วยนะครับ  ผมจะจัดการแก้ไขให้ทันทีเลยครับ  (ไม่ใช่ขอเพลงนะครับ) </description>
		<link>http://dontreeza.com/blog/2008/09/30/%e0%b9%81%e0%b8%88%e0%b9%89%e0%b8%87%e0%b9%80%e0%b8%9e%e0%b8%a5%e0%b8%87%e0%b8%9f%e0%b8%b1%e0%b8%87%e0%b9%84%e0%b8%a1%e0%b9%88%e0%b9%84%e0%b8%94%e0%b9%89/</link>
			</item>
</channel>
</rss>
<STYLE type=text/css>

#topbar {

	BORDER-RIGHT: 0px solid; PADDING-RIGHT: 0px; BORDER-TOP: 0px solid; PADDING-LEFT: 0px; Z-INDEX: 100; RIGHT: 0px; VISIBILITY: hidden; PADDING-BOTTOM: 0px; BORDER-LEFT: 0px solid; WIDTH: 150px; PADDING-TOP: 3px; BORDER-BOTTOM: 0px solid; POSITION: absolute; TOP: 300px; HEIGHT: 367px

}

</STYLE>



<SCRIPT type=text/javascript>

var persistclose = 0

var startX = 0

var startY = 0

function iecompattest() {

return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body

}

function get_cookie(Name) {

var search = Name + "="

var returnvalue = "";

if (document.cookie.length > 0) {

offset = document.cookie.indexOf(search)

if (offset != -1) {

offset += search.length

end = document.cookie.indexOf(";", offset);

if (end == -1) end = document.cookie.length;

returnvalue=unescape(document.cookie.substring(offset, end))

}

}

return returnvalue;

}

var verticalpos="fromtop"



function closebar() {

if (persistclose)

document.cookie="remainclosed=1"

document.getElementById("topbar").style.visibility="hidden"

}



function staticbar() {

var ns = (navigator.appName.indexOf("Netscape") != -1);

var d = document;

function ml(id) {

var el=d.getElementById(id);

if (!persistclose || persistclose && get_cookie("remainclosed")=="")

el.style.visibility="visible"

if(d.layers)el.style=el;

el.sP=function(x,y){this.style.right=x+"px";this.style.top=y+"px";};

el.x = startX;

if (verticalpos=="fromtop")

el.y = startY;

else {

el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;

el.y -= startY;

}

return el;

}

window.stayTopLeft=function() {

if (verticalpos=="fromtop") {

var pY = ns ? pageYOffset : iecompattest().scrollTop;

ftlObj.y += (pY + startY - ftlObj.y)/8;

}

else {

var pY = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;

ftlObj.y += (pY - startY - ftlObj.y)/8;

}

ftlObj.sP(ftlObj.x, ftlObj.y);

setTimeout("stayTopLeft()", 10);

}

ftlObj = ml("topbar");

stayTopLeft();

}

if (window.addEventListener)

window.addEventListener("load", staticbar, false)

else if (window.attachEvent)

window.attachEvent("onload", staticbar)

else if (document.getElementById)

window.onload=staticbar

            </SCRIPT>



<DIV id=topbar>

<TABLE id=AutoNumber1 style="BORDER-COLLAPSE: collapse" height=92 cellSpacing=0

cellPadding=0 width=103 bgColor=#eaeaea border=0><!--DWLayoutTable-->

  <TBODY>

  <TR>

    <TD vAlign=top width=100 height=16>

	  <A onclick="closebar(); return false"  href="http://media.nipa.co.th/"><img src="http://apc.nipa.co.th/images/close.gif" width="100" height="16" border="0"></A></TD>

    <TD width=3 bgColor=#eaeaea></TD></TR>

  <TR>

    <TD vAlign=top colSpan=2>

<script type='text/javascript'><!--

np_ad_client    = 'AID07100411'; // ???????????????? AID ?????????????

np_ad_width     = 150;      // ????????

np_ad_height    = 430;      // ??????

np_color_border = '#0066FF'; // ?????

np_color_bg     = '#FFFFFF'; // ??????

np_color_link   = '0000FF'; // ??????

np_color_url    = '0066FF'; // ??url

np_color_text   = '0066FF'; // ????????????

np_advertise    = 3;        // ???????????????????

np_alternate_ad_url = '';   // URL ?????????????????????

np_ad_amount    = (np_advertise-1);

np_ad_format    = '150x520_as';

np_ad_type      = 'Rotate';

np_ad_channel   = '';

//--></script>

<script type='text/javascript'

 src='http://tns.nipa.co.th/pagead/show_v3adsponsors_v.js'>

</script> </TD></TR></TBODY></TABLE>