var common_preonload = window.onload;

window.onload = function(){
if(common_preonload) { common_preonload(); }

// 検索フォーム イベント設定
document.getElementById('head_search_form').onsubmit = function(){ var S = document.getElementById('head_search_item_category'); if( S.value == '' ){ S.name = ''; }; return true; }

// コンテンツ読み込み
$("#topSet2").load('/pg/top-osusume-item/');
$("#topMenuNewItem").load('/pg/top-new-item/');
$("#topMenuEntry").load('/pg/top-new-blogkiji/');


// Google Analytics
run_ga();

}
