// JavaScript Document
$(document).ready(function() {
   $('.playTrack').click(function(){callAlbum(this.id, "miniPlayer"); return false;});
});