<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF



var paypal_email	="your@email.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var showcart		= "no"		// SHOW VIEW CART BUTTON

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_4		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 2ND PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR
var movedown		= "45"		// SIDEBAR SPACE FROM TOP





document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');












// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<a href="sales.htm"><IMG SRC="picts/sidebar-1.jpg" border="0" width="150" height="145" class="borders"></a><br><br>');
}






// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More information:</span></legend>');

document.write('For more breastfeeding information visit the ');

document.write('<a href="http://www.breastfeeding.asn.au"target="_blank">ABA national website ...</a>');

document.write('or call our helplines.');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA







// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<a href="sales.htm"><IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}






// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Breastfeeding Coalition:</span></legend>');

document.write('ABA Tasmanian Branch is part of the Tasmanian Breastfeeding Coalition. For information about the Coalition and its current projects visit  ');

document.write('<a href="http://www.breastfeedingtas.org"target="_blank">www.breastfeedingtas.org</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END SECOND TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Resources:</span></legend>');

document.write('<a href="groups.htm">Local Groups</a><br>');

document.write('<a href="events.htm">Events</a><br>');

document.write('<a href="bcr.htm">Baby Care Rooms</a><br>');

document.write('<a href="bfv.htm">Breastfeeding Friendly Venues</a><br>');

document.write('<a href="bfw.htm">Breastfeeding Friendly Workplaces</a><br>');

document.write('<a href="bph.htm">Breast Pump Hire</a><br>');

document.write('<a href="sales.htm">Sales</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA











// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="sales.htm"><IMG SRC="picts/helplinemum.jpg" border="0" width="150" height="228" class="borders"></a><br><br>');
document.write('<a href="sales.htm"><IMG SRC="picts/helpline-nologo-sml.jpg" border="0" width="150" height="54" class="borders"></a><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle"><ahref="http://www.breastfeeding.asn.au/subs/index.html">Subscribe to ABA:</a></span></legend>');

document.write('Only $65 per year!<br><br>');

document.write('And you will receive:<br><br> ');


document.write('A free copy of "Breastfeeding... naturally",<br> ');
document.write('a regular magazine, <br> ');
document.write('10% discount at Mothers Direct,<br> ');
document.write('discounted breastpump hire,<br> ');
document.write('access to the very best breastfeeding information,<br> ');
document.write('become part of a supportive community,<br> ');
document.write('give your baby a better chance of a healthy future,<br> ');
document.write('and your subscription will help us empower mothers to breastfeed. <br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA



// THIRD IMAGE AREA


   if (showimage_4 == "yes") {
document.write('<a href="sales.htm"><IMG SRC="picts/logotext-large.gif" border="0" width="65" height="145" class="borders"></a><br><br>');
}

// START FOURTH TEXT AREA
   if (showarea_4 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">ABN 64 005 081 523</span></legend>');



document.write('</fieldset>');
document.write('<br><br><br>');
}
// END FOURTH TEXT AREA


document.write('</td></tr></table>');
//  End -->