document.write('<div id="nyrp_logo"><a href="javascript:poptastic(\'http://www.nyrp.org\')"></a></div><div id="nyrpTag">Proceeds from the New Leaf support New York Restoration Project\'s<br />mission of turning forgotten spaces into growing places.</div>');
script

function poptastic(url)
{
	var newwindow;
	newwindow=window.open(url,'name','height=768,width=1024');
	if (window.focus) {newwindow.focus()}
}