﻿
var hu = String(window.location.href);
var u = hu.replace(/&/ig, "yyy");
var t = document.title;
var opt = "toolbar=0,status=0,menubar=0,scrollbars=1,resizable=1,location=0,width=550,height=400";
function goload() {
        window.open("http://www.kidswelcome.org/recommend.cfm?stage=1&pageURL1="+u+"&pageTitle="+t,"",opt)
}