function insertMail()
{
	document.write("elie");
	document.write("@");
	document.write("elie");
	document.write("hirschman");
	document.write(".");
	document.write("com");
}

function insertContact()
{

document.write("<p><h3>Contact Information</h3>\n");
document.write("<a href=\"http://www.myPlugoo.com/POF5Q7U7A4Q\">Instant Message</a><br>\n");
document.write("For booking or other info, visit<br>\n");
document.write(" <a href=\"http://eliehirschman.voices.com/\">http://eliehirschman.voices.com/</a> or <br>\n");
document.write(" <a href=\"http://eliehirschman.voice123.com/\">http://eliehirschman.voice123.com/</a>\n");
document.write("<br>or email<br><i>");
insertMail();
document.write("</i>\n");
document.write("<br>\n");


document.write("</p>");

}

function insertMenu()
{
document.write("<ul> \n"+
  "<li><a href=\"index.html\">Home</a></li>\n" +
 "<li><a href=\"demo.html\">Demo</a></li>\n" + 
 "<li><a href=\"samples.html\">Samples</a></li>\n" + 
 "<li><a href=\"resume.html\">Resume</a></li>\n" +
 "<li><a href=\"writing.html\">Writing</a></li>\n" +
 "<li><a href=\"links.html\">Links</a></li>\n" +
 "<li><a href=\"testimonials.html\">Testimonials</a></li>\n" +
        "</ul>\n");
}

function insertMemberOf()
{
document.write("<ul> \n"+
"<li><a href=\"http://voice123.com\">Voice123 - Voice Overs</a> \n"+
"<br>\"The Voiceover Marketplace\"<br> \n"+
"<li><a href=\"http://www.voicemodels.com/index.asp?id=1007\"  target=\"_blank\"> \n"+
"<img src=\"http://www.voicemodels.com/grafik/link3.gif\" border=0 alt=\"Vote for me at Voicemodels.com!\"></a> \n"+
"<li><a href=\"http://interactivevoices.com/\"  target=\"_blank\">Interactive Voices</a>, the leading voice over marketplace. \n"+
"<li><b><a href=\"http://www.voices.com/\"  target=\"_blank\">Voice overs</a></b> from Voices.com, the #1 voice marketplace \n"+
"<li><a href=\"http://www.indieflavor.com/profile/esh\"  target=\"_blank\">IndieFlavor</a> \n"+
"<li><a href=\"http://www.voiceoverxtra.com/\"  target=\"_blank\"><img src=\"http://i56.photobucket.com/albums/g193/ESHbyESH/VoiceOverXtra_logo.jpg\" width=145 height=30></a> \n" +
"</ul>\n");
}
function insertMessageBox(message, tag, usePic)
{
if (!tag)
	tag ='';
document.write("<h2>Elie Hirschman: <span class=\"yellow\">" + tag + "</span></h2>\n" +
"<table border=0>\n" +
"<tr><td>\n");
if (usePic)
	document.write("<img src=\"images/elie_mic_crop.jpg\" alt=\"**picture here**\" /> \n" );
document.write("</td><td>\n" +
"<i>" +
message +
"</i></td></tr></table>\n" +
"<p></p>\n");

}