<!-- 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		= "yes"		// SHOW AN OPTIONAL 3RD PARAGRAPH FOR SOUND 5 - 8
var showarea_4		= "yes"		// SHOW THE 4TH PARAGRAPH WITH TEXT
var showarea_5		= "yes"		// SHOW THE 5TH PARAGRAPH WITH TEXT
var noteborder		= "99CCFF"	// 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('<IMG SRC="picts/sidebar-1.jpg" border="0" width="100" height="70"><br><br>');
}

document.write('<class="sidebarlinks"><font color=yellow>Set 1 Music Selection</font color><br>');

document.write('<a href="http://averagejoekaraoke.com/index_files/Master%20List.pdf" class="sidebarlinks"><font color=red>[Artist]</font color></a> ');

document.write('<a href="http://averagejoekaraoke.com/index_files/Master%20List%20Title.pdf" class="sidebarlinks"><font color=red>[Title]</font color></a> ');

document.write('<br><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('<class="sidebarlinks"><font color=yellow>Set 2 Music Selection</font color><br>');

document.write('<a href="http://averagejoekaraoke.com/index_files/Master%20List%202.pdf" class="sidebarlinks"><font color=red>[Artist]<font color></a> ');

document.write('<a href="http://averagejoekaraoke.com/index_files/Master%20List%202%20Title.pdf" class="sidebarlinks"><font color=red>[Title]</font color></a> ');


document.write('<br><br>');
}
// END AREA 2





// START AREA 3
   if (showarea_3 == "no") {
   if (showimage_3 == "no") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="100" height="70"><br><br>');   
}

document.write('<br>');
}



// END AREA 3





// START AREA 4
   if (showarea_4 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:160px; padding: 5px;"><legend>');
document.write('<span class="subtitle">WEEKLY:</span></legend>');

document.write('<font size=2><FONT COLOR=YELLOW><font size=2><u>THURSDAYS</u> </font color></font size><br><font color=#66FF33>BREWSTERS ROADHOUSE<br><font color=yellow>9:00-1:00<font size=2><BR><BR><FONT COLOR=YELLOW><font size=2><u>FRIDAYS</u> </font color></font size><br><a href="http://averagejoekaraoke.com/index_files/Mulligans.htm"><font color=#66FF33>MULLIGANS</a><br><font color=yellow>9:30-1:30<br><br><FONT COLOR=YELLOW><font size=2><u>SATURDAYS</u> </font color><br><a href="http://www.kelticrock.ca/index.htm"><font color=#66FF33>KELTIC ROCK</a></font color><br>10:00-2:00<br><br><font size=2><font color=yellow><u>SUNDAYS</U> </font size></font color><br><a href="http://www.theplacebar.com"><font color=#66FF33>THE PLACE</a></font color><br>9:30-1:30');

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:155px; padding: 5px;"><legend>');
document.write('<span class="subtitle">Favorite Links:</span></legend>');

document.write('<font size=1><a href="http://www.birchhaven.org">Birch Haven Rescue</a><br><a href="http://www.diablobbq.ca/index.php">Diablo BBQ Catering</a><br><a href="http://www.facebook.com/group.php?gid=2310869396">AJE Facebook Group</a><br><a href="http://www.petfinder.org">Petfinder</a><br><a href="http://www.grizzlypeople.com">Grizzly People</a><br><a href="http://www.petsmart.com/home/index.jsp">PetSmart</a><br>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END AREA 5




document.write('</td></tr></table>');
//  End -->