// default.js

$(function(){
	
	if( $('#fileLocation').attr('href') ){
		window.location = $('#fileLocation').attr('href');
	}
	
});
