﻿//<![CDATA[
var quantcast_PublisherID = "p-12MnTiHWjfr2A";
_qoptions = { qacct: quantcast_PublisherID };
track_Quantcast(quantcast_PublisherID);

function track_Quantcast(input_AccountID) {
    var _isSecureProtocal = (("https:" == document.location.protocol) ? true : false);
    var _secureScript = "https://secure.quantserve.com/quant.js"; var _secureImage = "https://secure.quantserve.com/pixel" + input_AccountID + ".gif";
    var _normalScript = "http://edge.quantserve.com/quant.js"; var _normalImage = "http://pixel.quantserve.com/pixel/" + input_AccountID + ".gif";
    var _imageSource = ((_isSecureProtocal == true) ? _secureImage : _normalImage); var _scriptSource = ((_isSecureProtocal == true) ? _secureScript : _normalScript);
    var _image = unescape("%3Cimg src='" + _imageSource + "' style='display: none;' border='0' height='1' width='1' alt='Quantcast'%3E%3C/img%3E");
    var _script = unescape("%3Cscript src='" + _scriptSource + "' type='text/javascript'%3E%3C/script%3E");
    var _noscript = unescape("%3Cnoscript%3E " + "%3Cimg src='" + _imageSource + "' style='display: none;' border='0' height='1' width='1' alt='Quantcast'%3E%3C/img%3E" + " %3E%3C/noscript%3E");
    try {
        document.write(_script);
        _qoptions = { qacct: quantcast_PublisherID };
        document.write(_noscript);
    }
    catch (err) {
        document.write(_image);
    }
}
//]]>
