/* Redirect Comments for Lazyest Gallery */ /* Copyright (c) Brimosoft http://brimosoft.nl */ /* By Marcel Brinkkemper */ function lg_redirectComments() { if ( typeof(lazyestGallery) != 'undefined' ) { theHash = window.location.hash; if ( theHash != '' ) { if ( theHash.match('comment-') ) { olList = document.getElementsByTagName('ol'); for (var i=0; i'; newSearch = 'lg_comment=' + theHash.substr(9) + theHash; if ( window.location.search != '' ) { newSearch = window.location.search + '&' + newSearch; } else { newSearch = '?'+ newSearch; } with ( window.location ) { newLocation = protocol + '//' + hostname + pathname + newSearch; replace(newLocation); } } } } } } jQuery(window).load(function() { lg_redirectComments(); }) ;