function addToFavorites(){
	var sFavTitle, sURL;
	sFavTitle = arguments[0];
	if (arguments.length == 2){
		sURL = arguments[1];
	}
	else {
		sURL = location.href;
	}
	if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
		window.external.AddFavorite(sURL, unescape(sFavTitle));
	}
}

function mask(end,middle,start,subject){
var one ='mai';
var two='lto:';
var three='?Subject=';
start,middle,end,subject;
var putogether= one+two+start+middle+end+three+subject;
document.location.href=eval('"'+putogether+'"');
window.status=putogether;
}
