var paragraph_1 	= "yes"		
var paragraph_2 	= "no"		
var showimage		= "yes"	

var topspacing		= "10"		
var sidewidth		= "125"		

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

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

if (paragraph_1 == "yes") {

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

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

document.write('"I am so impressed with the service we receive, I would recommend Paywork to any business in need of a Payroll Service".');
document.write('<br><br>');
document.write('"Comment from one of our satisfied customer."');
document.write('<br><br>');
document.write('<a href="contact.html">Contact us...</a>');
document.write('</fieldset>');
document.write('<br><br>');

}

if (showimage == "yes") {
document.write('<br><center>');
document.write('<a href="index.html"><img src="images/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
if (paragraph_2 == "yes") {

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

document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

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