var classic_SKU = new Array();

var classic_Title = new Array();

var featured_SKU = new Array();

var featured_Title = new Array();



featured_Title[0] = "Featured Titles";  /* <- Fr. Sergius, this is where the title of the sidebar goes */



featured_Title[1] = "Protectress of the Russian Diaspora";  /* <- First book */

featured_SKU[1] = "BK4001";



featured_Title[2] = "Our Thoughts Determine Our Lives";  /* <- Second book */

featured_SKU[2] = "BK4355";



featured_Title[3] = "St. Seraphim's Beatitudes";  /* <- Third book */

featured_SKU[3] = "BK8201";



featured_Title[4] = "The Path to Confession";  /* <- Fourth book */

featured_SKU[4] = "BK8601";



featured_Title[5] = "The Apostol";  /* <- Fifth book */

featured_SKU[5] = "BK5101";



classic_Title[0] = "Classics";  /* <- Fr. Sergius, this is where the title of the sidebar goes */



classic_Title[1] = "The Jordanville Prayer Book";  /* <- First book */

classic_SKU[1] = "BK1906";



classic_Title[2] = "Door to Paradise";  /* <- Second book */

classic_SKU[2] = "BK4332";



classic_Title[3] = "The Law of God";  /* <- Third book */

classic_SKU[3] = "BK1909";



classic_Title[4] = "Lantern of Grace";  /* <- Fourth book */

classic_SKU[4] = "BK4101";



classic_Title[5] = "The Book of Akathists";  /* <- Fifth book */

classic_SKU[5] = "BK1910";



/* DO NOT MODIFY ANYTHING BELOW THIS LINE !!! */

/* ----------------------------------------------------- */

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

document.write('<TABLE WIDTH=160 CELLPADDING=0 CELLSPACING=0 BORDER=1 BORDERCOLOR=#807A6C>');

document.write('<TR><TD BGCOLOR=#384850 ALIGN=CENTER VALIGN=TOP HEIGHT=300><small><br><strong>' + featured_Title[0] + '</strong></small><br><br>');

document.write('<small>');



var count = featured_Title.length;



for (var i=1; i < count; i++) {

document.write('<a href="/cgi-bin/commerce.cgi?preadd=action&key=' + featured_SKU[i] + '">');

document.write('<img src="/PDGCommTemplates/TopBotNav/thumbs/books/' + featured_SKU[i] + '_thumb.jpg" height=90 border="1" bordercolor="#FFFFFF"><br><br>');

document.write(featured_Title[i]);

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

}



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

document.write('</TD></TR>');

document.write('<TR><TD BGCOLOR=#384850 ALIGN=CENTER VALIGN=TOP HEIGHT=300><small><br><strong>' + classic_Title[0] + '</strong></small><br><br>');

document.write('<small>');



var count = classic_Title.length;



for (var i=1; i < count; i++) {

document.write('<a href="/cgi-bin/commerce.cgi?preadd=action&key=' + classic_SKU[i] + '">');

document.write('<img src="/PDGCommTemplates/TopBotNav/thumbs/books/' + classic_SKU[i] + '_thumb.jpg" height=90 border="1" bordercolor="#FFFFFF"><br><br>');

document.write(classic_Title[i]);

document.write('</a><br><br>');

}



document.write('</small>');

document.write('</TD></TR>');


