<!-- 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 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var topspacing		= "1"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH




// NUDGE SPACER
document.write('<img src="http://www.affordablesearchengineranking.com/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('Sick & Tired?<br></legend>');

document.write('Are you tired of searching for your website only to find your competitors? Let a certified search engine optimization specialist take a look and give you some advice. <br><a href="http://www.affordablesearchengineranking.com/contact.html">Contact us...</a>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('ROI Deficient?<br></legend>');

document.write('Are you getting your targeted return on your website investment? Enable your website to work for you by making sure that it is search engine friendly in every way. <br><a href="http://www.affordablesearchengineranking.com/contact.htm">All budgets considered...</a>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

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

document.write('Interested in hearing what Cindy T. has to say? Her blog with her thoughts and comments on the search marketing industry is coming soon. Stay tuned...<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3






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


// -- END -->