// Load API Code JS file.

var globalApiPath = 'http://www.fixtureslive.com/api/';
//var globalApiPath = 'http://localhost:52184/API/';

var now = new Date();
var apiJS=document.createElement("script");
apiJS.type="text/javascript";
apiJS.charset="utf-8";
apiJS.src = globalApiPath + "api_code.js?nocache=" + now;
document.getElementsByTagName("head")[0].appendChild(apiJS);