//Cycle Plugin
j$(document).ready(function() {
    j$('.slideshow').cycle({
		fx: 'fade',
		timeout:6000,
		next: '.slideshow_next,.slideshow',
		prev: '.slideshow_prev'
	});
	
	
});


//スクロール
j$(function () {
    if (! j$.browser.safari) {
        j$('a.pagetop').click(function () {
            j$(this).blur();

            j$('html,body').animate({ scrollTop: 0 }, 'slow');

            return false;
        });
    }
});



j$(function(){
    j$('a[href^="http://"]').not('a[href^="http://uonome.jp/"]').addClass('exlink');
});



