function popUp(URL) {
	eval("page" + " = window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=345,height=285');");
}

var uri = location.href;
var tafLocation = "http://site.jeffersonbrass.com/php/tellFriend.php?url=";
var tellFriend = tafLocation + uri;

function tellaFriend(){
	document.write("<a href=\"javascript:popUp(tellFriend)\"><img src=\"/lib/yhst-70540369695462/emailFriend.gif\" border=\"0\"></a>");
}
tellaFriend() 

