function w_play_nr_item(guid, newwin)
	{
		last_guid = guid;
		var nrplayer_url = "http://truemusic.truelife.com/home/p/netradio.php";
		if (newwin != null && newwin != "undefined")
				window.open(nrplayer_url+"?guid="+last_guid);
		else
				window.location.href = nrplayer_url+"?guid="+last_guid;
	}
	// ใช้ฟังชั่นนี้เวลาคลิกจากหน้าของ partner แล้วเปิด player ของ trueworld  ต้องการเก็บ stat ด้วยว่าเปิดจากหน้า partner กี่ครั้ง
// สำหรับ song player
function w_play_song_songguid_item_ads(guid, newwin)
{
	last_guid = guid;
	cgn = "NetRadioPartnering";
	cgs = "sf";
	px = new Date().getTime();
	document.getElementById("statpartner").src = "http://webstat.truelife.com/webstat/webstat.dll/web?px="+px+"&prj=BB&uri=/&sip=trueworld.truelife.com&WT.ul=th&WT.cd=32&WT.sr=1024x768&WT.jo=Yes&WT.js=Yes&WT.cg_n="+cgn+"&WT.cg_s="+cgs;
	
	if (newwin != null && newwin != "undefined")
	{
		window.open("http://truemusic.truelife.com/home/p/song.php?songguid="+last_guid);
	}
	else
	{
		window.location.href = "http://truemusic.truelife.com/home/p/song.php?songguid="+last_guid;
	}
}
// สำหรับ mv player
function w_play_mv_songguid_item_ads(guid, newwin)
{
	last_guid = guid;
	cgn = "NetRadioPartnering";
	cgs = "sf";
	px = new Date().getTime();
	document.getElementById("statpartner").src = "http://webstat.truelife.com/webstat/webstat.dll/web?px="+px+"&prj=BB&uri=/&sip=trueworld.truelife.com&WT.ul=th&WT.cd=32&WT.sr=1024x768&WT.jo=Yes&WT.js=Yes&WT.cg_n="+cgn+"&WT.cg_s="+cgs;

	if (newwin != null && newwin != "undefined")
	{
		window.open("http://truemusic.truelife.com/home/player/player_mv.php?songguid="+last_guid);
	}
	else
	{
		window.location.href = "http://truemusic.truelife.com/home/player/player_mv.php?songguid="+last_guid;
	}
}
