<!-- 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 showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// 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 0 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="News/JulSep10.pdf">Newsletter Vol 10 No 3</a><br></legend>');

document.write('Deploying 5S, CoP Confined Space, Irish Economy. <a href="News/JulSep10.pdf">Click here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 0



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="news.htm"><img src="picts/News.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="News/AprJun10.pdf">Newsletter Vol 10 No 2</a><br></legend>');

document.write('New Chemical Hazard data.  New ISO 27001  <a href="News/AprJun10.pdf">Click here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="News/JanMar10.pdf">Newsletter Vol 10 No 1</a><br></legend>');

document.write('New CAPA Guidance.  New ed ISO 9004  <a href="News/JanMar10.pdf">Click here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="News/OctDec09.pdf">Newsletter Vol 9 No 3</a><br></legend>');

document.write('New Chemical Labelling Regs.  ISO16949 deadline  <a href="News/OctDec09.pdf">Click here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3



// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="News/JunSep09.pdf">Newsletter Vol 9 No 2</a><br></legend>');

document.write('More Tips to survive the Depression. BS OHSAS 18001 <a href="News/JunSep09.pdf">Click here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4





document.write('</td></tr></table>');


// -- END -->