$(function(){
	$("#nav img").rollover();
	
	if($("#top_catlist dd img").length){
		$("#top_catlist dd img").rollover();
	};
	
	if($('.btn img').length){
		$(".btn img").rollover();
	};

	if($('#contents').length){
		var ch = $('#contents').height();
	};
	
	if($('#side_area').length){
		var sh = $('#side_area').height();
	};
	
	if (ch > sh){
		$('#side_area').css("height", ch + "px");
	}
/* サイドメニュースクロール
	if($('#side').length){
		$('#side').scrollFollow({speed: 250,offset: 10,onText: 'Disable Follow',offText: 'Enable Follow'});
	};
*/

	var L_HOME = location.href;
	var L_TITLE = $('title').text();
	
	
	
	
	if(location.href != "https://saltworks.jp/~yorocobook.com/inquiry/" && location.href != "https://saltworks.jp/~yorocobook.com/inquiry/index.php" && location.href != "https://saltworks.jp/~yorocobook.com/inquiry/inquiry_complete.php" && location.href != "https://saltworks.jp/~yorocobook.com/inquiry/inquiry_error.php" ){

		if($('#contents').length){
			$('#contents').append('<ul id="social"><li><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-lang="ja">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></li><li><a href="http://www.facebook.com/sharer.php?u=' + L_HOME + '&amp;t=' + L_TITLE +'"><img src="https://saltworks.jp/~yorocobook.com/common/img/icon/facebook.png" alt="facebook" width="16" height="16" /></a></li><li><a href="http://b.hatena.ne.jp/append?' + L_HOME +'"><img src="https://saltworks.jp/~yorocobook.com/common/img/icon/hatena.gif" alt="はてブ" width="16" height="12" /></a></li><li><a href="http://clip.livedoor.com/clip/add?link=' + L_HOME + '&amp;title=' + L_TITLE + '&amp;jump=myclip"><img src="https://saltworks.jp/~yorocobook.com/common/img/icon/livedoor.gif" alt="livedoorクリップ" width="16" height="16" /></a></li><li><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=' + L_HOME + '&amp;title=' + L_TITLE +'"><img src="https://saltworks.jp/~yorocobook.com/common/img/icon/google.png" alt="google bookmark" width="16" height="16" /></a></li><li><a href="http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=' + L_TITLE + '&amp;u=' + L_HOME + '&amp;opener=bm&ei=UTF-8"><img src="https://saltworks.jp/~yorocobook.com/common/img/icon/yahoo.gif" alt="Yahoo! ブックマーク" width="16" height="16" /></a></li></ul>');
		};
		if($('ul#social a').length){
			$('ul#social a').attr("target","_blank");
		};
		if($('ul#top_social a').length){
			$('ul#top_social a').attr("target","_blank");
		};
	};
});



