/*
* @title bookmarklet
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require http://tociyuki.flop.jp/archive/base64.js
* @require http://pajhome.org.uk/crypt/md5/2.2/md5-min.js
* @private
*/
(function(){
alert(hex_md5(location.href)+base64encode('aaacccc'));
}())