/* ===================================================================
JS information

 file name  :setting.js
 info       :各種jQueryプラグインの初期設定
=================================================================== */
/*----------------------------------------------------
  VoteNow
  onloadPieChart
  http://www.lway.co.jp
----------------------------------------------------*/
$(function () {
  try{onloadPieChart();}catch(e){}
});
/*----------------------------------------------------
  What's New
  easySlider
  http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider
----------------------------------------------------*/
$(function () {
  try{
  $('#slider').easySlider({
    auto:       true,
    pause:      3000,
    speed:      1000,
    continuous: true,
    controlsShow:   false,
    prevShow:   false
  });
  }catch(e){}
});
/*----------------------------------------------------
  Fancy Box
  http://fancybox.net/
----------------------------------------------------*/
/*
$(function () {
	try{
	$("a.iframe").fancybox({
												 'width': 680,
												 'height': 490,
												 'overlayColor': '#333',
												 'overlayOpacity': 0.8,
												 'showCloseButton': true,
		'hideOnContentClick': false
	});
	}catch(e){}
});
*/
