/******************************************************************************
**
**  Copyright 2005-2011, Usability Sciences Corporation
**
**  Script created on Monday, November 14, 2011 at 10:45:02 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.OptIn", function()
        {
            WebIQ.OptIn.Authorize({
                ProjectID   : "{062989f9-8636-459e-923e-96131cfc799b}", /* Celebrex */
                DataUrl     : "http://webiq005.webiqonline.com/WebIQ/DataServer/"
            });
        });
};

(function(){if(typeof disableWebIQ==="undefined"||!disableWebIQ){var b=function(){return typeof WebIQ==="object"?WebIQ&&WebIQ.API&&WebIQ.API.__LOADED__:false};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)})()}}})();

}());
