$(document).ready(function(){
	$('#horses li.main_horse').bind('click', function(){
		window.location.href = '?id=' + this.id;
	});
});