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

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