
$(document).ready(function(){
 
 $("#t01").center({ vertical: false});


/*
$("#footer").css({ "background-color":"#efefef" });
$("#footer_text").css({ 
						 "background" : "#d5d5d5",
						 "background-image" : "url(imageset/footer.gif)",
						 "color" : "#111", 
						 "font-size" : "12px", 
						 "line-height" : "1.1em",  
						 "height" : "69px",  
						 "valign" : "middle",
						 "text-align" : "center" 
						 });  
 
*/
$('#s2').hover(function() { 
   $('#s2').cycle('pause');  return false; 
}, 
function() {
   $('#s2').cycle('resume');  return false; 
});


 
 $("#sub").load('update.html');
});

