function popUp(URL) {
	eval("page" + " = window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=252');");
}

var uri = location.href;
var tafLocation = "http://site.renewalenterprises.com/php/tellFriend.php?url=";
var tellFriend = tafLocation + uri;

function tellaFriend(){
	document.write("<a href=\"javascript:popUp(tellFriend)\" class=\"link\" id=\"email-friend\">Send This Page to a Friend</a>");
}
tellaFriend(); 

