$(document).ready(function(){$('.IE6 #navigation li').mouseenter(function(){$('ul',this).css('visibility','visible');});$('.IE6 #navigation li').mouseleave(function(){$('ul',this).css('visibility','hidden');});$('#slideshow').cycle();
$('#sidebar .widget a img').hover(function() {
    $(this).stop().animate({ opacity: 0.7 }, 200);
},
function() {
    $('#sidebar .widget a img').stop().animate({ opacity: 1 }, 200);
});
		$(".extLink").fancybox({
	         'width' : '85%',
	         'height' : '95%',
			 'autoDimensions'	: true,
	         'transitionIn' : 'none',
	         'transitionOut' : 'none',
	         'type' : 'iframe'
		});
		$(".extLink2").fancybox({
	         'width' : '75%',
	         'height' : '85%',
			 'autoDimensions'	: true,
	         'transitionIn' : 'none',
	         'transitionOut' : 'none',
	         'type' : 'iframe'
		});
	 
});
