<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<script type="text/javascript">
		 //<![CDATA[
		   function redirect(target, url){
		       if (target =='_blank'){
		           open(url);
		       }
		       else if (target == '_top'){
		           window.top.location.href=url;
		       }
		       else if (target == '_parent'){
		           location.href=url;
		       }
		       else if (target == '_self'){
		           location.href =url;
		       }
		       else{
		           open(url);
		       }
		      }
		 //]]>
		</script>
	</head>
	<body style=" margin:0px;">
		<table cellpadding="0" rules="none" border="0" style="empty-cells: show;width:100%;">
			<tr>
				<td valign="top"></td>
			</tr>
		</table>
	</body>
</html>