/*
 $(document).ready(function() {

   $('#news').find('headline').click(function() {
     $(this).next().slideToggle();
   });

 });
*/
function decode(text1, text2, text3)
{
document.write('<a class="mail" href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '">' + text1 + '@' + text2 + '.' + text3 + '</a>');
}
