WOW this totally deserves another bump, just FYI, it ends up giving you drk/btc charts on 3 exchanges (cryptsy, mintpal, bitfinex) and also drk/usd chart, all in bitcoinwisdom charts, pretty sweet. this is why drk community is awesome!
O and i guess i will add this...
To get rid of advertisements on bitcoinwisdom charts for free!
right click chart and choose inspect element, then find left-outerbar and delete node.
A re-post for anybody that wants to check this out.
Copy and paste to a TXT file and then save to Desktop as a HTML
<html>
<head>
<!-- Hi there! Donate @ Hypron.net! :) If you rip this site please give credit, thanks! -->
<meta charset="UTF-8">
<meta name=%26quot%3Bdescription%26quot%3B content="2x2 Darkcoin Chart Layout">
<title>DRK CHARTS</title>
<style type="text/css">
body {margin:0px; padding:0px;}
.Table {display: table; width: 100%; height: 100%;}
.Row {display: table-row; width: 100%; height: 50%;}
.Cell {display: table-cell; overflow: hidden;}
.Cell iframe {height:107%; width:118%; border: 0px;}
</style>
</head>
<body>
<div class="Table">
<div class="Row">
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/mintpal/drkbtc" seamless></iframe></div>
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/cryptsy/drkbtc" seamless></iframe></div>
</div>
<div class="Row">
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/bitfinex/drkbtc" seamless></iframe></div>
<div class="Cell"><iframe src="https://bitcoinwisdom.com/markets/bitfinex/drkusd" seamless></iframe></div>
</div>
</div>
</body>
</html>