<!-- 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		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// 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="0" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
//remove <legend> after fieldset
   if (paragraph_1 == "yes") {

document.write('<fieldset>');

document.write('<br></legend>');
document.write('"Rick is an intelligent, creative, and seasoned direct response marketer.  He\'s a \'roll up the sleeves\' type of operator for organizations that need an experienced set of hands, and he\'s an effective \'new set of eyes\' for established organizations looking to launch new initiatives or wring out profits from long-standing processes.  Regardless of the role, Rick will be a welcomed addition to any direct response team." <br><br><b>Mike Sidders<br>Vice President of<br>Ecommerce<br>Shopko</b><br> ');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA
//remove <legend> after fieldset
   if (paragraph_2 == "yes") {

document.write('<fieldset>');

document.write('<br></legend>');

document.write('"...as Interim SVP of Marketing ...he has been an excellent leader for his team.  He is extremely well versed in Direct Marketing, adding many improvements, and he has a wonderful energy and positive attitude. I commend Rick for the work that he has done for Oriental Trading Company, and i would highly recommend him for such a role". <br><br> <b>Sydney Johnson-Gorrell<br>Chief Talent Officer &<br>SVP of HR<br>Oriental Trading Company</b><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
