function onLoadPage() { if (typeof initSlideShow == 'function') initSlideShow(); if (typeof $.prettyPhoto != 'undefined') $.prettyPhoto.reload(); $('.hovermark').hover(function(){$(this).addClass('mark')},function(){$(this).removeClass('mark')}); // set table cells to same class as table $('table').each(function(idx,tbl) { if ($cl = $(this).attr('class')) { $(tbl).children().children().each(function(idx2){$(this).addClass($cl)})} }); }