Warning: main(/nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/plugins/google-analyticator/ga_external-links.bak) [function.main]: failed to open stream: Permission denied in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php on line 205
Warning: main() [function.include]: Failed opening '/nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/plugins/google-analyticator/ga_external-links.bak' for inclusion (include_path='.:/usr/local/php-4.4.8-1/share/pear') in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php on line 205
Warning: main(/nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/plugins/google-sitemap-generator/sitemap-ja_SJIS.cache) [function.main]: failed to open stream: Permission denied in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php on line 205
Warning: main() [function.include]: Failed opening '/nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/plugins/google-sitemap-generator/sitemap-ja_SJIS.cache' for inclusion (include_path='.:/usr/local/php-4.4.8-1/share/pear') in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php on line 205
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php:205) in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/themes/plainbox/js/comments.js.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php:205) in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/themes/plainbox/js/comments.js.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php:205) in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/themes/plainbox/js/comments.js.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php:205) in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/themes/plainbox/js/comments.js.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-settings.php:205) in /nfs/c01/h12/mnt/2111/domains/gentlemengifts.com/html/wp-content/themes/plainbox/js/comments.js.php on line 19
function AjaxComment(form) {
var url = 'http://www.gentlemengifts.com/wp-content/themes/plainbox/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').setStyle( { visibility: 'hidden' } );
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);
}
Element.hide('commentload');
},
onFailure: function() {
$('error').show();
$('error').setStyle( { visibility: 'visible' } );
Form.enable('commentform');
},
parameters: Form.serialize(form)
}
);
}
function initComment() {
if ( document.getElementById('commentform') ) {
$('commentform').onsubmit = function() { AjaxComment(this); return false; };
new Insertion.After('comment', '');
new Insertion.After('submit','');
$('commentload').hide();
$('error').hide();
}
}
//Event.observe(window, 'load', initComment, false);
new FastInit(initComment);