/******************************************************************************
**
**  Copyright 2005-2011, Usability Sciences Corporation
**
**  Script created on Friday, April 15, 2011 at 9:38:13 AM.
**
******************************************************************************/
(function(){
/**************************************************************************
**
**  Uncomment the following line to disable WebIQ:
**
**************************************************************************/
//var disableWebIQ = true;

var fnMain = function()
{
    WebIQ.API
        .Config({CDN : "webiq-cdn.appspot.com"})
        .Exec("WebIQ.WARP", function()
        {
            WebIQ.WARP.WarpIn({
                CustomerID : "{303e5b7f-9345-4f97-b952-79317c53012d}", /* Michelin */

                ServiceLocations : {
                    WebIQ   : "http://webiq005.webiqonline.com/WebIQ/DataServer/",
                    WARP    : "http://webiq-warp.appspot.com/Services/"
                }
            });
        });
};

(function(){if(typeof disableWebIQ==="undefined"||!disableWebIQ){var b=function(){return typeof WebIQ==="object"?WebIQ&&WebIQ.API&&WebIQ.API.__LOADED__:!1};if(b())fnMain();else{var c=(new Date).getTime(),a;a=document.createElement("script");a.setAttribute("type","text/javascript");a.setAttribute("language","JavaScript");a.setAttribute("src",document.location.protocol+"//webiq-cdn.appspot.com/js/min/WebIQ.API.js");document.getElementsByTagName("head")[0].appendChild(a);(function(){b()?fnMain():((new Date).getTime()-
c)/1E3<60&&window.setTimeout(arguments.callee,100)})()}}})();

}());
