$(document).ready(function() {

$('#coda-slider-2').codaSlider({
	autoSlide: true,
	autoSlideInterval: 4000,
	autoSlideStopWhenClicked: true
});

$("a.judgelink").fancybox({
	'overlayShow'			: true,
	'hideOnContentClick'    : false,
	'width'			: 640,
	'height'		: 490,
	'speedIn'		: 300,
	'speedOut'		: 300,
	'type'          : 'iframe',
	'scrolling'		: 'no'
});

$("a.footerlink, a.prizelink").fancybox({
	'overlayShow'			: true,
	'hideOnContentClick'    : false,
	'width'			: 940,
	'height'		: 600,
	'speedIn'		: 300,
	'speedOut'		: 300,
	'type'          : 'iframe',
	'scrolling'		: 'auto'
});


});
