<!-- 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		= "15"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<br/><fieldset><legend>');

document.write('Sign Up for Our <br/>Email Newsletter<br/></legend>');

document.write('<div align="center"><div style="width:160px; ">');
document.write('<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;">');
document.write('<span style="background-color: #006699; float:right;margin-right:5;margin-top:3"><img src="http://img.constantcontact.com/ui/images1/visitor/email1_trans.gif" alt="Email Newsletter icon, E-mail Newsletter icon, Email List icon, E-mail List icon" border="0"></span>');
document.write('<input type="text" name="ea" size="20" value="" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999;" />');
document.write('<input type="submit" name="go" value="Submit" style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px;"/>');
document.write('<input type="hidden" name="m" value="1102459509669"/>');
document.write('<input type="hidden" name="p" value="oi"/> <br />');
document.write('</form></div></div>');

document.write('<div align="center" style="padding-top:5px;">');
document.write('<a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank">');
document.write('<img src="http://img.constantcontact.com/ui/images1/safe_subscribe_logo.gif" border="0" width="168" alt=""/></a>');
document.write('</div>');

document.write('<div align="center" style="font-family:Arial,Helvetica,sans-serif;font-size:8px;">');
document.write('<a href="http://www.constantcontact.com/index.jsp" style="text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:Black;" target="_blank">For Email Marketing you can trust</a> </div>');

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

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('<a href ="https://www323.livemeeting.com/lrs/8001525705/Registration.aspx?PageName=b3vthgk0lfk687v7"><i>Register Now!</i></a><br></legend>');
document.write('We have 4 Webinar events scheduled on February 18 and March 4, 2010!<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2









document.write('</td></tr></table>');


// -- END -->