$(document).ready ( function () {
	$("a[rel='new_window']").click ( function () { window.open (this.href); return false; } );
})
