<!-- 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('Gift Cards Available');

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="product1.htm">Best Buy</a><br>');
document.write('<a href="product3.htm">Home Depot</a><br>');
document.write('<a href="product4.htm">Wal Mart</a><br>');
document.write('<a href="product5.htm">Staples</a><br>');
document.write('<a href="product6.htm">Bed Bath and Beyond</a><br>');
document.write('<a href="product2.htm">Borders</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">FREE SHIPPING</span> with any order. <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('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('We found your service awesome! I found what I was looking for in one minute after searching on the net for hours!.<br>');
document.write('<b>- Bill Collins -</b><br>');


document.write('<br>');
document.write('You have gift cards people actually use, this is a gift people can really appreciate<br>');
document.write('<b>- Jim Hall -</b><br>');


document.write('<br>');
document.write('I bought a dozen gift cards and sent it to different friends in just one minute. It would have taken me a lot longer than that sending them myself.<br>');
document.write('<b>- A. Fidiarakis -</b><br>');


document.write('<br>');
document.write('You have cards no one else has, thanks for the awesome service<br>');
document.write('<b>- Jim Shoe -</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 -->

