
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="image" src="img/okini_a.gif" value="お気に入りに追加"');
document.write(' onclick="window.external.AddFavorite(\'http://www.ag-mag.jp/\',\'熊本ガールズ求人&情報マガジンAgエイジー\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<input type="image" src="img/okini_a.gif" value="ブックマークに追加"');
document.write(' onclick="window.sidebar.addPanel(\'熊本ガールズ求人&情報マガジンAgエイジー\',\'http://www.ag-mag.jp/\',\'\');">');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://www.ag-mag.jp/" rel="sidebar" title="熊本ガールズ求人&情報マガジンAgエイジー">ブックマークに追加</a>');
}

else { //該当なし
void(0); //何もしない
}
