  jQuery(document).ready(function($) {

$("#about").fancybox({
				'width'				: '85%',
				'height'			: '94%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});

$("#blog").fancybox({
				'width'				: '97%',
				'height'			: '94%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});
$("#social").fancybox({
				'width'				: '100%',
				'height'			: '100%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});
$("#sponsors").fancybox({
				'width'				: '87%',
				'height'			: '94%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});
$("#joetopro").fancybox({
				'width'				: '85%',
				'height'			: '94%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});
$("#schedule").fancybox({
				'width'				: '85%',
				'height'			: '94%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});
$("#news").fancybox({
				'width'				: '75%',
				'height'			: '94%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});
$("#inthebox").fancybox({
				'width'				: '95%',
				'height'			: '94%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				
				'type'				: 'iframe'
			});			
			
$(function() {
     $('img').wrap('<span class="image-box"></span>').hide();
});

$(window).bind('load', function() {
     var i = 1;
     var imgs = $('img').length;
     var int = setInterval(function() {
     //console.log(i); check to make sure interval properly stops

     if(i >= imgs) clearInterval(int);
     $('img:hidden').eq(0).fadeIn(100);
     i++;
     }, 100);
});



		<!--//--><![CDATA[//><!--

			if (document.images) {
				img1 = new Image();
				img2 = new Image();
				img3 = new Image();
				img4 = new Image();
				img5 = new Image();
				img6 = new Image();
				img7 = new Image();
				img8 = new Image();
				img9 = new Image();
				img10 = new Image();
				img11 = new Image();
				

				img1.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/Kelloggs-lg.png";
				img2.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/Chevy-lg.png";
				img3.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/Ranger.png";
				img4.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/Rapala.png";
				img5.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/Kinami.png";
				img6.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/lowrance.png";
				img7.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/reelgrip.png";
				img8.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/Tabu.png";
				img9.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/SolarBat.png";
				img10.src = "<?php bloginfo('stylesheet_directory'); ?>/images/sponsors/over/Dobyns.png";
				img11.src = "<?php bloginfo('stylesheet_directory'); ?>/images/h4.png";
			}

		//--><!]]>			
		

		});
