<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// RIGHT SIDEBAR FILE


var menuspace		= "150"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW RIGHT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "yes"		// SHOW 2ND LINKED IMAGE
var showimage3		= "yes"		// SHOW 3RD LINKED IMAGE
var showimage4		= "no"		// SHOW 4TH LINKED IMAGE






document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('Featured Work<br>');



document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="5" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0" alt="Image"><br>');




// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="http://www.gildedquillonline.com/products-1-34.html">');
document.write('<img src="products/Prints/Gallery_5/thumbs/th_Gallery_5_ (11).jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}

// START SIDEBAR TEXT TO EDIT

document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');
document.write('<b>Final Inspection</b>');

document.write('<br><br>');

document.write('A profound poem by Sgt. Joshua Helterbran. 10% of every Final Inspection print sold will be donated to disabled Veterans');

document.write('<br><br>');
document.write('<a href="http://www.gildedquillonline.com/products-1-34.html" class="menu">Order Here</a><br>');

document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');


// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="http://www.gildedquillonline.com/products-1-29.html">');
document.write('<img src="products/Prints/Gallery_5/thumbs/th_Gallery_5_ (3).jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}
// START SIDEBAR TEXT TO EDIT

document.write('<b>Angels Unaware</b>');

document.write('<br><br>');

document.write('Featured in <b>WORLD</b> Magazine. ');

document.write('<br><br>');
document.write('<a href="http://www.gildedquillonline.com/products-1-29.html" class="menu">Order Here</a><br>');

document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');



// START 3RD LINKED SIDEBAR IMAGE
   if (showimage3 == "yes") {
document.write('<a href="http://www.gildedquillonline.com/store-5.html">');
document.write('<img src="products/Prints/Gallery_1/thumbs/th_Gallery_1_ (12).jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}

// START SIDEBAR TEXT TO EDIT

document.write('<b>Acanthus Leaf</b>');

document.write('<br><br>');

document.write('<i>Instructional DVD</i>');
document.write('<br><br>');

document.write('Rosemary demonstrates her drawing and, most of all, her painting techniques in this DVD.');

document.write('<br><br>');

document.write('<a href="http://www.gildedquillonline.com/store-5.html" class="menu">Order Here</a><br>');

document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');



// START 4TH LINKED SIDEBAR IMAGE
   if (showimage4 == "yes") {
document.write('<a href="testimonials.htm">');
document.write('<img src="products/Prints/Gallery_1/thumbs/th_Gallery_1_ (12).jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}
// START SIDEBAR TEXT TO EDIT

document.write('</td></tr></table>');
document.write('</td></tr></table>');

document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->