function ektolink(slug) {
	document.write("<div class=\"ektolink\">This release has also been reviewed at <a href=\"http://www.ektoplazm.com/reviews/" + slug + "/\">Ektoplazm</a> &raquo;</div>");
}
var projlink = "<div class=\"projlink\">This page is hosted as part of the <a href=\"http://www.ektoplazm.com/projects/trip-retrospective/\">TRiP Retrospective Project</a>.</div>";
function loader(option) {
	if(option != "nolink") {
		document.body.innerHTML += projlink;
	}
	if (document.referrer) {
		if (!(document.referrer.indexOf('ektoplazm.com') > -1)) {
			// Referrer not Ektoplazm?
			//window.location.href = "http://www.ektoplazm.com/projects/trip-retrospective/";
			alert("You have reached the TRiP Retrospective Project. This is not a live web site; it has been archived here for reference purposes only! Click on the link at the bottom of the page for more information.");
		}
	}
}

