
$(document).ready(function(){

	$("a.fancybox").fancybox({ 'width':536, 'height':440, 'type':'iframe' });
	$("a.fancybox2").fancybox({'width':560,'height':405,'type':'iframe'});
	$("a.fancybox3").fancybox({'width':580,'height':450,'type':'iframe'});

	$("a.fanRequest").fancybox({ 'width':720, 'height':550, 'type':'iframe' });
	$("a.fanInfo").fancybox({ 'width':720, 'height':450, 'type':'iframe' });

	smoothRollOver();

	if (typeof document.documentElement.style.maxHeight == "undefined") {
		DD_belatedPNG.fix('div#wrapper h2.main img, div#wrapper p.main img, div#topic, div#topic h3 img, div#topic dd img, div#whats, div#whats h3 img, #topic p img');
	}
/*
  $('#header')
		.animate({ top:'-=50px' }, { duration:0 });
  $('#footer')
		.animate({ bottom:'-=40px' }, { duration:0 });
  $('#topic')
		.hide();
  $('#whats')
		.hide();
  $('#info')
		.hide();
  $('#banner')
		.hide();
  $('#youtube')
		.hide();

  $('#header')
		.delay(1000)
		.animate({ top:'+=50px' }, { duration:1000, easing:'easeOutCubic'});
  $('#footer')
		.delay(1000)
		.animate({ bottom:'+=40px' }, { duration:1000, easing:'easeOutCubic'});
  $('#topic')
		.delay(2000)
		.fadeIn(1000);
  $('#whats')
		.delay(2100)
		.fadeIn(1000);
  $('#info')
		.delay(2200)
		.fadeIn(1000);
  $('#banner')
		.delay(2200)
		.fadeIn(1000);
  $('#youtube')
		.delay(2200)
		.fadeIn(1000, function(){ 
		});
*/
});







