$(document).ready(function(){
	if (location.href.match(/\/ff_i\/soul_of_chaos\//)) $('#banner').css('background-image','url(/images/ff1chaostitle.jpg)');
	else if (location.href.match(/\/ff_ii\/soul_of_rebirth\//)) $('#banner').css('background-image','url(/images/ff2rebirthtitle.jpg)');
	else if (location.href.match(/\/ff_i\//)) $('#banner').css('background-image','url(/images/ff1title.jpg)');
	else if (location.href.match(/\/ff_ii\//)) $('#banner').css('background-image','url(/images/ff2title.jpg)');
	else if (location.href.match(/\/ff_iii\//)) $('#banner').css('background-image','url(/images/ff3title.jpg)');
	else if (location.href.match(/\/ff\//)) $('#banner').css('background-image','url(/images/ffnevertitle.jpg)');
	addShareModule();
});
function addShareModule() {
	var url = location.href.replace(/#.*$/,'').replace(/&alias%5B%5D=[^&]+/,'');
	var share = '<div id="sharetwitter"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="tdrview" data-lang="ja">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>';
	share += '<div id="shareplusone"><script type="text/javascript" src="http://apis.google.com/js/plusone.js">{lang: "ja"}</script><g:plusone size="medium"></g:plusone></div>';
	share += '<iframe scrolling="no" frameborder="0" allowTransparency="true" style="overflow:hidden;border:0;width:158px;height:80px" src="http://plugins.mixi.jp/favorite.pl?href='+encodeURI(url)+'&service_key=9a929258bbd934ef1a90c20f4f5f1064b6e6b65c&show_faces=true&width=158"></iframe>';
	share += '<iframe src="http://www.facebook.com/plugins/like.php?href='+encodeURI(url)+'&amp;layout=button_count&amp;show_faces=true&amp;width=158&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:158px; height:21px;" allowTransparency="true"></iframe>';
	share = '<div id="sharemodule" class="module"><h2 class="module-header">SHARE</h2><div class="module-content">'+share+'</div></div>';
	$('.about_blog').after(share);
}

