<!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"></meta>
		<!--[if (gte IE 5.5000)&(lt IE 7)]>
		   <script  type="text/javascript">
		    //<![CDATA
		      var ie55up = true;
		    //]]>
		   </script>
		<![endif]-->
		<script type="text/javascript">
		 //<![CDATA[
		   function fixPNG(myImage) // correctly handle PNG transparency in Win IE 5.5 or IE 6.
		      {
		       if ( window.ie55up )
		          {
		           var imgID = (myImage.id) ? "id='" + myImage.id + "' " : "";
		           var imgClass = (myImage.className) ? "class='" + myImage.className + "' " : "";
		           var imgTitle = (myImage.title) ? "title='" + myImage.title + "' " : "title='" + myImage.alt + "' ";
		           var imgStyle = "display:inline-block;" + myImage.style.cssText;
		           var strNewHTML = "<span " + imgID + imgClass + imgTitle;
		           strNewHTML += " style=\"" + "width:" + myImage.width + "px; height:" + myImage.height + "px;" + imgStyle + ";";
		           strNewHTML += "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader";
		           strNewHTML += "(src=\'" + myImage.src + "\', sizingMethod='scale');\"></span>";
		           myImage.outerHTML = strNewHTML;
		          }
		      }
		 //]]>
		</script>
		<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" style=" border-collapse: collapse; empty-cells: show;width:100%;">
			<tr>
				<td valign="top"></td>
			</tr>
		</table>
	</body>
</html>