$(document).ready(function() {

$('#starenow').next().hide();

$('#starenow').click( function() {
	$(this).next().toggle('fast');
});



});
