function TriggerOutlook() {         
var body = "The link below is from the Blackstone website.  " + escape(window.document.title +"\n"+ String.fromCharCode(13)+window.location.href);        
var subject = "The Blackstone Group - Website Link";
			window.location.href = "mailto:?body="+body+"&subject="+subject;                
}    

