$(document).ready(function(){
	$('#star_rating').before('<span class="instructions">(click stars to provide a rating)</span>');
});