function profilePop() {
		profile = window.open("","profile","toolbar=no,scroling=yes,width=420,height=190");
		profile.document.write('<html><head><title>Profile</title><link rel="stylesheet" type="text/css" href="http://phx.corporate-ir.net/client/19/198120/css/style.css" /><style type="text/css">body {background-image: none;}#holder {border: 1px solid #E2E6E9; padding: 10px; background: #FFF;} .close{margin-top: 10px; font-size: 9px; float: right;}</style></head><body><div id="holder">The JSE Ltd (&#34;JSE&#34;) is licensed as an exchange under the Securities Services Act, 2004 and is Africa&#39;s premier exchange. It has operated as a market place for the trading of financial products for nearly 120 years. In this time, the JSE has evolved from a traditional floor based equities trading market to a modern securities exchange providing fully electronic trading, clearing and settlement in equities, financial and agricultural derivatives and other associated instruments and has extensive surveillance capabilities. The JSE is also a major provider of financial information.  In everything it does, the JSE strives to be a responsible corporate citizen.</div><div class="close"><a href="javascript:close();">Close Window</a></div></body></html>');
 	  	profile.document.close();
}

