$(function() {
	$('img.hover').wink();
	$('img.alpha').opOver();
	$('#keyv li').biggerlink().opOver(1,0.8);
	$('.school li:not(.none)').biggerlink().opOver();
	$('#mouse').scrollFollow( {
		speed: 1000,
		offset: 50
	} );
	$('.qa dt').each(function(i){
		$(this).click(function(){
			$('dd').eq(i).toggle('normal');
		});
	})
});
