function toWriteItOut(id,message){
document.getElementById('FF135A408E28_div').style.backgroundImage = '';
var outMsg = '
';
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_FF135A408E28_13827(){
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('FF135A408E28_div');
var imgOK = isImgOK('FF135A408E28_img',expectedIMG);
var oldaOK = isOldAOK('FF135A408E28_a', expectedA);
//var aOK = isAOK('FF135A408E28_a',expectedA);
var aOK = false; if(isAOK('FF135A408E28_ha',expectedA,'web hosting by doteasy') == true)
{
aOK = true;
} if(isAOK('FF135A408E28_ha',expectedA,'Doteasy Web Hosting') == true)
{
aOK = true;
} if ('Hit Counter' == 'Hit Counter')
{
var aHOK = isOldAOK('FF135A408E28_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('FF135A408E28_div','Incomplete Hit Counter plug-in code. Webmaster, please Re-publish
');
}
else
{
if(document.getElementById('FF135A408E28_ha'))
{
var aLink = document.getElementById('FF135A408E28_ha').href.toLowerCase();
if(expectedA != aLink)
{
toWriteItOut('FF135A408E28_div','Incomplete Hit Counter plug-in code. Webmaster, please Re-publish
');
}
}
else
{
document.getElementById('FF135A408E28_div').innerHTML += 'New Code Available
';
}
}
}
else if(!aOK)
{
toWriteItOut('FF135A408E28_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('FF135A408E28_div','Incomplete Hit Counter plug-in code. Webmaster, please Re-publish
');
}
else
{
if (document.getElementById)
{
document.getElementById('FF135A408E28_div').innerHTML += 'New Code Available
';
}
else if (document.all)
{
var x = document.all['FF135A408E28_div'];
if(x.innerHTML)
{
x.innerHTML += 'New Code Available
';
}
}
}
}
}
}//end if
}//end function
function xsppOnfocus_FF135A408E28_13827(){
checkXSPPplugin_FF135A408E28_13827();
eval(onfocusBody_FF135A408E28_13827);
}
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_FF135A408E28_13827 = onfocusTxt.substring(onfocusTxt.indexOf('{')+1,onfocusTxt.indexOf('}'));
//window.onfocus = xsppOnfocus_FF135A408E28_13827
addLoadEvent(xsppOnfocus_FF135A408E28_13827);
document.write('');
document.write('  |
');
document.write('
');