presented by idol scheduler

アカウント作成

今なら、
naGecoした金額の
半分がもらえる!

例えば...

※対象期間:2020/4/4 12:00~2020/4/30 23:59迄

※期間中に8,000円以上naGecoをした方が対象です。

※まてコインでnaGecoをした分が対象です。Amazonギフト券でnaGecoした分は対象外です。

※Amazonギフト券の送付は2020年7月中を予定しております。

※Amazonギフト券の送付はTwitterのDMで送付を予定しております。


Warning: Cannot modify header information - headers already sent by (output started at /home/idol-scheduler/www/nageco/regist.inc:4) in /home/idol-scheduler/pear/php/HTML/AJAX.php on line 582

Warning: Cannot modify header information - headers already sent by (output started at /home/idol-scheduler/www/nageco/regist.inc:4) in /home/idol-scheduler/pear/php/HTML/AJAX.php on line 582

Warning: Cannot modify header information - headers already sent by (output started at /home/idol-scheduler/www/nageco/regist.inc:4) in /home/idol-scheduler/pear/php/HTML/AJAX/Server.php on line 685

Warning: Cannot modify header information - headers already sent by (output started at /home/idol-scheduler/www/nageco/regist.inc:4) in /home/idol-scheduler/pear/php/HTML/AJAX/Server.php on line 686
/** * Default loading implementation * * @category HTML * @package Ajax * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @copyright 2005 Joshua Eichorn * see Main.js for license Author details */ HTML_AJAX.Open = function(request) { var loading = document.getElementById('HTML_AJAX_LOADING'); if (!loading) { loading = document.createElement('div'); loading.id = 'HTML_AJAX_LOADING'; loading.innerHTML = 'Loading...'; loading.style.color = '#fff'; loading.style.position = 'absolute'; loading.style.top = 0; loading.style.right = 0; loading.style.backgroundColor = '#f00'; loading.style.border = '1px solid #f99'; loading.style.width = '80px'; loading.style.padding = '4px'; loading.style.fontFamily = 'Arial, Helvetica, sans'; loading.count = 0; document.body.insertBefore(loading,document.body.firstChild); } else { if (loading.count == undefined) { loading.count = 0; } } loading.count++; if (request.isAsync) { request.loadingId = window.setTimeout(function() { loading.style.display = 'block'; },500); } else { loading.style.display = 'block'; } } HTML_AJAX.Load = function(request) { if (request.loadingId) { window.clearTimeout(request.loadingId); } var loading = document.getElementById('HTML_AJAX_LOADING'); loading.count--; if (loading.count == 0) { loading.style.display = 'none'; } }
Warning: Cannot modify header information - headers already sent by (output started at /home/idol-scheduler/www/nageco/regist.inc:4) in /home/idol-scheduler/pear/php/HTML/AJAX/Server.php on line 685

Warning: Cannot modify header information - headers already sent by (output started at /home/idol-scheduler/www/nageco/regist.inc:4) in /home/idol-scheduler/pear/php/HTML/AJAX/Server.php on line 686