| 
					
				 | 
			
			
				@@ -1480,6 +1480,11 @@ function msg(value) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	else if(value.data == 'refer') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		history.back(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if(value.data.indexOf('http') != -1) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3239,8 +3244,10 @@ function showYes(msg) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				if(msg.data.indexOf('http') != -1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					location.href = msg.data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				} else if (msg.data && msg.data == 'refer') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					history.back(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					location.reload() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					location.reload(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 |