$(document).ready(function() {
   var hash = window.location.hash;
   if (hash.length > 0) {
      frames[2].location = "http://api.qcu.be/" + hash.substring(1);
   }
});
