


$(document).ready(function(){
						   
$("img.a").hover(
function() {
$(this).stop().animate({"opacity": "0"}, "normal");
},
function() {
$(this).stop().animate({"opacity": "1"}, "normal");
});
 
$("a.flash_contentad").fancybox({
'padding'			: 20,
'autoScale'			: false,
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'width'				: 300,
'height'			: 250,
'type'				: 'swf'
});

$("a.flash_leaderboard").fancybox({
'padding'			: 20,
'autoScale'			: false,
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'width'				: 728,
'height'			: 90,
'type'				: 'swf'
});

$("a.flash_400x400").fancybox({
'padding'			: 20,
'autoScale'			: false,
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'width'				: 400,
'height'			: 400,
'type'				: 'swf',
'swf'				: {
'wmode'				: 'transparent'
			}
});
$("a.flash_500x500").fancybox({
'padding'			: 20,
'autoScale'			: false,
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'width'				: 500,
'height'			: 500,
'type'				: 'swf',
'swf'				: {
'wmode'				: 'transparent'
			}
});
$("a.flash_600x400").fancybox({
'padding'			: 20,
'autoScale'			: false,
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'width'				: 600,
'height'			: 400,
'type'				: 'swf',
'swf'				: {
'wmode'				: 'transparent'
			}
});
$("a.flash_634x253").fancybox({
'padding'			: 20,
'autoScale'			: false,
'transitionIn'		: 'fade',
'transitionOut'		: 'fade',
'width'				: 634,
'height'			: 253,
'type'				: 'swf',
'swf'				: {
'wmode'				: 'transparent'
			}
});
});




