$(function()
{
	$("#searchText").clearInput("Search");
	$(".bannercontent h1, .bannercontent h2").css({ opacity: 0.5 });
});
$(document).ready(function()
{
	$("#shortdescsource").appendTo("#shortdesc");
	$('.bookTableLabel').replaceWith( '<h3>Student Group Registration:</h3>' );
	$(".eventright *, table.registrations_table *, .CancelTableRegistrationButton, .SubmitTableRegistrationButton").each(function () { 
	   if ($(this).children().length == 0) { 
	      $(this).text($(this).text().replace('Table','Student Group')); 
	} 
});
});
