
/* ----- easyblog.js ----- */

function openLogWindow(url) {
	w = window.open(url, "Trackback", "height=800, width=800, screenX=500, screenY=150, scrollbars=yes, resizable=yes");
	w.focus();
}
