
function put_mail( user, domain, tld, str )
{
	document.write( '<a href="mailto:' + user + '@' + domain + '.' + tld + '">' + str + '</a>' );
}

function bookmark(title,url) {
	if (window.sidebar) {
		window.sidebar.addPanel(title, url,"");
	} else if( document.all ) {
		window.external.AddFavorite( url, title);
	} else if( window.opera && window.print ) {
		return true;
	}
}


var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("zango")!=-1) {
    alert("WARNING - do not close this message - please read -ACCESS TO THIS WEBSITE HAS BEEN DENIED You have what many people call dangerous spyware known as ZANGO installed on your system. We are not here to sell you anything you can remove it for free simply go to google and type REMOVE ZANGO into the search box and you will find many websites to help you remove it.")
    window.location.href = 'http://www.google.com/search?q=remove+zango';
}
