$(document).ready(function(){

	$('.partners td a').click( function() {
		window.open( $(this).attr('href') );
		return false;
	});

});

