<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var showimage_1		= "yes"	    // SHOW THE 1ST PARAGRAPH
var showimage_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage_3		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_4		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_5		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_6		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');

// SMALL PICTURE AREA

if (showimage_1 == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.baby-care-online.co.uk/Nappy-loan-kit.html"><img src="Boxes/Nappy Trial Kit.png" alt="Oxfordshire Cloth Nappy Trial Kit" title="Oxfordshire Cloth Nappy Trial Kit" width="125" height="250"></a> ');
document.write('</center>');

}

// SMALL PICTURE AREA

if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('<a href="http://bgi.uk.com/"><img src="picts/BGi125_opt.jpeg" width="123" height="125" alt="BGi" title="BGi Insurance"> </a> ');
document.write('</center>');

}

// SMALL PICTURE AREA

if (showimage_3 == "yes") {

document.write('<br><center>');
document.write('<img src="Boxes/paypal_logo.png" width="125" height="154" alt="Payment via Paypal" title="We offer payment via Paypal">  ');
document.write('</center>');

}


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


// -- END -->
