/**
 *  @file   leun.js
 *  @brief  Provides ajax effect using jQuery UI.
 *  @author Le Un Corporation.
 *  @date   2008-11-28 [mh]: Newly created.
 *  @date   2009-06-01 [mh]: Removed obsolete code.
 */

$(document).ready(
    function(){
	$('#imagebanner').innerfade({ speed: 1500, timeout: 10000, type: 'sequence', containerheight: 'auto' }); 
    }   
);
