window.onload = function() {
	var a,i,o,x;
	a = document.getElementsByTagName( "a" );	for (i=0; i<a.length; i++) { if ( a[i].rel == "external" ) { a[i].onclick = openExternal;	}}
	if ( o = document.getElementById( "print_site_link" ) ) {	o.onclick = function() { window.print(); return false; } }
} 
function openExternal() { window.open( this.href, "", "" );return false;}

