jQuery.noConflict();     
jQuery(document).ready(function($){
	
	if ( $('#adminbar #toolbar').length ) {

	$('#featuredOverlay').css({'display':'none'});
	}
	$('#featured') 
	.before('<ul id="navigator">') 
	.cycle({ 
	    fx:     'fade',
		speed:  'fast',
	 	timeout: 15000,
		cleartype:  true,
		cleartypeNoBg: true,
		pager:  '#navigator'
	});
});

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