jQuery.noConflict();     
jQuery(document).ready(function($){
	
	if ( $('#adminbar #toolbar').length ) {
	//	DO NOTHING
		$('#featuredOverlay').css({'display':'none'});
	} 
	
//	else { 
//		
//		$('#featured,#featuredImage,#featuredOverlay,#featuredButtons').css({'display':'none'});
//	
//		$(window).load(function() {
//		     $('#featured').fadeIn('slow', function () {
//		     	$('#featuredImage,#featuredOverlay').fadeIn('slow', function () {
//		    		$('#featuredButtons').fadeIn('slow');
//		    	});
//		    });
//		});
//	}
	
});// Doc Ready

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