Oh well in that case then it didnt work. I also went ahead and tried the vd but still errors out on the same line:
<!-- inside the EmbedMessenger.aspx file -->
' rel=stylesheet>
' rel=stylesheet>
' rel=stylesheet>
<link rel=stylesheet href='<%=ResolveUrl("EmbedMessenger.css")%>' />
<script src='<%=ResolveUrl("protoutil.js")%>'></script>
<script src='<%=ResolveUrl("settings.js.aspx")%>'></script>
<script src='<%=ResolveUrl("loadall.aspx")%>'></script>
<script>
_SL_AddTranslater(GetString); <---- ERRORS OUT HERE
_SL_SetContentFilter(ReplaceStrings);
</script>
Let me know what else you might need. thnkx