<!-- Begin

var showimage_1		= "yes"		
var showimage_2		= "no"		
var showimage_3		= "no"		
var showarea_1		= "yes"		
var showarea_2		= "no"		
var showarea_3		= "no"		
var links		    = "yes"		

var movedown		= "45"		

document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');
document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/l_12703aada3bc114d395b7b0644d799b2.gif" border="0" class="borders"><br><br>');
}

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Tarot Party?:</span></legend>');
document.write('Interested in hosting a Tarot party? <br><br>');
document.write('<a href="party.htm">Read more...</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}

   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">nothing:</span></legend>');
document.write('<br>');
document.write('<a href="about.htm">More...</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">My Links:</span></legend>');
document.write('<a href="http://www.labryschicago.com" target="_blank">Labrys Chicago!</a><br>');
document.write('<a href="http://myspace.com/redkattarot" target="_blank">Myspace Tarot</a><br>');
document.write('<a href="http://mysticimagesphotography.com" target="_blank">Mystic Images</a><br>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">nothing:</span></legend>');
document.write(' ');
document.write('<a href="about.htm">More...</a>');
document.write('</fieldset>');
document.write('<br><br><br>');
}
document.write('</td></tr></table>');
//  End -->