//if (location.host!='www.lpmania.co.kr') {
//	self.location.replace('http://www.lpmania.co.kr')
//}
function jjSetNoCopy() {
	/* 복사 방지 부분*/
	if(document.body) {
		document.body.oncopy=new Function("return false")
		document.body.ondrag=new Function("return false")
		document.body.oncontextmenu=new Function("return false")
		document.body.onrclick=new Function("return false")
		document.body.onselectstart = new Function("return false")
	}
}
if(!location.pathname.match(/bbs/)) setInterval("jjSetNoCopy()",50)

