<meta http-equiv="expires" contents="0"> <html> 	<head> 	<script language="JavaScript" type="text/javascript"> 		document.location.assign("index.jsp"); 	</script> 	</head> 	<body> 		<a href="index.jsp">Click here if you are not redirected to the home page.</a> 	</body> </html> 
