/*****************************************************
* Jscript library
*
* Edits
*
*****************************************************/
function cmail(thisperson)
{
	var thesite = 'surfsong.net'
	var theamp = '@'
	document.write('<a href=\"mailto:' + thisperson + theamp + thesite + '">'); 
    document.write(thisperson + theamp + thesite + '</a>'); 
}

function showpic(img_name,img_src)
{
document[img_name].src=img_src;
}
