function ET() {
			var pageURL = escape(self.document.URL);
			var pageTitle = self.document.title;
 		    pageTitle = pageTitle.replace(/"/g,"");
            pageTitle = escape(pageTitle);
			pageURL = pageURL+'?artId='+artId+'?contType='+contType+'?chn='+chn;
			var emailPop = window.open('http://pathfinder.com/r0/venue/partner/out?/cgi-bin/mail/mailurl2friend.cgi?path=/time/emailFriend&url='+pageURL+'&amp;group=time&amp;title='+ pageTitle,'','width=675,height=630,scrollbars=yes');			
			$(emailPop).bind("load", function(){
				var emailPopDoc = emailPop.document;
				$(emailPopDoc).find("#closeBtn").bind("click", function(){
					emailPop.close();
				});
			});
			return false;		
}