<!--ΙΎ³ύΛωΣΠΑ΄½ΣΠιΟίΏς-->
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
function logout(){	if(top.location == self.location){window.location='/login.php';}else{top.location='/login.php';}}


