//	if(window.location.pathname != '/wiese-used-equipment.html'){

$(function(){
	$("#UnitsTbl tr[rel]").overlay({closeOnClick: true});
	$('#UnitsTbl').tablesorter();
	
	$('img[id^=tn_]').mouseover(function(){
		var pic = $(this).attr('id').split('_');
		$('#big-pic-'+pic[2]).attr('src','./images/equipment/used/'+pic[2]+'/'+pic[1]);
		//alert('images/equipment/used/'+pic[2]+'/'+pic[1]);
	
	});
	
	
});

//} 
