glow.onDomReady(function(){
    glow.events.addListener(".transcript a", "click",function(){
        window.open(this.href, "transcript","height=300,width=400,status=yes,resizable=yes,menubar=no,location=no,scrollbars=yes");
        return false;
    });
});