﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html onmousedown="return false" oncontextmenu="return false" >
<head>
<meta http-equiv="Page-Enter" content="revealtrans(duration=0.02)">
<meta http-equiv="Page-Exit" content="revealtrans(duration=0.02)">

<script language="JavaScript1.2">
function noclick(e) {
    //event.cancelBubble = true, event.returnValue = false;
    return false;
}
if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = noclick;
document.onmousedown = noclick;
document.onmouseup = noclick;
document.onselectstart=noclick;

function hr(w, h) {
  document.writeln("<hr align=left width=" + w +"height=" + h +">");
 }
</script>

<style type="text/css">
body 
{
cursor:default;
overflow:auto; 
border: 0px none #FFFFFF;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
</style>
</head>
<body>
<font style="font-family: helvetica,arial,sans-serif;" size="2"><b>%s %s</b><br>
%s %d, %s %s, %s %s<br>
%s %s<br>
<br>
%s</font>
</body>
</html>
