<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// RIGHT SIDEBAR FILE


var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW RIGHT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// SHOW 2ND LINKED IMAGE





document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Free Stuff<br>');



document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="5" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0" alt="Image"><br>');


// START SIDEBAR TEXT TO EDIT


document.write('Free chiropractic logos, Yin Yang symbols, acupuncture downloads and more...');

document.write('<br><br>');

document.write('Images and symbols are free to use on your website and advertisements.');

document.write('<br><br>');

document.write('<a href="http://www.dcfirst.com/chiropractic_logos.html" class="menu">Chiropractic Logos</a><br>');

document.write('<a href="http://www.acupunctureproducts.com/free_acupuncture_logos.html" class="menu">Yin Yang Symbols</a><br>');

document.write('<a href="http://www.acupunctureproducts.com/free_acupuncture_charts.html" class="menu">Free Acupuncture</a><br>');


document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');




// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<iframe src="http://rcm.amazon.com/e/cm?t=alternativ07a-20&o=1&p=21&l=ur1&category=kindle&banner=1SXH1NWCPDHK3NRJC7R2&f=ifr" width="125" height="125" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>');
document.write('</a><br><br>');
}



// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="testimonials.htm">');
document.write('<img src="picts/sidebar-4.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}











document.write('</td></tr></table>');
document.write('</td></tr></table>');

document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->