﻿/**********************************************
E-MAIL Setter: INFO
ect2005
Sintel Satellite Services, Inc.
**********************************************/
LINK_TEXT= "Business Development";
USER_NAME= "bd";
SITE_NAME= "sintelsat.com";
SUBJECT= "?subject=Download Presentation/ Brochure:";

var email =        
					'<a href="mailto:'
					 + USER_NAME + '@' + SITE_NAME +  SUBJECT + ' ">' + LINK_TEXT + '</a>'; 

document.writeln(email);
