/*
* @title あいさつ
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require jQuery
* @require http://jqueryjs.googlecode.com/svn-history/r6163/trunk/plugins/simulate/jquery.simulate.js
*/
$(function(){
$("a[rel=dialog]").simulate("click");
});