/*
* @title Akoga::Let
* @description jump to akogare-no anohito...
* @include http://*
* @license MIT License http://nrm.mit-license.org/2013
* @require
* @private
*/
(function () {
var id;
if (!(id = prompt('HatenaID?'))) return;
location.href = 'http://let.hatelabo.jp/' + id + '/';
//prompt('your hero' , 'http://let.hatelabo.jp/' + id + '/');
})();