<!-- Begin SIDEBAR LEFTvar paypal_email	="info@identityistheft.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CARTvar your_domain		="vincemichael.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HEREvar newsletter		= "yes"	  		// SHOW NEWSLETTER FORMvar extra_paragraph 	= "no"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOMvar showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGEvar showscroller	= "yes"			// SHOW THE SCROLLERvar bordercolor		= "7A8DAB"		// SCROLLER BORDER COLOR// NUDGE DOWN SPACERdocument.write('<img src="picts/spacer.gif" height="2" width="10"><br>')// START TOPIC ONEdocument.write('<span class="sidebartitle">');document.write('Your Cart:<br>');document.write('</span><span class="sidebartext">');// START VIEW CART FORMdocument.write('<img src="picts/cart-paypal.gif" alt="Order Through Paypal" vspace="5"><br>');document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');document.write('<input type="hidden" name="cmd" value="_cart">');document.write('<input type="hidden" name="business" value="'+paypal_email+'">');document.write('<input type="hidden" name="display" value="1">');document.write('<input type="image" SRC="picts/cart-view-off.gif" border="0" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');document.write('</form>');document.write('</span>');// SCROLLER CODE EDIT 3 HTML FILES IN THE SCROLLER FOLDER   if (showscroller == "yes") {	document.write('<br>');	document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>');	Tscroll_init(0);	document.write('</td></tr></table>');   }// SMALL PICTURE AREA   if (showimage == "yes") {document.write('<center><a href="about.htm"><img src="picts/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');}// START NEWSLETTER TOPICdocument.write('<br>');document.write('<span class="sidebartitle">');document.write('Newsletter:<br>');document.write('</span><span class="sidebartext">');document.write('Signup for the latest news, specials and additions.<br>');// START NEWSLETTER FORM AREAif (newsletter == "yes") {function clearText(thefield){if (thefield.defaultValue==thefield.value)thefield.value = ""}document.write('<TABLE cellpadding="3" cellspacing="0" border="0" class="newstable"><tr><td>');document.write('<TABLE cellpadding="1" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');document.write('Subscribe to our newsletter:<br>');document.write('</td></tr><tr><td align="left">');document.write('<form method="POST" action="http://vincemichael.com/cgi-bin/formmail.cgi" style="margin: 0px">');document.write('<INPUT TYPE="HIDDEN" name="recipient" value="vince@vincemichael.com, frich@artic.edu">');document.write('<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://identityistheft.com/thanks.htm">');document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="email">');document.write('<INPUT TYPE="HIDDEN" name="sort" value="email">');document.write('<INPUT TYPE="TEXT" name="email" SIZE="16" value=" your@email.com" onFocus="clearText(this)" class="newsform"><br>');document.write('</td><td align="left">');document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Join Newsletter"><br>');document.write('</form>');document.write('</td></tr></table>');document.write('</td></tr></table>');document.write('</span>');}// END NEWSLETTER FORM AREA// START TOPIC 4document.write('<br>');document.write('<div class="sidebar">');document.write('<span class="sidebartitle">');document.write('</span>');// THIS IS AN EXTRA PARAGRAPH   if (extra_paragraph == "no") {// START TOPIC 4document.write('<br>');document.write('<span class="sidebartitle">');document.write('<a href="chat.html">Chat Room:</a>');document.write('</span><span class="sidebartext">');document.write('Join others in discussing the benefits of constructing an identity. Sign on to our <a href="chat.html">chat room.</a><br>');document.write('<br>');document.write('<center><a href="about.htm"><img src="picts/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');document.write('</span>');}// THIS IS AN EXTRA PARAGRAPH   if (extra_paragraph == "yes") {// START TOPIC 4document.write('<br>');document.write('<span class="sidebartitle">');document.write('Paragraph Title:');document.write('<br></span><span class="sidebartext">');document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');document.write('<center><a href="about.htm"><img src="picts/sidebar-right2.jpg" border="1" vspace="5"></a><br></center>');document.write('</span>');}//  End -->