$(document).ready(function(){
	$('#main a:not([href*=brightmachine])').addClass('external').attr('target', '_blank');

	$('.gallery').each(function(){
		$(this).wrapInner('<table cellspacing="0"><tr>');
		$(this).find('img').wrap('<td>');
		$(this).jScrollPane({horizontalGutter: 30,verticalGutter: 30});
	});

	$("#slideshow").wrapInner('<table cellspacing="0"><tr>');
	$('#slideshow img').wrap('<td>');
	$('#slideshow').jScrollPane({horizontalGutter: 30,verticalGutter: 30});
});

if (top.location!= self.location) {
	top.location.replace(self.location.href);
}

