// 共通スクリプト
google.load("jquery", "1.3.1"); 
google.load("jqueryui", "1.5.3");

// 無名関数
function g_o(i){return document.getElementById('i');}

// Add this 用定義
var addthis_config = {ui_language: "ja"}

// target="_blank"　代替スクリプト
function wo(u){window.open(u.href, "newWindow")}

