"use strict";
(function () {
var html = '';
html += '';
document.writeln(html);
var iframe = document.getElementById('hot-statuses-iframe-pet');
iframe.width = 630;
iframe.height = 335;
iframe.align = 'left';
function getIframeWindow(iframeObject) {
if (iframeObject.contentWindow) {
return iframeObject.contentWindow;
} else if (iframeObject.contentDocument) {
return iframeObject.contentDocument;
}
return null;
}
iframe.onload = function () {
(function(window, document, version, callback) {
var j, d;
if (!(j = window.jQuery) || version > j.fn.jquery) {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "//cdnjs.cloudflare.com/ajax/libs/jquery/" + version + "/jquery.min.js";
script.onload = script.onreadystatechange = function() {
if (!(d = this.readyState) || d == "loaded" || d == "complete") {
callback((j = window.jQuery).noConflict(true));
j(script).remove();
}
};
document.documentElement.childNodes[0].appendChild(script);
}
})(window, document, "1.7.2", function($) {
if (!window.jQuery) {
window.jQuery = $;
} else {
$ = window.jQuery;
}
});
};
})();