// Copyright (c) 1999-2003 Cyber-dynamics Inc. All Rights Reserved

function addEmail() {var sT="<a href='mailto:EnterAddress?subject=Please visit " + self.location.href 
+ "&amp;body=This page is useful: " + document.title + " at " + self.location.href + 
"' onmouseover=\"sw('4','i4');\" onmouseout=\"sw('5','i4')\">"  
+ "<img src='images/i_emailp.gif' width='16' height='16'name='i4' id='i4' border='0' " 
+ "alt='Email details of this page to a colleague, friend, or yourself' /></a>";
document.write(sT); 
}
