|
The greatest gift you can give us is that of your love and support.
If you decide to honor us with another gift, we have created this
registry page for your convenience.
Online Registries
Our Registry
Below is a list of other gifts for which we have not formally registered.
If you have any questions, please contact Raella Bueno at (603)
542-4403 or via e-mail at registry@buenokeen.com.
| Description |
Link |
Quantity
Requested |
Quantity
Purchased |
<%
var oRegistry = getDOMDocument("Registry.xml");
var oGifts = oRegistry.selectNodes("/Registry/Gifts/Gift");
for( var i = 0; i < oGifts.length; i++ )
{
var oGift = oGifts.item(i);
var sStore = oGift.selectSingleNode("Store").text;
var sURL = oGift.selectSingleNode("URL").text;
if( !sStore && sURL )
sStore = "Suggested Vendor";
if( sStore )
{
if( sURL )
sStore = sStore.link(sURL);
}
else
sStore = "";
var iRequested = parseInt(oGift.selectSingleNode("Requested").text);
var iPurchased = parseInt(oGift.selectSingleNode("Purchased").text);
var sRequested = iRequested < 0 ? "Unspecified" : iRequested.toString();
var sPurchased = iRequested < 0 ? "" : iPurchased.toString();
%>
>
| <%=Server.HTMLEncode(oGift.selectSingleNode("Description").text)%> |
<%=sStore%> |
<%=sRequested%> |
<%=sPurchased%> |
<%
if( iRequested > iPurchased )
{
%>
">Update
<%
}
%>
|
<%
}
%>
|