/*
Script Author: Curt Dunmire
http://www.thiefware.com [RidText v1.3]
Use this script for free provided that you
leave these comments intact with the script.
May your Web site be healthy :-)
*/

found = 0; data = unescape(document.cookie)
if (data == "" && navigator.appName == "Microsoft Internet Explorer") {
date = new Date(); currentdate = date.getTime() + 20000
date.setTime(currentdate); document.cookie = "visit=yes; expires=" + date.toGMTString()
EraseTime=setTimeout("Original()", 1400) }

function Original() { clearTimeout(EraseTime)
if (document.body != null) { Html = document.body.innerHTML
if (Html.search("ezula") != -1 && Html.search("www.ezula.com/eZula/redirect") != -1) { found = 1 }
ch = /C:\/PROGRA\~1\/eZula\/images\/new\.gif/ig
Html = Html.replace(ch, "")
ch = /CURSOR: hand; /ig; Html = Html.replace(ch, "")
ch = /http:\/\/www\.ezula\.com\/eZula\/redirect/ig
Html = Html.replace(ch, ""); ch = /http:\/\/www\.ezula\.com/ig
Html = Html.replace(ch, ""); ch = /onmouseover="this\.style\.backgroundColor='yellow';/ig
Html = Html.replace(ch, ""); ch = /onmouseover="window\.status='TopText Link';return true;" /ig
Html = Html.replace(ch, ""); ch = /title=/ig; Html = Html.replace(ch, "notitle=")
ch = /onclick="top\.location\.href ='ezula/ig
Html = Html.replace(ch, "onmouseover=\"status=\'ezula"); document.body.innerHTML = Html
if (found == 1) { Confirmation = "You have been invaded by eZula\'s TopText. Would you like to\n" +
"get informed about it and learn how to remove it? Service provided for free by ChatXPlanet.Com. We do what we can to battle unethical internet practices! (OK or cancel). Opens in new window."
GoThere = confirm(Confirmation); if (GoThere == true) {
window.open("http://www.thiefware.com/launch/","tw","top=0,left=0,height=500,width=780,menubar,toolbar,scrollbars,location")
}}}}