function ApplyNowAlert(id) {
		
			switch(id) {
				case 1:
					alert("You are not currently logged in");
				break;
				
			}
			
		}
