$(document).ready(function(){
	$(".lo").mouseover(function(){
		$(this).get(0).src=$(this).get(0).src.replace(/.png/,"_o.png");
	});
	$(".lo").mouseout(function(){
		$(this).get(0).src=$(this).get(0).src.replace(/_o.png/,".png");
	});
	$(".stafflist .imgbox img").click(function(){
		$(this).parent().get(0).click();
	});
	$(".blogListContainer dl:first,.blogListContainer .stafflist:first,.blogListContainer ul li:first,.staffContentsList dl:first,.staffContentsList2 dl:first").css({"borderColor":"#000000"});
	try{document.execCommand('BackgroundImageCache', false, true);}catch(e){}
});
