<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes"

// 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		= "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

   if (paragraph_1 == "yes") {

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

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

document.write('BILL KRAMER DELIVERS KEYNOTES IN MANILA  . . . . .  June 6, 2009. Bill Kramer will deliver two keynote speeches to Philippine business and government leaders at the League of Corporate Foundations/Codespa conference, BUSINESS UNUSUAL: SOS: Skills, Opportunities, Sustainability, July 8 and July 9. <a href="news1.htm">More info</a><br>');
document.write('–––––––––––––––––––––– GCN FOUNDER JOINS IESE PROGRAM  . . . . . . . . . . March 18, 2008. (Barcelona, Spain and Cabin John, Maryland) – William J. Kramer, founder of The Global Challenge Network, has joined the IESE Platform for Strategy and Sustainability (IPSS) as its Senior Associate. <a href="news1.htm">Read full story</a><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

   if (paragraph_2 == "yes") {

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

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

document.write('We are a global network of content experts, with strong teaching and training skills, available to meet the requirements of each unique engagement.  The network draws on best practices both “from the field” and from the academic world.  Members of the network bring to the table a wealth of practical experience, considerable depth of knowledge, and passion for the goal.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->