<!-- 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		= "2"		// NUDGE SIDEBAR DOWN
var sidewidth		= "175"		// SIDEBAR WIDTH





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

document.write('<table cellpadding="5" cellspacing="8" 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('Company Profile<br></legend>');

document.write('Get Connected Now To APA Management Profiles on<a href="http://www.linkedin.com/companies/151595"><img src="images/linkedinbadgeplain.jpg"</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('APA TEAM<br></legend>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');

}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

document.write('National Security Resource Call Center<br>Sandy Saxon<br><strong>     (800) 930-1001</strong><br><br>Loss Prevention Outsource<br>Craig Matsumoto<br><strong>727-389-6501</strong><br><br>Vice President<br>Kent Moore<br><strong>267-718-2039</strong><br><br>Shop & Audit Programs<br>Kendra Parker<br><strong>678-296-5239</strong><br><br>Atlanta Office<br>Richard Hall<br><strong>(678) 566-0220</strong><br><br>Philadelphia Office<br>Donn Kennedy<br><strong>     (215) 366-5062</strong><br><br>New York Office<br>Mike Delgado<br><strong>     (212) 564-3385</strong><br>Larry Seldon<br><strong>(212) 564-3385<br><br>Dallas Office<br>Raymond Neaville<br><strong>     (972) 533-0098</strong><br><br>Houston Office<br>John Ramos<br><strong>     (832) 361-9878</strong><br><br>Los Angeles Office<br>Oscar Luna<br><strong>     (626) 290-4044</strong><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
