jQuery.noConflict();     
jQuery(document).ready(function($){
	
	$('#featured') 
	.before('<ul id="navigator">') 
	.cycle({ 
	    fx:     'fade',
		speed:  'slow',
	 	timeout: 8000,
		cleartype:  true,
		cleartypeNoBg: true,
		pager:  '#navigator'
	});
	
});// Doc Ready

function DoSearch(){
window.location = "http://nwnaturallighting.publishpath.com/?Key=Search&q=" + document.getElementById("searchTerms").value;
}