
  // combined.js
  // -------------
  // choose the appropriate stylesheet according to
  // the user's e-mail link

var name = "cheryl_";
var server = "soularsystem.net";
var post = name + "@" + server;

var message = "Combined Energy and Astrology Reading";

document.write("<a href=\"mailto:"+post+"?subject=Request a combined energy and astrology reading\">"+message+"</a>");