<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_2a	= "no"		// SHOW 2NDa SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');








// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<a href="http://www.amazon.com/More-Than-Gourmet-Demi-glace-16-Ounce/dp/B0010OQQ2Q/ref=pd_sbs_gro_3"><img src="picts/sidebar-7.jpg" border="0" width="150" height="150" ></a><br><br>');
}




// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:100px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Demi:</span></legend>');

document.write('<a href="http://www.amazon.com/More-Than-Gourmet-Demi-glace-16-Ounce/dp/B0010OQQ2Q/ref=pd_sbs_gro_3" target="_blank">This \'demi\' is absolutely fantastic and works great in the Sweeping Her recipes!</a><br>');



document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA











// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<img src="picts/sidebar3.jpg" border="0" width="150" height="150" class="borders"><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:100px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Love Breakfast?</span></legend>');

document.write('Submit your favorite breakfast recipe and you could be featured in our next edition of Sweeping Her Off Her Feet With Food and receive a check for $50. ');

document.write('<a href="contact.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA



  if (showimage_2a == "yes") {
	  document.write('<img src="picts/sidebarleft-2a.jpg" border="0" width="150" height="150" class="borders"><br><br>');
}






// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');

document.write('<a href="http://www.amazon.com/Sweeping-Her-Off-Feet-Food/dp/0970670141/ref=sr_1_1?ie=UTF8&s=books&qid=1264989811&sr=1-1">Sweeping Her off Her feet with food</a><br>');
document.write('<a href="http://www.amazon.com/Adams-Eve-Eric-S-Lee/dp/0970670109/ref=sr_1_1?ie=UTF8&s=books&qid=1265000576&sr=1-1" target="_blank">Adam\'s Eve</a><br>');

document.write('<a href="http://www.cheeseimporters.com">Cheese Importers</a><br>');

document.write('<a href="http://www.dreamsemerge.com">Dreams Emerge</a><br>');



document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA











// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="http://www.amazon.com/Adams-Eve-Eric-S-Lee/dp/0970670109/ref=sr_1_1?ie=UTF8&s=books&qid=1265000576&sr=1-1" target="_blank"><img src="picts/sidebar-3.jpg" border="0" width="100" height="150" class="borders"></a><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">TOP FIVE </span></legend>');

document.write('HOMEMADE VALENTINE\'S GIFT\'S<br><br>1) Write your own top ten of why you love her and print on special paper<br><br>2) Make a collage of pictures of you two together<br><br>3) Cut out heart shapes with red paper with each heart a different proclamation of what you love about her. The more the better--100 maybe?<br><br>4) Make love coupons out of colored index cards, Backrubs, night out, wash the dishes, etc... Be creative<br><br>5) Prepare her a delicious home cooked meal from, Sweeping Her Off Her Feet With Food<br><br>Have FUN!');



document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA







document.write('</td></tr></table>');
//  End -->