agent=navigator.userAgent.toLowerCase(); mac=agent.match(/mac/); ie=agent.match(/msie/); ns=agent.match(/gecko/); saf=agent.match(/safari/i); function get(el){ return document.getElementById(el); };
if(this.window==window.top && !(mac&&ie&&window.opener)){
	nid=location.href.match(/\d+\.html/i);
	location.href='http://www.unit9.com/?news='+nid[0].match(/\d+/);
}
function init(){
	if(mac&&ie)return false;
	dText=get('DIVtext'); pdf=get('DLpdf');
	dcH=parseInt(dText.offsetHeight)+(saf&&pdf?10:0);
	pdfs=pdf?pdf.innerHTML.match(/\(([^\)]+)\)/i):0;
	window.parent.loaded(get("DIVlogo").innerHTML,dcH,dText.innerHTML+(pdf?("<DIV style='position:absolute; top:"+(dcH-(ns?15:20))+"px' onclick=\"loadPDF('"+pdf.href+"')\" class=pdf>"+(pdfs?pdfs[1]:"")+"</DIV>"):""));
}
window.onload=init;
