<!-- 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('Our 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="gallery9.htm">Members Pages</a><br>');
document.write('<a href="gallery1.htm">Heritage Options</a><br>');
document.write('<a href="gallery2.htm">Membership Options</a><br>');
document.write('<a href="gallery3.htm">Lifestyle Options</a><br>');
document.write('<a href="gallery4.htm">Class Options</a><br>');
document.write('<a href="gallery5.htm">Place Options</a><br>');
document.write('<a href="gallery6.htm">Travel Options</a><br>');
document.write('<a href="slideshow8.htm">City Suburban</a><br>');

document.write('</span>');




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Specials:');

document.write('<br></span><span class="sidebartext">');

document.write('This week only <span class="hilite">Special options</span> with all stolen or constructed identities. Group discounts available.<a href="specials.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="picts/shipping.gif" border="0"><br>');
document.write('</center>');

document.write('</span>');






// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Customer Testimonials:');

document.write('<br></span><span class="sidebartext">');

document.write('My life has totally changes since I stole an identity. Changing social groupings has given my career a needed boost.<br>');
document.write('<b>- Con Version -</b><br>');


document.write('<br>');
document.write('I love it, and it is really fun. You can do all kinds of things with the new identity. You have a great product!!!<br>');
document.write('<b>- Steve Sings -</b><br>');


document.write('<br>');
document.write('Everything was illuminated as I stole a new identity. My phone is ringing off the hook.<br>');
document.write('<b>- b. renewed -</b><br>');


document.write('<br>');
document.write('Easy to use, quick and very spiffy looking.<br>');
document.write('<b>- Phil Sneeze -</b><br>');



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 -->
