<!-- 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 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showweeeimage	= "yes"     // SHOW WEEE INFO

var topspacing		= "5"		// 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="10" border="0" class="sidebartext-right"><tr><td>');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

if (paragraph_1 == "yes") {

	document.write('<fieldset><legend>');
	document.write('Price Match</legend>');
	document.write('I would appreciate the opportunity to match a price you see elsewhere, so please ask.<br>');
	document.write('</fieldset>');
	document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA

if (showimage == "yes") {

	document.write('<br><center>');
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=thesewmacsho-21&o=2&p=20&l=ez&f=ifr&f=ifr" width="120" height="90" scrolling="no" marginwidth="0" marginheight="0" border="0" frameborder="0" style="border:none;"></iframe><br><br>');
	document.write('<a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.co.uk%2Fb%3Fie%3DUTF8%26marketplaceID%3DA1F83G8C2ARO7P%26redirect%3Dtrue%26me%3DA261ZHL2GHNYP7&tag=thesewmacsho-21&linkCode=ur2&camp=1634&creative=19450" target="_blank">The Sewing Machine Shop</a><img src="https://www.assoc-amazon.co.uk/e/ir?t=thesewmacsho-21&l=ur2&o=2" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> ');
	document.write('<br>now has an Amazon Shopfront');
	document.write('</center>');
	document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Gutermann Threads</legend>');

document.write('A full range of Gutermann Threads for your sewing and patchworking is available now.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Interest Free Finance<br></legend>');

document.write('Brother are currently offering one year of interest free finance on a large range.  Come in and ask about it.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// WEEE PICTURE AREA

   if (showweeeimage == "yes") {

document.write('<br><center>');
document.write('<a href="downloads/weee.pdf" target="_blank"><img src="picts/weeelogo.gif" alt="WEEE" width="130" height="69" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




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


// -- END -->