Hi Patrick,
wanting to output javascript variable, which would be assigned the title of the page plus some custom text.
ie. <script type='text/javascript>var vTitle = "Home - Custom Text"</script>
This is to be used for tracking purposes. Did have some custom api calls that i was hoping to utilize, but otherwise, i guess i'll be using js's document.title.
P