function Convert(ref, type, t){    
    document.getElementById('OutboundTag').src = "/TrackPage.aspx?t=" + type + "&l=" + t + "&u="+ref;      
}