<!-- Begin

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

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "115"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES



document.write('<br>');








// 1ST NOTES AREA


if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('FREE STUFF<br></legend>');

document.write('Get a free bamboo bag on purchases of $100 or more.  Shipping is always free on any purchase.  Join our Facebook group for a chance to win a free t-shirt.<a href="http://dobamboo.com/deals.htm">Click for details & more deals...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// 2ND NOTES AREA

  if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('ARTICLES<br></legend>');

document.write('Click the links below to read articles featuring Do Bamboo</a><br>');
document.write('April 18, 2009 Toronto Star article by Vicky Sanderson<a href="http://www.thestar.com/article/619134"target="_blank">  Click to read.</a><br>');
document.write('June 23, 2007 Toronto Star article by Robyn Doolittle<a href="http://www.thestar.com/News/article/224709"target="_blank">  Click to read.</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}



// SIDEBAR IMAGES //



document.write('<a href="http://dobamboo.com/kidsbambooclothing.html"  target="_blank"><img src="picts/babyyouth.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="http://dobamboo.com/bamboobeddingbath.html"  target="_blank"><img src="picts/bedbath.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="http://dobamboo.com/mensbambooclothing.html"  target="_blank"><img src="picts/mens.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="http://dobamboo.com/womensbambooclothing.html"  target="_blank"><img src="picts/womens.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');











http://www.new.facebook.com/group.php?gid=2258556868


// 2ND NOTES AREA

  if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('PRINTED SHIRTS<br></legend>');

document.write('Select eco-friendly slogans & symbols to personalize your shirt at no extra fee<a href="http://dobamboo.com/printsmain.htm"  >    Click for details...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

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


//  End -->