///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	file name: 		load_ap.js
//	created:		06-26-09
//	copyright: 		Digital Solutions
//	description:	This will load all of the ap necessary libraries in one file saving space and speed
//  modified:		06-26-09
//
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

$(document).ready(function() {

$.ajax({
  type: "GET",
  url: "http://img.video.ap.org/inline/js/ga.js",
  dataType: "script"
});

$.ajax({
  type: "GET",
  url: "http://img.video.ap.org/inline/js/qos.js",
  dataType: "script"
});

$.ajax({
  type: "GET",
  url: "http://img.video.ap.org/inline/js/qos_mps.js",
  dataType: "script"
});

$.ajax({
  type: "GET",
  url: "http://img.video.ap.org/inline/js/swfobject.js",
  dataType: "script"
});

$.ajax({
  type: "GET",
  url: "http://img.video.ap.org/inline/js/util.js",
  dataType: "script"
});

$.ajax({
  type: "GET",
  url: "http://img.video.ap.org/inline/js/inlineutil.js",
  dataType: "script"
});

$.ajax({
  type: "GET",
  url: "http://img.video.ap.org/p/j/apovn.js",
  dataType: "script"
});

});
