
function del_tt() { document.getElementById('info1').innerHTML = ""; }



function ld_tt_news() {
  if(is_logged == 1) {
   	document.getElementById('info1').innerHTML = 'publish your own news here!';
   } else {
   	document.getElementById('info1').innerHTML = 'publish your own news here! registration is free of charge.';
   }
}
function ld_tt_links() {
  if(is_logged == 1) {
   	document.getElementById('info1').innerHTML = 'publish your favorite bookmarks here!';
   } else {
   	document.getElementById('info1').innerHTML = 'publish your favorite bookmarks here! registration is free of charge.';
   }
}
function ld_tt_events() {
  if(is_logged == 1) {
   	document.getElementById('info1').innerHTML = 'publish your own and other interesting events here!';
   } else {
   	document.getElementById('info1').innerHTML = 'publish your own and other interesting events here! registration is free of charge.';
   }
}
function ld_tt_wmsg() {
  if(is_logged == 1) {
   	document.getElementById('info1').innerHTML = 'publish your message to the world here!';
   }
 else {
   	document.getElementById('info1').innerHTML = 'publish your message to the world here! registration is free of charge.';
   }
}
function ld_tt_comm() {
  if(is_logged == 1) {
   	document.getElementById('info1').innerHTML = '';
   } else {
   	document.getElementById('info1').innerHTML = 'become a member and change the world! registration is free of charge.';
   }
}



