/* adbank js */

$(function() {
    jQuery(document).ready(function() {
	    jQuery('#main_image_wrap').fadeIn(1500);
	});
});


