$(document).ready(function() {	
	$(function() {
		$('#highslide-gallery a').lightBox(); // Select all links in object with gallery ID
	});
	$('a[rel*=external]').click( function() {
		window.open(this.href);
	        return false;
	});
});
