/*
 * thickboxfix.js
 *
 * Allows lightbox/thickbox functionality to be applied to QUT Web Template links that would otherwise be unusable for this purpose (e.g. side navigation).
 *
 */

$(document).ready(function(){
	$("a[href*='inbound-outbound.jsp?keepThis']").attr({title: "Choose from one of the following"}).addClass("thickbox");
});
