 $(document).ready(function() {

   $('.fade').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '130px' }); 

 });

function doChangeSearch(){
	if (document.getElementById('p').value == 'Search Adventures.org'){
		document.getElementById('p').value = ''
		document.getElementById('p').style.fontWeight = 'bold';
	}
}
