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