url_to_searchwidgetprocgi='/searchwidgetpro/searchwidgetpro.cgi'
	//relative or virtual url to cgi file
	
input_field_width=100
	//width of field for entering search terms
	
submit_image_url='/searchwidgetpro/search.png'
	//virtual or relative path to the search.png
	
close_image_url='/searchwidgetpro/close.png'
	//virtual or relative path to the close.png
	
folder_to_search_in='/'
	//begin path with a slash and start path in domain's root folder
	
folders_to_exclude='cgi,captcha,images,editor,xeditor,searchwidgetpro,updater,virtualdns,videowidgetpro,sitemonitor'
	//names of folders to not search in (separate with comma)
	
extensions_of_files_to_search='htm,html,php'
	//list extensions of files to search through
	
width_of_results_display=700
	//width of results display in pixels
	
height_of_results_display=500
	//height of results display in pixels
	
number_of_characters_to_return_after_match=200
	//number of characters to return after the search finds a match
	
return_only_first_match_per_page=1
	//value 1 returns only the first match per page - 0 returns all matches
	
domain_license="editwrxpro.com:MUGAHFWA"

//DO NOT EDIT BELOW THIS LINE

function JITc(url){
	script = document.createElement('script');	
	script.type = 'text/javascript';	
	script.defer = true;	
	script.id = 'JQX';	
	script.src=url 	
	document.getElementsByTagName('head')[0].appendChild(script);
}	
document.write('<span id=searchSpan></span>');
function byId(_id){return document.getElementById(_id)}
url=url_to_searchwidgetprocgi+"?embedSearch="+input_field_width+"="+submit_image_url
JITc(url)
