// for when project pdf's are not yet available

$(document).ready(function() {
	$('.update').click(function() {
		alert('This Page is Currently Being Updated and Details Will Be Available Shortly');
		return false;
	})
})