<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW AN OPTIONAL 3RD PARAGRAPH FOR SOUND 5 - 8
var showarea_4		= "yes"		// SHOW THE 4TH PARAGRAPH WITH TEXT
var showarea_5		= "no"		// SHOW THE 5TH PARAGRAPH WITH TEXT
var noteborder		= "d47e84"	// BORDER COLOR AROUND THE NOTES


document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="sidebartext"><tr><td valign="top" align="center">');


// START AREA 1
   if (showarea_1 == "yes") {
   if (showimage_1 == "yes") {
document.write('');

document.write('<br><a target="_blank" href="http://www.live365.com/stations/nwenigma?play"><img border="0" src="picts/play-button.jpg" width="45" height="44"></a><br>');

}

document.write('<font size="2"><a target="_blank" href="http://www.live365.com/stations/nwenigma?play">Play the Station</a> </font><br>');
document.write('________________<br><br>');
document.write('<font size="1" color="#615053">see also</font><br>');
}
// END AREA 1





// START AREA 2
   if (showarea_2 == "yes") {
   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="100" height="70"><br><br>');
}

document.write('<font size="2"><a target="_blank" href="http://nwemusic.com/home.htm">NWE Home</a></font><br>');
document.write('<font size="1">for more great music</font><br>');


}
// END AREA 2





// START AREA 3
   if (showarea_3 == "yes") {
   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="100" height="70"><br><br>');
}

document.write('<br><br>');
}
// END AREA 3





// START AREA 4
   if (showarea_4 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:center; width:125px; padding: 5px;"><legend>');
document.write('<span class="subtitle">Featured Artists</span></legend>');

document.write('<br><font size="2"><a target="_blank" href="http://dsn.nwemusic.com/home.htm">DSN</a></font><br>');
document.write('<font size="1">Stylish Rock<br>from the<br>Heart of Texas</font><br>');

document.write('<br><font size="2"><a target="_blank" href="http://21dco.nwemusic.com/home.htm">21DCO</a></font><br>');
document.write('<font size="1">Progressive<br>Instrumentals<br>with an Edge</font><br><br>');

document.write('<font size="1" color="#615053">With free downloads of all the music from both artists!</font><br>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END AREA 4





// START AREA 5
   if (showarea_5 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:125px; padding: 5px;"><legend>');
document.write('<span class="subtitle">OPTIONS:</span></legend>');

document.write('More to come.<br>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END AREA 5




document.write('</td></tr></table>');
//  End -->