$(document).ready(function() {
	$('a.popupJob').click(function() {
		popupSized($(this).attr('href'), 1024, 600);
		return false;
	});
});