<!-- Begin

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


// LEFT SIDEBAR FILE


var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "jr@johnrandazzo.net"	// EDIT WITH YOUR PAYPAL E-MAIL

var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// SHOW 2ND LINKED IMAGE

document.write('<br>');
document.write('<img src="picts/kidtime125.jpg" vspace="1" border="0"><br>');
document.write('<br>');


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


// MENU BOX TITLE

document.write('Our Bestsellers!<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="3" 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"><br>');


document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


document.write('<a href="popular_best_sellers.htm">Popular Titles</a><br>');
document.write('View all of our most popular titles here.<br>');



document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


document.write('<a href="products/mybabybook.htm">My Baby Book!</a><br>');
document.write('The PERFECT gift for a newborn.<br>');

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




if (paypal == "yes") {
document.write('<br>');
document.write('<a href="http://www.kidtimebooks.com/cgi-script/csRecommend/csRecommend.cgi?command=showrecommend&page="+escape(window.location)+ target=_blank><img src="picts/cart-view-off.gif" border="0" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"></a>');
document.write('<br><br>');
}



// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/logos.gif" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}




// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/sidebar-2.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}


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


document.write('<br>');
document.write('<br>');
document.write('<img src="picts/usps.gif" alt="We Ship USPS Priority Mail!" vspace="1" border="0"><br>');
document.write('<br>');



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


//  End -->