Here.. just start here Chip.
http://www.w3schools.com/php/php_ajax_livesearch.aspTry wrapping the search results into a mailto: html tag.
Code:
<a href="mailto:kj_email@yourdomain.com?subject=$songname/title">The text of your link</a>
so just roughing it and off the cusp.....
Code:
document.getElementById("livesearch").innerHTML="";
would get changed to...
Code:
document.getElementById("livesearch").innerHTML= 'mailto:kj@domain.com?subject?""';
This should give you a basic, mobile friendly page that meets some of these requirements.
**edit** I know we've bumped into each other in 2 threads and counting now Chip, you just happen to be touching on some subjects that grabbed my attention.