function ET(){
			var pageURL = escape(self.document.URL);
			var pageTitle = self.document.title;
 		    pageTitle = pageTitle.replace(/"/g,"");
            pageTitle = escape(pageTitle);
			if (typeof chn == 'undefined'){
				chn = '';
	  		}
		   if (typeof artId == 'undefined'){ 
		    	artId = '';
		    }
		   if (typeof contType == 'undefined'){
				contType = '';
		   }
		   pageURL = pageURL+'?artId='+artId+'?contType='+contType+'?chn='+chn;
		   var emailPop = window.open('http://cgi.timeinc.net/cgi-bin/mail/mailurl2friend.cgi?path=/time/emailFriend&amp;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;		
}
