$(document).ready(function(){		
$('#searchTerms').autofill({
value: 'SEARCH THE SITE',
defaultTextColor: '#cfd3d7',
activeTextColor: '#666'
});
});
