<!-- // Begin

// NOTE: If you use a ' add a slash before it like this \'




var showsearch		= "no"			  // DISPLAY SEARCH
var searchdomain	= "http://www.trueportraits.com"	 // DOMAIN TO SEARCH
var searchname		= "True Portraits"		// SEARCH NAME DISPLAYED




// DUAL SITE AND GOOGLE SEARCH
// COPYRIGHT 2009 © Ray Bilcliff
// Unauthorized use or sale of this script is strictly prohibited by law




   if (showsearch == "yes") {
document.write('<form action="http://www.google.com/cse" id="cse-search-box">');
document.write('<input type="hidden" name="cx" value="015166049510631199113:dklehagiop8" />');
document.write('<input type="hidden" name="ie" value="UTF-8" />');
document.write('<input type="hidden" name="oe" value="UTF-8">');

document.write('<table cellpadding="0" cellspacing="5" border="0" class="searchbox printhide"><tr><td align="left" valign="top">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');

document.write('<input type="text" name="q" size="25" maxlength="255" class="searchsiteform">');

document.write('</td><td valign="top">');

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\'" class="searchsitebutton"><br>');

document.write('</td></tr></table>');

document.write('<input type="radio" name="sitesearch" value="">Google<input type="radio" name="sitesearch" value="'+searchdomain+'" checked>'+searchname+'<br>');

document.write('</td></tr></table>');

document.write('</form>');

}


//  End -->