if (a.href.match(/(http:\/\/blog\d+\.fc2\.com\/)\w\/(.+)$/)) {
a.href = RegExp.$1+RegExp.$2;
}