/* -------------------------------------------------------------------------- */
/** 
 *    @fileoverview
 *       common scripts
 *
 *    @version 1.0.20090622
 *    @require jquery.js
 */
/* -------------------------------------------------------------------------- */



jQuery(function($) {
	if (!$.browser.msis) $('img, area').each(function() { this.title = this.alt });
});
