/*--------------------
  acc
--------------------*/  
(function () {

var acclog_cgi_url = 'http://www.marushin-helmet.co.jp/cgi-bin/acc/acclog.cgi';


create_beacon();
function create_beacon() {
	var img = document.createElement("img");
	img.src = acclog_cgi_url + "?referrer=" + document.referrer + "&width=" + screen.width + "&height=" + screen.height + "&color=" + screen.colorDepth + "&epoch=" + new Date().getTime();
}
})();




/*--------------------
  ツールチップ
--------------------*/  
$(function() {
	$('.FunctionIcon *').tooltip({
	delay: 0,
	showURL: false
	});
});
	
	
	
/*--------------------
  スライドショー
--------------------*/  
$(document).ready(function(){

		$("a[rel^='prettyPhoto']").prettyPhoto({
			
			animation_speed:'fast',
			overlay_gallery: false ,
			slideshow:4000
		});
});



