<!-- Begin
var paragraph_1 	= "NO"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// SIDEBAR WIDTH
var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "000000"	// FLASH BACKGROUND COLOR
var flashwidth		= "150"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "150"		// HEIGHT OF THE FLASH (IN PIXELS)

document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');
document.write('<center><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="150" height="150">');
document.write('<param name="movie" value="swf/Yin-Yang.swf">');
document.write('<param name="quality" value="High">');
document.write('<embed src="swf/Yin-Yang.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="150" height="150" quality="High"></object>');
document.write('<br><span class="sidebartitle">Tesla Light Systems</span><br><br></center>');


   if (paragraph_1 == "yes") {
document.write('<fieldset><legend>');
document.write('<i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHAT IS IT?&nbsp;&nbsp;&nbsp;&nbsp;</i><br></legend>');
document.write('The Tesla Light SEAD System is composed of 2 units, the AC & DC machines. Each has 2 parts, the base & gas tube carousel.<br><a href="tesla-light-system.htm">Learn More, Click Here</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}
   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="sideborder"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="swf/imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="swf/imagechanger.swf" quality="high" wmode="transparent" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('<br>');
}

   if (paragraph_2 == "yes") {
document.write('<fieldset><legend>');
document.write('FREE 1st. Session<br></legend>');
document.write('Your first Subtle Energy Ultimate Wellness Session with us is FREE.<br>This is our gift to you.<br><a href="contact.htm">Learn More, Click Here</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

   if (paragraph_3 == "yes") {
document.write('<fieldset><legend>');
document.write('EVENT CALENDAR<br></legend>');
document.write('Tesla Light Systems Houston & The Woodlands Metro Area Events.<br><a href="calendar.htm">Event Calendar, Click Here</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

   if (paragraph_4 == "yes") {
document.write('<fieldset><legend>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VIDEOS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br></legend>');
document.write('<center>Visit<br><a target="_blank" href="http://www.teslaenergylights.com">Tesla Energy Lights&#8482;</a></center>on YouTube to view a collection of videos about all aspects of Nikola Tesla, Tesla Energy Lights&#8482; and subtle energy activation devices.<br><center><a target="_blank" href="http://www.youtube.com/teslaenergylights">YouTube Videos<br>Click Here</a></center>');
document.write('</fieldset>');
document.write('<br><br>');
}

document.write('</td></tr></table>');
// -- END -->