<% if(status == "processing"){ %>
	
		Thank you for your submission
		Please wait just a moment while your data is being uploaded and processed.
		
		
		
	<% } else if(status == "complete"){ %>
	
		Thank you for your submission
		Your data set is ready to view.
		
		
		
		View your data set	
	
	<% } else if(status == "timeout"){ %>
	
		Thank you for your submission
		Your submission was successful, but is still being processed in our system. 
		When it is done being processed, it will be listed in your profile.
		
		
		
				
	<% } else if(status == "error"){ %>
	
		Thank you for your submission
		
		
		
		
		
	<% } %>