$(document).ready(
function(){
	
//cat
$('#innerfade-block').innerfade({
animationtype: 'fade',
speed: 3000,
timeout: 4000,
type: 'sequence'
});

//zyuhyo
$('#innerfade-block2').innerfade({
animationtype: 'fade',
speed: 3000,
timeout: 4000,
type: 'sequence'
});



$('img', $('#innerfade-block')).css("cursor","pointer").click(function(){	window.open(this.src.replace(/\.jpg$/i, "L.jpg"),"", "");});

$('img', $('#innerfade-block2')).css("cursor","pointer").click(function(){	window.open(this.src.replace(/\.jpg$/i, "L.jpg"),"", "");});

});