function AddToFavorite(){
	var MSIE = navigator.appName == "Microsoft Internet Explorer";
	if(MSIE) window.external.AddFavorite(document.location.href, document.title);
	else alert("Press Ctrl+D to bookmark this site!");
	return false;
}

function DrawMylo(l,s,name) {
	var pservers = ['cccatch.ru', 'yandex.ru', 'mail.ru', 'bk.ru'];
	var login  = l?l:'info';
	var server =( !s || typeof(pservers[s])=='undefined')?pservers[0]:pservers[s];
	var email  = login+'@'+server;
	var url = 'mailto:'+email;
	if(!name) name = email;
	document.write('<a href="'+url+'">'+name+'</a>');
}

function DrawEmail(login, stub, server, name){
	email  = login+'@'+server;
	url = 'mailto:'+email;
	if(!name) name=email;
	document.write('<a href="'+url+'">'+name+'</a>');
}
