if (self != top & window.name != 'site'& window.name != 'tour') {
    if (document.images)
        top.location.replace(window.location.href);
    else
        top.location.href = window.location.href;
}

function nsp(addr, sub, dom) {
    if (dom==null) {dom="bluefriday.ca"};
    newloc = "mailto:"+addr.replace(/ /gi,'.')+"@"+dom;
    if (sub!=null) { newloc += '?Subject='+sub; };
    document.location = newloc;
}

