$(document).ready(function(){ $("table tr:nth-child(even)").addClass("alt"); $('#chooser_wrap').Fisheye( { maxWidth: 10, items: 'a', itemsText: 'span', container: '.chooser_images', itemWidth: 125, proximity: 250, alignment : 'left', valign: 'bottom', halign : 'center' } ); if (jQuery.browser.msie) { $("hr").wrap("
"); } $(".inactive").click(function(){ $(this).removeClass("inactive"); }); });