<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('Your Products:');

document.write('<br></span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<a href="index.html">Home</a><p>');
document.write('<a href="secondchancebankaccount.htm">Second Chance Checking Account</a><p>');
document.write('<a href="checklesscheckingaccount.htm">Checkless Checking Account</a><p>');
document.write('<a href="http://affiliates.ecomlead.com/z/55/CD300/">Guaranteed Checking</a><p>');

document.write('</span>');




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Bad Credit Offers:');

document.write('<br></span><span class="sidebartext">');



document.write('<center>');
document.write('<<a href="http://affiliates.ecomlead.com/z/88/CD300/"><img src="http://affiliates.ecomlead.com/42/300/88/" alt="" border="0" width="160" height="600"></a><p>');
document.write('</center>');

document.write('</span>');






// START TOPIC 3







document.write('</span>');










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "no"	  // SHOW ANOTHER 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-left1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->

