function redirect(dest){			
	location.href= dest + location.search;	
}
