<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3	    = "yes"
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 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {
	   
	   
document.write('<fieldset>');

document.write('<br>');
document.write('<span class="rightspecial">');
document.write('Massa & Company services are <b>100% Made in America</b>');
document.write('</span>');
document.write('</fieldset>');
document.write('<br>');	
document.write('<br>');	
document.write('<br>');	

document.write('<fieldset><legend>');
document.write('Services');
document.write('</legend>');
document.write('<br>');
document.write('<span class="rightspecial">');
document.write('<li><a href="services.htm">Services Overview</a></li>');
document.write('<li><a href="database_management.htm">Database</a></li>');
document.write('<br><a href="database_management.htm">&nbsp;&nbsp;&nbsp;&nbsp;Management</a>');
document.write('<li><a href="data_integrity.htm">Data Integrity</a></li>');
document.write('<br><a href="data_integrity.htm">&nbsp;&nbsp;&nbsp;&nbsp;Audit</a>');
document.write('<li><a href="data_analysis.htm">Data Analysis</a></li>');
document.write('<li><a href="data_segmentation.htm">Segmentation</a></li>');
document.write('<li><a href="direct_marketing.htm">Direct Marketing</a></li>');
document.write('<li><a href="ga_eval.htm">Google Analytics</a></li>');
document.write('<li><a href="data_conversion.htm">Data Conversion</a></li>');
document.write('</span>');
document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('Database Marketing');
document.write('</legend>');
document.write('<br>');
document.write('<a href="checklist.htm" class="rightspecial">Our Basic Check List</a><br><br>');
document.write('<span class="rightspecial">');
document.write('<img src="Images/redcheck1.gif" alt="check" width="14" height="14">Data Structure<br>');
document.write('<img src="Images/redcheck1.gif" alt="check" width="14" height="14">Data Integrity Audit<br>');
document.write('<img src="Images/redcheck1.gif" alt="check" width="14" height="14">Segmentation<br>');
document.write('<img src="Images/redcheck1.gif" alt="check" width="14" height="14">Offer Strategies<br>');
document.write('<img src="Images/redcheck1.gif" alt="check" width="14" height="14">Execute the Campaign, Evaluate Results, Adjust, Rinse &amp; Repeat<br>');
document.write('</span>');
document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.massainc.com/ga_eval.htm"><img src="picts/goggle_evaluation4.jpg" alt="Massa Google Certification" class="borders"></a><br>');
document.write('</center>');
document.write('');
}


document.write('<br><center>');
document.write('<a href="http://www.massainc.com/ga_eval.htm"><img src="picts/MMmedallion_web_analytics.jpg" alt="Market Motive Web Analytics Certification" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('Quote of the Month<br></legend>');


document.write('<span class="rightspecial">');
document.write('"Customer are not<br>');
document.write('a homogenous<br>');
document.write('group"<br>');
document.write('<br>');
document.write('&nbsp Chris Baggot<br>');
document.write('&nbsp E-mail Marketing<br>');
document.write('&nbsp by the Num8ers<br>');


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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
