
// test
// ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
function ajax_test()
{
	phantom_setContent('container_test', 'phantom.php?type=get_test&noctrl=1', '', 'GET', true );
}
// ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

// playlist oylama
// ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
function playlist_oyla(oy, playlist_id, p_id)
{
	phantom_setContent('playlist_oyla', 'phantom.php?type=get_playlist_oyla&oy=' + oy + '&p_id=' + playlist_id + '&p=' + p_id, '', 'GET', true );
}
// ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

// playlist oylama
// ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
function song_oyla(div, oy, song_id, p_id)
{
	phantom_setContent(div, 'phantom.php?type=get_song_oyla&oy=' + oy + '&s_id=' + song_id + '&p=' + p_id, '', 'GET', true );
}
// ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------