//var isIE = (document.documentElement.getAttribute("style") == document.documentElement.style);


//API本体を読み込む
google.load("feeds", "1");

// 初期化関数を定義する
function initialize() {
	
	
		
}

// 定義した関数をイベントハンドラとして登録する
google.setOnLoadCallback(initialize);
