function blurLinks() {
if (document.links)
for (var i=0; i< document.links.length; i++)
document.links[i].onfocus = function() {if(this.blur)this.blur()}
}

function blurAnchors() {
if (document.getElementsByTagName) {
var a = document.getElementsByTagName("a");
for (var i=0; i< a.length; i++)
a[i].onfocus = function() {if(this.blur)this.blur()}
}
}

function start() {
blurLinks();
blurAnchors();
}
window.onload = start;

function botsbust(dom3,dom1,subj,pre2,dom2,name,pre1) {
	document.write("<a href=&#x6d;a&#105;l&#x74;o&#58;" + name + "%20&lt;" + pre1 + pre2 + "&#x40;" + dom1 + dom2 + "&#x2e;" + dom3 + "&gt;"
	+ "?Subject=" + subj + ">" + pre1 + pre2 + "&#x40;" + dom1 + dom2 + "&#x2e;" + dom3 + "</a>")
}
