$(document).ready(function() {
	if ($("#container").hasClass("reel")) {
		initReel();
	} else {
		if ($("body").attr("id") == "projects") initProjects();
		if ($("body").attr("id") == "project") initProject();
	}
});
