Autobahn3.invGroupedListings=function(){$(".invGroupedRow").hover(function(){$(this).addClass("invGroupedRowOver")},function(){$(this).removeClass("invGroupedRowOver")}).click(function(a){var b=$(a.target).attr("alt");if($(this).children(".soldOverlay").length===0&&b!="Lincoln"&&b!="LINCOLN")window.location=$(".groupTitle span a",$(this)).attr("href");a.preventDefault()})};$(document).ready(function(){Autobahn3.invGroupedListings()});

