Refactor SUCS site PHP code to reduce duplication

The site currently has a lot of code duplicated. Updating it is a pita.

We should start making any code that needs to get called more than once into functions.