1 jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
3 // load testswarm agent
5 var url = window.location.search;
6 url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
7 if ( !url || url.indexOf("http") !== 0 ) {
10 document.write("<scr" + "ipt src='http://testswarm.com/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");