function makeMail(which) {
	dropIn = '@';
	addressVar = '<a href="mailto:' + which + dropIn + 'audreykahane' + '.com' + '">' + which + dropIn + 'audreykahane.com' + '</a>';
	document.write(addressVar);
	document.close();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


