/**
 * @author kikukawa
 */
var fm_tag;
fm_tag = '<form action="https://www.login.secomtrust.net/customer/customer/pfw/CertificationPage.do" name="CertificationPageForm" method="POST" target="_blank">';
fm_tag +='<input type="image" border="0" name="Sticker" src="/images/common/secom.gif" alt="クリックして証明書の内容をご確認ください" />';
fm_tag +='<input type="hidden" name="Req_ID" VALUE="1340099966" class="normal" />';
fm_tag +='</form>';

$(document).ready(function(){
   $('#secom').html(fm_tag);
   //$('#nr').load('/news/sitetop');
});
