var get_self_url = function() { var _current = (function() { if (document.currentScript) { return document.currentScript.src; } else { var scripts = document.getElementsByTagName('script'); script = scripts[scripts.length-1]; if (script.src) { return script.src; } } })(); return _current; }; var url = (get_self_url()).split('?'); var query_param = ''; if(url.length == 2) { query_param = url[1]; } else { var url = (get_self_url()).split('/'); var type = url[url.length - 1]; if(type == 'facili.js') { if(url[url.length - 4] == 'af') { query_param += 'coupon_id=' + url[url.length - 3]; query_param += '&facilitator_customer_id=' + url[url.length - 2]; } else { query_param += 'coupon_id=' + url[url.length - 4]; query_param += '&facilitator_customer_id=' + url[url.length - 3]; query_param += '&instructor_customer_id=' + url[url.length - 2]; } } else if(type == 'common.js') { query_param += 'genre_cd=' + url[url.length - 2]; query_param += '&instructor_customer_id=' + url[url.length - 3]; } } console.log(query_param); var html = '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '
' + '
' + '
' + ''; document.write(html);