<?xml version="1.0" encoding="UTF-8" ?>
<Module>  
<ModulePrefs title="Messing with TSX" />   
<Content type="html">     
<![CDATA[ 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="refresh" content="60">
<title>Messing with TSX</title>
</head>
<body>
<script Language="JavaScript1.1" type="text/javascript">
RanNum = new String (Math.random()); 
ranNumSub = RanNum.substring (2, 8);
</script>
<div id="content_div">
<div class="graphHead">
<h3>Toronto Stock Exchange</h3>

<script Language="JavaScript1.1" type="text/javascript">
var content_HTML ="";
content_HTML = '<img
    src="http://www.tsx.com/en/images/charts/newtsehome_volume.gif?'+ranNumSub+'" alt="TSE Volume";
_gel("graphHead").innerHTML = content_HTML;
</script>

<!-- <img src="/en/images/charts/newtsehome_volume.gif" alt="TSE Volume"> -->
</div>

<div class="graph">
<h4>S&amp;P/TSX Composite Index</h4>

<script Language="JavaScript1.1" type="text/javascript">
document.write('<img
src="http://www.tsx.com/en/images/charts/tse300.gif?'+ranNumSub+'"
alt="S&amp;P/TSX Composite Index">');
</script>
<!-- <img src="/en/images/charts/tse300.gif" alt="S&amp;P/TSX Composite Index"> -->
<!-- -->
</div>
<div class="graphFoot">
<script Language="JavaScript1.1" type="text/javascript">
document.write('<img
src="http://www.tsx.com/en/images/charts/sp_cdnx_footer.gif?'+ranNumSub+'"
alt="TSX Venture Exchange Value">');
</script>

<!-- <img src="/en/images/charts/sp_cdnx_footer.gif" alt="TSX Venture Exchange -->
<!-- Value"> -->
</div>
</div>
</body>
</html>

]]>
</Content> 
</Module>