window.onload=function() {	var em = document.getElementsByTagName("em");	for (i=0;i<em.length;i++) em[i].onclick = go;	function go(e) {	e = (window.event) ? event : e;	e = e.srcElement ? e.srcElement : e.target;	if (e.getAttribute("title")==null) e=e.parentNode;	var href = e.getAttribute("title");	href = "http://px.a8.net/svt/ejp?a8mat=16829M+FW5MO2+BS6+HUD03&a8ejpredirect=" + href.replace(":","%3a").replace("/","%2f").replace("#","%23");	location.href=href;	}}