<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "17"		// NUDGE SIDEBAR DOWN
var sidewidth		= "241"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'">');

document.write('<table cellpadding="5" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {



document.write('<br><left><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.balzalorsky.net&amp;layout=standard&amp;show_faces=true&amp;width=241&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:241px; height:80px;" allowTransparency="true"></iframe><br>');


document.write('<br><left><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyOTY1NjAwNDE3MTEmcHQ9MTI5NjU2MDA1MzQ1NiZwPTI3MDgxJmQ9cHJvX2ZhbmNvbGxlY3Rvcl9maXJzdF9nZW4m/Zz*xJm89NjM5ZTUxYzA5MzE*NGM5Yjk*OWMxNzE3ZWRjYjFmYjMmb2Y9MA==.gif" /><embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/44/pro_widget.swf" height="200" width="241" align="top" bgcolor="#ffffff" loop="false" wmode="opaque" quality="best" allowScriptAccess="always" allowNetworking="all" allowFullScreen="true" seamlesstabbing="false" flashvars="id=artist_322449&posted_by=&skin_id=PWFS5002&border_color=0B2D7E&street_team=false" /><br /><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://www.reverbnation.com/widgets/trk/44/artist_322449//t.gif" />');

document.write('<left><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://www.reverbnation.com/widgets/trk/44/artist_322449/artist_322449/t.gif"/><img height="1" width="1" border="0" src="http://a.triggit.com/px?u=reverbnation&rtv=322449wd,Classical,contemporary,avant-garde" /><br><br><br><br><embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/40/pro_widget.swf" height="310" width="240" align="top" bgcolor="#ffffff" loop="false" wmode="opaque" quality="best" allowScriptAccess="always" allowNetworking="all" allowFullScreen="true" seamlesstabbing="false" flashvars="id=artist_322449&posted_by=artist_322449&skin_id=PWAS1003&background_color=EEEEEE&border_color=0B2D7E&auto_play=true&shuffle=false"/><br/><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://www.reverbnation.com/widgets/trk/40/artist_322449/artist_322449/t.gif"/><img height="1" width="1" border="0" src="http://a.triggit.com/px?u=reverbnation&rtv=322449wd,Classical,contemporary,avant-garde" /><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyODQ3NDUzMTUxODYmcHQ9MTI4NDc*NTMxODc4MyZwPTI3MDgxJmQ9cHJvX3BsYXllcl9maXJzdF9nZW4mZz*xJm89/MjA*ZjcwZGZmZTI1NDEzZGJjMWVkNWFhYTQyYmRmOTgmb2Y9MA==.gif" /><br><br><br>');


document.write('<br><br><left><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbalzalorsky&amp;width=240&amp;connections=10&amp;stream=true&amp;header=false&amp;height=555" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:240px; height:555px;" allowTransparency="true"></iframe>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   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>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
