window.onload = function(){
	jQuery('div[class="content_box"] img').wrap('<span oncontextmenu="return false"></span>');
}
