<!-- 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 showyahoo		= "yes"		// SHOW Yahoo Finance Stock Quotes

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "160"		// 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><legend>');
	document.write('How May We <br>Help You?<br></legend>');
	document.write('<br>To discuss how we can help your organization, send us an e-mail or call us toll-free at:<br><br> <center><span class="smalltitle">(888) 637-9598</span></center><br> <a href="/Company/Contact.php">Contact us...</a><br>');
	document.write('</fieldset>');
	document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// START: RSS Feeds - Edit This Area -->

if (showimage == "yes") {

	document.write('<fieldset><legend>');
	document.write('RSS Feeds<br></legend>');
	document.write('<br><center>');
	document.write('Get the latest news from KAVON delivered directly to your desktop.<br><br>');
	document.write('<a href="/KAVONNewsCenter/RSS/RSSFeeds.php"><img src="/Icons/ICON_RSSLOGO.png" border="0"</img></a><br>');
	document.write('</center>');
	document.write('</fieldset>');
	document.write('<br><br>');
}

// E N D: RSS Feeds - Edit This Area -->






// START: Ask KAVON (Paragraph 2) - Edit This Area -->

if (paragraph_2 == "yes") {

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

	document.write('Ask KAVON?<br></legend>');

	//document.write('<span class="just"><img src="/Logos/KII-AskKAVON.gif" alt="Trusted Advisor Logo" width="75" height="75" hspace="0" vspace="0" align="left"></span>');
	document.write('<br>Do you have questions about your business systems?  Do you need answers regarding ISO 9001 or any of the other Quality Management System Standards?  Are you unsure about launching a Continual Improvement Program using methodologies and tools like, Lean and Six Sigma? For all of your questions feel free to ask us.  We will do our best to get you an answer. Submit your question via:<br><br>');
	
	document.write('<a href="/Company/Contact.php">Mail...</a><br>');
	document.write('Phone: <b>(888) 637-9598</b><br>');
	document.write('  Fax: <b>(440) 286-9510</b><br>');
	document.write('<a href="mailto:ask.kavon@kavon.com">E-Mail...</a><br>');
	document.write('<a href="/KAVONResourceCenter/FAQ/AskKAVON.php">Submit Online...</a><br>');
	
	document.write('</fieldset>');
	document.write('<br><br>');

}
//-- E N D: Ask KAVON (Paragraph 2) - Edit This Area -->

//-- START: Yahoo! Finance Code -->
if (showyahoo == "yes") {
	
	document.write('<iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://api.finance.yahoo.com/instrument/1.0/%5EIXIC/badge;chart=1y;quote/HTML/f.white?AppID=gN4rXRxOcwSV5e3w3AQIiwVs&sig=AuJ9M2xWC4s4ow0x7r2A9rhUGz8-&t=1277310983541" width="160px" height="452px">');
	document.write('<a href="http://finance.yahoo.com">Yahoo! Finance</a><br/><a href="http://finance.yahoo.com/q?s=^IXIC/">Quote for ^IXIC/</a></iframe>');
	
}
//-- E N D: Yahoo! Finance Code -->



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


// -- END -->
