/**
 * @fileOverview *************************
 * @version 0.0.1
 */
/* ----------------------------------------------------------------------------------- */


var MYLIST_BTN_HTML = ''
+'<div id="favorite-registration">'
+'	<a href="javascript:void(0);"><img src="/common/images/header_bt001.gif" alt="ちばぎんマイリスト" width="132" height="20" id="mylist-btn" class="rollover" /></a>'
+'</div>';

document.write( MYLIST_BTN_HTML );


