/* trso js */
/* twitter取得 ---------------------------------------------------- */
/*
getTwitters('tweet', {
	id: 'TRSO_info',
	count: 5, //表示されるリストの数
	enableLinks: true,
	ignoreReplies: true,
	clearContents: true,
	//template: '<dt>%text%</dt><dd><a href="http://twitter.com/%user_screen_name%/status/%id%/">%time%</a></dd>' //表示するソースの指定
	template: '%text%<span class="tweet_time">%time%</span>' //表示するソースの指定
});
*/

(function($) {
	$(function() {
		/* トップ用グループ枠線の処理 */
		//ロールオーバーの設定
		$(".wink").wink();
		//$("#home_side_navigation li").wink();
		$("#home_side_navigation li").opOver(1.0,0.6);
		$("#global_navigation li").opOver(1.0,0.6);
		$(".fade1").opOver(1.0,0.8);
		$(".fade2").opOver(1.0,0.7);
		
	});
})(jQuery);

//analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20338934-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();


