<html>
<body>

<img id="compman" src="/i/eg_compman.gif" alt="Computerman" />

<p>Some text. Some text. Some text. Some text.</p>

<script type="text/javascript">
document.getElementById("compman").align="right";
</script>

</body>
</html>