Could someone perhaps tell if it would be possible to insert -in this case- a <script></script> directly after <head>, but before:
<script type="text/javascript">
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var userSettings = {
'url': '/html5/',
'uid': '1',
'time':'1332528635'
},
ajaxurl = '/html5/wp-admin/admin-ajax.php',
pagenow = 'dashboard',
typenow = '',
adminpage = 'index-php',
thousandsSeparator = '.',
decimalPoint = ',',
isRtl = 0;
</script>
<head>? – chrisguitarguy Oct 3 '12 at 23:27