﻿//
// donate.js
//  募金関係ボタン
//

document.writeln('<div id = "contrb">');
document.writeln('<div id = "btn_donate_bar">');
document.writeln('<a href = "https://www2.unicef.or.jp/jcuApp/servlet/common.CommonControl?action=bokin&bokin_type=1" title="ユニセフ募金にご協力ください" target = "_blank" onfocus = "this.blur();">');
document.writeln('ユニセフ募金にご協力ください');
document.writeln('</a>');
document.writeln('</div>');
document.writeln('');
document.writeln('<div id = "btn_credit">');
document.writeln('<a href = "https://www2.unicef.or.jp/jcuApp/servlet/common.CommonControl?action=bokin&bokin_type=1" title="クレジットカードで募金" target = "_blank" onfocus = "this.blur();">');
document.writeln('クレジットカードで募金');
document.writeln('<!--img src = "images/top/menu/contrb_credit_off.png" width = "231" height = "40" alt = "クレジットカードで募金" -->');
document.writeln('</a>');
document.writeln('</div>');
document.writeln('');
document.writeln('<div id = "btn_monthly">');
document.writeln('<a href = "https://www2.unicef.or.jp/jcuApp/servlet/common.CommonControl?action=bokin&bokin_type=2&monthly=1" title="毎月のご支援" target = "_blank" onfocus = "this.blur();">');
document.writeln('毎月のご支援');
document.writeln('<!--img src = "images/top/menu/contrb_monthly_off.png" width = "233" height = "40" alt = "毎月のご支援" -->');
document.writeln('</a>');
document.writeln('</div>');
document.writeln('');
document.writeln('<div id = "btn_conv">');
document.writeln('<a href = "https://www2.unicef.or.jp/jcuApp/servlet/common.CommonControl?action=conbini&bokin_type=1" title="コンビニから募金" target = "_blank" onfocus = "this.blur();">');
document.writeln('コンビニから募金');
document.writeln('<!--img src = "images/top/menu/contrb_conv_off.png" width = "137" height = "42" alt = "コンビニから募金" -->');
document.writeln('</a>');
document.writeln('</div>');
document.writeln('');
document.writeln('<div id = "btn_request">');
document.writeln('</div>');
document.writeln('');
document.writeln('<div id = "btn_donasam">');
document.writeln('<a id = "abtn_donasam" href = "pages/donasam.html?TB_iframe=true&modal=true&width=800&height=649" title="あなたのご支援でできること" class = "thickbox" onfocus = "this.blur();">');
document.writeln('あなたのご支援でできること');
document.writeln('</a>');
document.writeln('</div>');
document.writeln('</div>');



