
function print_redirect (file)
{
var baseurl = 'http://school.discovery.com/parents/ksy/print/';
newurl = baseurl + file;
top.document.location.href = newurl;
}
