function sales(sText){
	if (sText == '#')
	{
		sText = 'sal';
		sText += 'es&#64;';
		sText += 'fastinternetsuccess.com';
	}
	var edress = '<A HREF="mai';
	edress += 'lto:sal';
	edress += 'es&#64;';
	edress += 'fastinternetsuccess.com?subject=How%20can%20Fast%20Internet%20Success%20help%20me?&body=To%20Whom%20It%20May%20Concern%2C%0D%0A%0D%0AI%20have%20a%20few%20questions%20about%20your%20services...">'+sText;
edress += '</A>';
	return edress;
}

function partnering(sText){
	if (sText == '#')
	{
		sText = 'part';
		sText += 'nering&#64;';
		sText += 'fastinternetsuccess.com';
	}
	var edress = '<A HREF="mai';
	edress += 'lto:part';
	edress += 'nering&#64;';
	edress += 'fastinternetsuccess.com?subject=Partnering%20Questions&body=To%20Whom%20It%20May%20Concern%2C%0D%0A%0D%0AI%20have%20a%20few%20questions%20about%20partnering%20with%20Fast%20Internet%20Success...">'+sText;
edress += '</A>';
	return edress;
}
