if(typeof window.jQuery == "undefined"){
	document.write('<script src="/js/jquery1.1.2.js" type="text/javascript"></scr'+'ipt>');
	document.write('<script src="/js/jquery.moss.js" type="text/javascript"></scr'+'ipt>');
}

new function(){
	var func = function(){
		if(window.jQuery && window.jQuery.fn.scgrph_swapper){
			clearInterval(tid);
			$(init);
		}
	};
	var tid = setInterval(func,100);
}

function init(){
	$("#banner").after('<ul id=nav></ul>');
	
	$.each([[8,"/index.html"],"/profile.html","/target.html","/qa.html","/report/","/congress.html","/column/","/information.html"],function(i,s){if(typeof s !="string"){i=s[0];s=s[1];}$("#nav").append("<li>").find("li:last").append('<a href="'+s+'">').find("a:last").html('<img src=/imgs/navi0'+i+'.gif>');});
	
	$("#nav img").scgrph_swapper({regexp:"name_NUM_o"})
	
	if($(".post-footers").get(0))
	$(".entry-header, #archive-title").each(function(){
		$(this).prepend("<span>").find("span").html($(this).parent().find(".post-footers").html().replace(/(投稿者: .+ ?)?日時:/,"").replace(/ [0-9]+:[0-9]+/,"")).parent().append("<div class=xclr>");
	});
	$("#archive-title:contains('アーカイブ')").find("span").remove().end().css("marginBottom","20px").css("backgroundColor","#fff");
	
	
	var tmp = $("div.module-archives h2:contains('最近のエントリー')").parent().find("ul.module-list").get(0);
	 $("div.module-archives h2:contains('最近のエントリー')").parent().find("div.module-content").html("").append(tmp);
	 
	 new function(){
		var html = "| ";
		var blog="test";
		if(location.href.match(/report/)) blog="report";
		else if(location.href.match(/column/)) blog="column";

	 $.each([["/","ホームへ"],["/profile.html","プロフィール"],["/target.html","マニフェスト"],["/qa.html","山さんQ&A"],["/report/","活動報告"],["/congress.html","議会報告"],["/column/","山さんのコラム"],["/information.html","お知らせ・予定"]],function(i,a){html+="<a href="+a[0]+">"+a[1]+"</a> | "});
	 $("#pagebody-inner").append("<div id=fnav>").find(":last").html(html).find("a[@href$="+blog+"/]").addClass("cur").end().parent().parent().
	 after("<div id=fext>").next().html("山崎きくお事務所 TEL.072(829)1900").append("<img src=http://k-yamasan.com/images/mail.gif>");
	}
	
	
	
}
