var oI=false;function overImg(){oI=true;}function notOverImg(){oI=false;}
var clickMsg='copyright NotGoddess.com';var imgClass='imgprotect';function eventMsg(w){if(document.getElementById('clickMessageWindow')){return false;}
if(clickMsg){var e=document.createElement('div');var mom;e.id='clickMessageWindow';e.style.padding='5px';e.style.color='#c00';e.style.textAlign='center';e.style.position='absolute';e.style.top='0%';e.style.left='0%';e.style.zIndex='3';e.appendChild(document.createTextNode(clickMsg));mom=w.parentNode;var Ce=document.createElement('span');Ce.style.textDecoration='none';Ce.style.cursor='pointer';Ce.style.margin='5px';Ce.style.color='#c00';Ce.onclick=bye;Ce.appendChild(document.createTextNode('[x]'));e.appendChild(Ce);if(mom){mom.appendChild(e);mom.onmouseout=function(){bye();};}}
return false;}
function bye(){var fsw=document.getElementById('clickMessageWindow');if(fsw){fsw.parentNode.removeChild(fsw);}}
function loadStyle(){if(!document.getElementsByTagName)return;var kimgs=document.getElementsByTagName("img");var i=0;var q=kimgs.length;for(i=0;i<q;i++){var kimg=kimgs[i];if(!imgClass||(kimg.className&&(kimg.className.indexOf(imgClass)!=-1))){if(kimg.className){kimg.className+=' imgscreen';}
else{kimg.className='imgscreen';}
kimg.oncontextmenu=function(){return false};kimg.onmouseover=overImg;kimg.onmouseout=notOverImg;}}}
if(typeof window.attachEvent!='undefined'){window.attachEvent('onload',loadStyle);}
else if(typeof window.addEventListener!='undefined'){window.addEventListener('load',loadStyle,false);}
else if(typeof document.addEventListener!='undefined'){document.addEventListener('load',loadStyle,false);}
else if(typeof window.attachEvent!='undefined'){window.attachEvent('onload',loadStyle);}
function mouseDown(e){var clickType=1;var tgt="";var tgtOb;if(parseInt(navigator.appVersion)>3){if(navigator.appName=="Netscape"){clickType=e.which;tgt=""+e.target;tgtOb=e.target;if(tgt.length!=0&&tgt.charAt(tgt.length-1)=="#"){oI=1;}}
else{clickType=event.button;tgtOb=event.srcElement;if(""+event.srcElement.className=="imgscreen"){oI=1;}}
if(clickType!=1&&oI){return eventMsg(tgtOb);}}
return true;}
if(parseInt(navigator.appVersion)>3){document.onmousedown=mouseDown;if(navigator.appName=="Netscape"){document.captureEvents(Event.MOUSEDOWN);}}
