- //first of all i'd load jQuery from google
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- //then something like
- $(document).ready(function(){
- $(document.body).append("<script src='your script here...'></script>");
- });