<!--
function ShowRandomTale(){
 var s = Math.round(Math.random()*646);
 document.write('<a href="http://stories.daddytales.com/index.php?p='+s.toString()+'">A Random Tale</a><br>');
}
function mLink(tgt,txt) {
  // hide the e-mail address
  var newtgt = 'to:'+tgt+'@';
  newtgt = newtgt+'daddytales';
  newtgt = newtgt+'.com';
  document.write('<A href="mail'+newtgt+'">'+txt+'</a>');
}
-->