var HighlightsIndex = {	run: function()	{        $('.highlights_index li.holder').each(function(index) {                        $(this).click(function(){                window.location = $(this).children('.h_link').attr('href');            });            $(this).css('cursor', 'pointer');        });			}}StartUp(HighlightsIndex);
