$(document).ready(function() {
	this_date = new Date();
  $('#container, #container_internal').find('a.window_link').click(function() {
  	window.open(this.href);
  	return false;
  });
});

