jQuery(document).ready(function() {
	jQuery('#interviewbox').selectbox();
}); 
 
 
function changeInterview(val){
	if(val!="")
		document.location.href = val;
}