function baha_bookmark( str, titles, url )
{
  if( !titles ){
    titles = encodeURIComponent(document.title);
  }else{
    titles = encodeURIComponent(titles);
  }

  if( !url ) url = encodeURIComponent(location.href);
  window.open('http://home.gamer.com.tw/bookmarkNew1.php?t=article&url='+url+'&title='+titles+str );
}

if( !ss ) var ss = '';
if( !atitle ) var atitle = '';
if( !simg ) {
var simg='';
document.write( '<a href="javascript:baha_bookmark(ss, atitle)"><img src="http://pic.bahamut.com.tw/home/bookmark.gif" border="0"></a>' );
}
