Deprecated: Assigning the return value of new by reference is deprecated in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/theme.php on line 507

Warning: Cannot modify header information - headers already sent by (output started at /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/cache.php:36) in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-content/themes/unnamed-special-edition-10/js/comments.js.php on line 10

Warning: Cannot modify header information - headers already sent by (output started at /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/cache.php:36) in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-content/themes/unnamed-special-edition-10/js/comments.js.php on line 11

Warning: Cannot modify header information - headers already sent by (output started at /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/cache.php:36) in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-content/themes/unnamed-special-edition-10/js/comments.js.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/cache.php:36) in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-content/themes/unnamed-special-edition-10/js/comments.js.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-includes/cache.php:36) in /customers/dahoiv.net/dahoiv.net/httpd.www/programmering/wp-content/themes/unnamed-special-edition-10/js/comments.js.php on line 19
function AjaxComment(form) { var url = 'http://dahoiv.net/programmering/wp-content/themes/unnamed-special-edition-10/comments-ajax.php'; if (!$('commentlist')) { new Insertion.Before('pinglist', '
    '); }; new Ajax.Updater( { success: 'commentlist', failure: 'error' }, url, { asynchronous: true, evalScripts: true, insertion: Insertion.Bottom, onLoading: function() { $('commentload').show(); $('error').update(''); $('error').hide(); $('preview').hide(); Form.disable('commentform'); }, onComplete: function(request) { if (request.status == 200) { if ($('leavecomment')) { $('leavecomment').remove(); } new Effect.Appear($('commentlist').lastChild, { duration: 1.0, afterFinish: function() { new Effect.ScrollTo($('commentlist').lastChild); } } ); $('comments').innerHTML = parseInt($('comments').innerHTML) + 1; Field.clear('comment'); Form.disable('commentform'); setTimeout('Form.enable("commentform")',15000); } $('preview').hide(); $('commentload').hide(); }, onFailure: function() { $('error').show(); Form.enable('commentform'); }, parameters: Form.serialize(form) } ); } function AjaxPreview(commentform) { new Ajax.Updater ( 'preview', 'http://dahoiv.net/programmering/wp-content/themes/unnamed-special-edition-10/comments-preview.php', { asynchronous:true, evalScripts:true, parameters:Form.serialize('commentform'), onLoading: function() { $('commentload').show(); $('preview').hide(); Form.disable('commentform'); }, onComplete: function(request) { Effect.Appear('preview'); Form.enable('commentform'); $('commentload').hide(); } } ); } function initComment() { if ( $('commentform') ) { $('commentform').onsubmit = function() { AjaxComment(this); return false; }; $('previewcomment').onclick = function() { AjaxPreview(this); return false; }; new Insertion.Before('commentform', '
    '); new Insertion.After('submit', ''); new Insertion.After('submit',''); $('commentload').hide(); $('preview').hide(); $('error').hide(); } } //Event.observe(window, 'load', initComment, false); FastInit.addOnLoad(initComment);