/* $(function(){ $('.bbs-html img').each ( function(){ if( this.width > 300 ){ $(this).addClass('board-picture').css('cursor', 'pointer'); } } ); new $.module['modal']( $('.board-picture') ); if( location.hash != '#u' ) { history.pushState(null, null, "#u"); } $.window.on ( "hashchange", function(){ if( location.hash == '' ){ location.href = '/sub0405/index'; } } ); }); */