On my master page i have a tag cloud web part.
I use jquery to redirect tags to search center. I reference it in my master page:
<script type="text/javascript" src="/_layouts/project/js/addons.js"></script> I tested the script with the console in firebug and it works like a charm. but it seems that the addons.js gets loaded before http://url/_vti_bin/SocialDataService.asmx/GetAllTagTerms
Therefore the redirection doesn't work.
Any ideas on how i could load the script after http://url/_vti_bin/SocialDataService.asmx/GetAllTagTerms