
window.onload = function() {
	highlightParent();
	relTags();
	var cookie = readCookie("whatstyle");
	var title = cookie ? cookie : getPreferredSS();
	setActiveSS(title);
	};
