Code:
[COLOR=red !important]Uncaught TypeError: undefined is not a function (index):112[/COLOR]
Attr.specified is deprecated. Its value is always true.
Fire vB_XHTML_Ready vbulletin-core.js?v=420:11
Fetch Cookie :: vbulletin_collapse (null) vbulletin-core.js?v=420:11
Invalid App Id: Must be a number or numeric string representing the application id. all.js:53
FB.getLoginStatus() called before calling FB.init(). all.js:53
Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) tweet_button.1400006231.html:1
Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) follow_button.1400006231.html:1
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
[COLOR=red !important]Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://www.stumbleupon.com') does not match the recipient window's origin ('http://www.webmastersun.com').[/COLOR]
http://validator.w3.org/check?uri=ht...Inline&group=0
From your normal page:
HTML Code:
<script type="text/javascript">
<!--
document.write('<script type="text/javascript" src="' + yuipath + '/animation/animation-min.js?v=420"></script>');
var sidebar_align = 'right';
var content_container_margin = parseInt('320px');
var sidebar_width = parseInt('300px');
//-->
</script>
From the google source
Code:
');
var sidebar_align = 'right';
var content_container_margin = parseInt('320px');
var sidebar_width = parseInt('300px');
//-->
Its chopping it off, there isn't much we can do about that.