$(document).ready(function(){ initJS(); }); function initJS(){ $("div.box").click(function(i){ $(this).unbind("click"); var url = $(this).attr("class").replace("box ", ""); location.href = '../artists-' + url + '/'; return false; }); $("table").tablesorter(); } function openPlayer() { player = window.open("http://www.phaino-records.net/html/musicplayer.html", "Phaino Records Music player", "width=300,height=300,status=yes,scrollbars=no,resizable=no"); player.focus(); }