$(function(){
	if(data.file_url.length>17){
		window.location=""+data.file_url;
	}
});