function evg_cmnt_window(w, h, url) {
	if (url == "") url = location.href.substring(7);
	window.open('http://www.everydayghosts.com/comments/site/' + url, 'evg_cmnt_window', 'location=0,status=0,scrollbars=1,width='+w+',height='+h);
}