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