<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Rod Murgatroyd -->
<!-- Web Site:   http://homepages.paradise.net.nz/~rdmurg/ -->
<!-- Modified on 05.16.08 by Bob Morgan -->
<!-- Begin
var bgcolor="#eeeeee"; // make any color you want

var MISSLL = "info@lillambscloset.com"; // Lil'Lambs General Info Address (kverhoven@insightbb.com)

var VGENERAL =    "general@lillambscloset.com";  // General quesitons: normally general@lillambscloset.com (makoehler@insightbb.com)
var VSELLER  =    "seller@lillambscloset.com";  // Seller quesitons: normally seller@lillambscloset.com (smartin@insightbb.com)
var VWORKER  =    "worker@lillambscloset.com";  // Worker quesitons: normally worker@lillambscloset.com (amyjharris@insightbb.com)
var VTECH    =    "tech@lillambscloset.com";  // Tech quesitons: normally tech@lillambscloset.com (kverhoven@insightbb.com)
var ECC2     =    "sue.beuscher@centenarylexmail.org"; // Sue Beuscher

var hdg1 = '<div align="center"><center><TABLE Border=0 CELLPADDING="0"><TR>';
var hdg2 = '</TR></TABLE></div>';
var hdg3 = '<TD ALIGN="center">'; // var hdg3 = '<TD ALIGN="center" BGCOLOR="' + bgcolor + '">';

var hdg4 = '<A ID="mail" onmouseover="window.status=\' '+
 'Click to get an email form\'; return true" onmouseout="window.status=document.title" HREF="';

function  missionLL(){
	output = hdg1; output += hdg3 + hdg4 + "mailto:" + MISSLL + '">' + "<img src=/staff/email-yellow.gif border=0></A></TD>";
	output += hdg2; return output; }

function  general(){
	output = hdg1; output += hdg3 + hdg4 + "mailto:" + VGENERAL + '">' + "<img src=/staff/email-yellow.gif border=0></A></TD>";
	output += hdg2; return output; }

function  seller(){
	output = hdg1; output += hdg3 + hdg4 + "mailto:" + VSELLER + '">' + "<img src=/staff/email-yellow.gif border=0></A></TD>";
	output += hdg2; return output; }

function  worker(){
	output = hdg1; output += hdg3 + hdg4 + "mailto:" + VWORKER + '">' + "<img src=/staff/email-yellow.gif border=0></A></TD>";
	output += hdg2; return output; }

function  tech(){
	output = hdg1; output += hdg3 + hdg4 + "mailto:" + VTECH + '">' + "<img src=/staff/email-yellow.gif border=0></A></TD>";
	output += hdg2; return output; }

function  sue(){ 
	output = hdg1; output += hdg3 + hdg4 + "mailto:" + ECC2 + '">' + "<img src=/staff/email-yellow.gif border=0></A></TD>";
	output += hdg2; return output; }

//  End -->