/* Montecito Magazine */

function text(part1, text1, linktext, text2, part2) {
  var result = (text1 + '<a href="' + '&#109;ail' + 'to&#58;' + part1 + '&#64;' + part2 + '">' + linktext + '<\/a>' + text2);
  return result
} 
document.write(text('montmag','','contact','','montecitomag&#046;c&#111;m'));
