var TRUEMUSIC_URL = "http://truemusic.truelife.com/";
var AD_BANNER_URL = TRUEMUSIC_URL + "home/inc/ad_banner.php";
var STAT_TRUEHITS_URL = TRUEMUSIC_URL + "home/p/include/stat.php";
var COMMENT_URL = "http://comment.truelife.com/commentservice/comment.jsp?guid=";

var ALBUM_URL = "http://truemusic.truelife.com/home/artist_album.php";
var ARTIST_URL = "http://truemusic.truelife.com/home/artist.php";
var LYRIC_URL = "http://truemusic.truelife.com/home/player/lyrics/lyrics.php";
var DOWNLOAD_MP3_URL = "http://truemusic.truelife.com/home/dl.php?s=";
var DOWNLOAD_MB_URL = "http://truemusic.truelife.com/home/dlmobile.php?s=";
var DOWNLOAD_MV_URL = "http://truemusic.truelife.com/home/dlmv.php?s=";
var PRELISTENING_PLAYER = "http://truemusic.truelife.com/home/p/song.php"
var EMBED_CODE = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="300" height="131.7" ><param name="movie" value="http://truemusic.truelife.com/home/embedplayer/musicplayer.swf?URLofXMLFile=http%3A//services.truelife.com/StreamingPlaylistService2/streammanager.aspx%3FjwPlayer%3D1%26streamtype%3Dsinglecontent%26scope%3Dmusic%26contentgroup%3Dmusic%26songguid%3D~songguid~%26file%3D1%26channel%3Djw_basicplayer%26ext%3Dpy_tm_eb"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="false"></param><embed width="300" height="131.7" src="http://truemusic.truelife.com/home/embedplayer/musicplayer.swf?URLofXMLFile=http%3A//services.truelife.com/StreamingPlaylistService2/streammanager.aspx%3FjwPlayer%3D1%26streamtype%3Dsinglecontent%26scope%3Dmusic%26contentgroup%3Dmusic%26songguid%3D~songguid~%26file%3D1%26channel%3Djw_basicplayer%26ext%3Dpy_tm_eb" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="false" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>';


var central_id;

//--Start : config
//var stream_flash_url = "http://twsvc.truelife.com/StreamingPlaylistService/streammanager.aspx%3fstreamtype=~streamtype~%26scope=~scope~%26contentgroup=~contentgroup~%26streamguid=~guid~%26referer=~referer~%26channel=~channel~%26ext=~ext~%26clientip=~clientip~%26jwplayer=~jwplayer~%26file=~file~%26needinfo=~needinfo~";
var stream_url = "http://twsvc.truelife.com/StreamingPlaylistService/streammanager.aspx%3fstreamtype=~streamtype~%26scope=~scope~%26contentgroup=~contentgroup~%26songguid=~guid~%26referer=~referer~%26channel=~channel~%26ext=~ext~%26clientip=~clientip~%26jwplayer=~jwplayer~%26file=~file~%26needinfo=~needinfo~";
//--Trueworld--
var fpSize = {s:100,m:150};
var fpSize_w = {s:384,m:480};
var fpSize_h = {s:292,m:424}; //+ 64

//--mini--
var fpSize_w_mini = {s:384,m:480};
var fpSize_h_mini = {s:20,m:20}; //+ 64

//--TrueLife--
var fpSize_w_tl = {s:384,m:480};
var fpSize_h_tl = {s:292,m:402}; //+ 64

var vdo_quality = {low:256000,hi:512000};
var audio_quality = {narrow:22000,low:220000,med:640000,hi:960000};

//--End : config
