function emailClick(sRec) {
	var sDomain = 'startickets.com';
	var sDest = 'mailto:' + sRec + '@' + sDomain;
	window.location.href = sDest;
}

