// JavaScript Document
function redirectSol(vac_id) {
	if (vac_id != undefined)
	{
		redirect("/vacatures/solliciteer/"+vac_id)
	}
}