<!-- Begin

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


// RIGHT SIDEBAR FILE


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

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

var your_domain		="MyYarnBoutique.com"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "yes"	  		// SHOW NEWSLETTER FORM



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


// MENU BOX TITLE

//document.write('Testimonials<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 SIDEBAR TEXT TO EDIT


//document.write('I am so happy that I found your web site. I have been to many web sites and no other offers the deals and service that you offer...');

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

//document.write('Superfast shipping and great products. I will tell all my friends...');

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

//document.write('<a href="testimonials.htm" class="menu">More Testimonials</a><br>');



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




// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="testimonials.htm">');
document.write('<img src="picts/sidebar-3.jpg" 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="testimonials.htm">');
document.write('<img src="picts/sidebar-4.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}




<!-- Begin

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




var searchdomain	= "www.myyarnboutique.com"		// DOMAIN TO SEARCH




// Jrank SITE SEARCH









document.write("<form action=\"http:\/\/www.jrank.org\/api\/search\/v2\" method=\"get\">");

document.write("<fieldset style=\"border: 1px solid rgb(175, 175, 175); display: inline;\">");

document.write("<legend><a href=\"http:\/\/www.jrank.org\/\" style=\"font-size: 10pt; font-family: Arial, sans-serif;\">Yarn Boutique Site Search<\/a><\/legend>");

document.write("<a href=\"http:\/\/www.jrank.org\/\"><img alt=\"Site Search\" src=\"http:\/\/www.jrank.org\/images\/jrank_88_31-fs8.png\" style=\" width=\"30\" height=\"15\"border: none; vertical-align: middle;\" title=\"Site Search\" \/><\/a>");

document.write("<input id=\"key\" name=\"key\" type=\"hidden\" value=\"c52022c61064a3dc49f5cddd20dad4ea6a001de9\" \/>");

document.write("<input id=\"q\" name=\"q\" style=\"display: inline; vertical-align: middle;\" type=\"text\" value=\"\" size=\"8\"\" \/>");









document.write(" <input name=\"commit\" style=\"display: inline; vertical-align: middle;\" type=\"submit\" value=\"Go\" \/>");

document.write("<\/fieldset\"height=\"50%\>");

document.write("<\/form>");






//  End -->









// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="newstable"><tr><td>');
//document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
//document.write('Join our mailing list:<br>');
//document.write('</td></tr><tr><td align="left">');
//document.write('<form method="POST" action="http://'+your_domain+'/cgi-bin/formmail.cgi" style="margin: 0px">');
//document.write('<INPUT TYPE="HIDDEN" name="recipient" value="subscribe@'+your_domain+'">');
//document.write('<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://'+your_domain+'/thanks.html">');
//document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="email">');
//document.write('<INPUT TYPE="HIDDEN" name="sort" value="email">');
document.write('<INPUT TYPE="TEXT" name="email" SIZE="16" value="Enter phrase above" onFocus="clearText(this)" class="newsform"><br>');
//document.write('</td><td align="left">');
//document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Join Newsletter"><br>');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

}

// END NEWSLETTER FORM AREA














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 -->