// JavaScript Document
$(document).ready(function(){
			$('.ani').fadeTo('slow', 1);
});