if (window==top) {
	if(window.location.pathname) parent.top.location.replace('http://www.lpjoy.com/?'+window.location.pathname+window.location.search)
	else parent.top.location.replace('http://www.lpjoy.com')
}
if (location.host != 'www.lpjoy.com') {
	if(window.location.pathname) self.location.replace('http://www.lpjoy.com'+window.location.pathname+window.location.search)
	else self.location.replace('http://www.lpjoy.com')
}

function setnoCopy() {
	/* º¹»ç ¹æÁö ºÎºÐ*/
	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")
	}
}
setInterval("setnoCopy()",500);
