function toWriteItOut(id,message){ document.getElementById('M893ACBDB91E_div').style.backgroundImage = ''; var outMsg = '
'+message+'
'; if (document.getElementById){ document.getElementById(id).innerHTML = outMsg; }else if (document.all){ var x = document.all[id]; if(x.innerHTML){ x.innerHTML = ''; x.innerHTML = outMsg; } } /* else if (document.layers){ var x = document.layers[id]; if(x) alert('div true'); var outText = '

incorrect src

'; x.document.open(); x.document.write(outText); x.document.close(); } */ }//end function function isDivOK(id){ if (document.getElementById){ if(document.getElementById(id)) return true; else return false; } else if (document.all){ if(document.all[id]) return true; else return false; } /* else if (document.layers){ if(document.layers[id]) return true; else return false; } */ return true; } function isImgOK(id,url){ if (document.getElementById){ if(document.getElementById(id)){ var imgLink = document.getElementById(id).src.toLowerCase(); if( imgLink.indexOf(url)!=-1) return true; else return false; }else return false; } else if (document.all){ if(document.all[id]){ var imgLink = document.all[id].src.toLowerCase(); if( imgLink.indexOf(url)!=-1) return true; else return false; }else return false; } else if (document.layers){ if(document.images[id]){ var imgLink = document.images[id].src; imgLink = imgLink.toLowerCase(); if( imgLink.indexOf(url)!=-1) return true; else return false; }else return false; } return true; } function isAOK(id,url,hyperlink) { if (document.getElementById) { if(document.getElementById(id)) { var aLink = document.getElementById(id); if( url.indexOf(aLink)!=-1 || aLink.href.toLowerCase().indexOf(url)!=-1 ) { var strLink = aLink.innerHTML; strLink = strLink.replace(/<.*?>/g, ""); if(strLink == hyperlink) { return true; } else { return false; } } else { return false; } }else return false; } else if (document.all) { var aLink = document.all[id]; if( url.indexOf(aLink)!=-1 || aLink.href.toLowerCase().indexOf(url)!=-1 ) { var strLink = aLink.innerHTML; strLink = strLink.replace(/<.*?>/, ''); if(strLink == hyperlink) { return true; } else { return false; } } else { return false; } } else if (document.layers){ if(document.anchors[id]) { var strLink = aLink.innerHTML; strLink = strLink.replace(/<.*?>/, ''); if(strLink == hyperlink) { return true; } else { return false; } } else { return false; } } return true; } function isOldAOK(id,url){ if (document.getElementById) { if(document.getElementById(id)) { var aLink = document.getElementById(id).href.toLowerCase(); if( url.indexOf(aLink)!=-1 || aLink.indexOf(url)!=-1 ) { return true; } else { return false; } }else return false; } else if (document.all){ var aLink = document.all[id].href.toLowerCase(); if( url.indexOf(aLink)!=-1 || aLink.indexOf(url)!=-1 ) return true; else return false; } else if (document.layers){ if(document.anchors[id]) return true; else return false; } //return true; } function checkXSPPplugin_M893ACBDB91E_21390(){ xsppcount++; //if(xsppcount == 1) { var showErr = false; var Alink = 'http://www.doteasy.com'; var expectedA = Alink.toLowerCase(); var ImgLink = 'xspp.com/logo.php?xsppRSlogo=VDAIENKJEO'; var expectedIMG = ImgLink.toLowerCase(); var divOK = isDivOK('M893ACBDB91E_div'); var imgOK = isImgOK('M893ACBDB91E_img',expectedIMG); var oldaOK = isOldAOK('M893ACBDB91E_a', expectedA); //var aOK = isAOK('M893ACBDB91E_a',expectedA); var aOK = false; if(isAOK('M893ACBDB91E_ha',expectedA,'web hosting by doteasy') == true) { aOK = true; } if(isAOK('M893ACBDB91E_ha',expectedA,'Doteasy Web Hosting') == true) { aOK = true; } if ('Hit Counter' == 'Hit Counter') { var aHOK = isOldAOK('M893ACBDB91E_ha',expectedA); if(!divOK) { alert('It is detected that the Hit Counter plug-in code\nis not completely pasted. Webmaster, please\ncopy-and-paste the complete Hit Counter code at\nhttps://member.doteasy.com'); } else if(!aHOK) //check if new logo exist { if(!imgOK || !oldaOK) //check if old logo exist { toWriteItOut('M893ACBDB91E_div','Incomplete Hit Counter plug-in code. Webmaster, please Re-publish
'); } else { if(document.getElementById('M893ACBDB91E_ha')) { var aLink = document.getElementById('M893ACBDB91E_ha').href.toLowerCase(); if(expectedA != aLink) { toWriteItOut('M893ACBDB91E_div','Incomplete Hit Counter plug-in code. Webmaster, please Re-publish
'); } } else { document.getElementById('M893ACBDB91E_div').innerHTML += '
New Code Available
Upgrade Now
'; } } } else if(!aOK) { toWriteItOut('M893ACBDB91E_div','Incomplete Hit Counter plug-in code. Webmaster, please Re-publish
'); } } else //if other web tools { if(!divOK) { alert('It is detected that the Hit Counter plug-in code\nis not completely pasted. Webmaster, please\ncopy-and-paste the complete Hit Counter code at\nhttps://member.doteasy.com'); } else if(!aOK) //check if new logo exist { if(!imgOK || !oldaOK) //check if old logo exist { toWriteItOut('M893ACBDB91E_div','Incomplete Hit Counter plug-in code. Webmaster, please Re-publish
'); } else { if (document.getElementById) { document.getElementById('M893ACBDB91E_div').innerHTML += '
New Code Available
Upgrade Now
'; } else if (document.all) { var x = document.all['M893ACBDB91E_div']; if(x.innerHTML) { x.innerHTML += '
New Code Available
Upgrade Now
'; } } } } } }//end if }//end function function xsppOnfocus_M893ACBDB91E_21390(){ checkXSPPplugin_M893ACBDB91E_21390(); eval(onfocusBody_M893ACBDB91E_21390); } function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } var xsppcount = 0; onfocusTxt = window.onfocus + ''; onfocusBody_M893ACBDB91E_21390 = onfocusTxt.substring(onfocusTxt.indexOf('{')+1,onfocusTxt.indexOf('}')); //window.onfocus = xsppOnfocus_M893ACBDB91E_21390 addLoadEvent(xsppOnfocus_M893ACBDB91E_21390); document.write(''); document.write(' '); document.write('
');