﻿$(document).ready(function() {
	$('#images2 a.highslide').bind('click', function() {
	    hs.expand(this); return false;
	});
	$('#images1 a.newWin').attr('target', '_new');
	$('#images2 a.newWin').attr('target', '_new');
});
