	
	$.nltop100 =
	({
			build : function( args )
			{
				$("tr.row", this).bind("mouseover", function(){ $(this).addClass("over"); });
				$("tr.row", this).bind("mouseleave", function(){ $(this).removeClass("over"); });
				$("tr.row", this).bind("click", function(){top.location.href="http://awards.3fm.nl/page/aw08_nltop100/motivations/"+$(this).find(".nr").text() });
			}
	});

	$.fn.extend
	({
		nltop100 : $.nltop100.build
	});