function popUp(URL) {
	eval("page" + " = window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=325,height=355');");
}

var uri = location.href;
var tafLocation = "http://site.olighting.com/php/tellFriend.php?url=";
var tellFriend = tafLocation + uri;

function tellaFriend(){
	document.write("<a href=\"javascript:popUp(tellFriend)\"><img src=\"/lib/yhst-62808405243919/mss-email-friend-2009.jpg\" width=\"102\" height=\"27\" alt=\"Email a Friend\"></a>");
}
tellaFriend() 

