
   Cufon.replace('.cufon', {fontFamily: 'MyriadPro', hover: true});
   Cufon.replace('#menu li', {fontFamily: 'MyriadPro'});

   
/*
$(document).ready(function() {
  $(".tablesorter").tablesorter( {
        headers: { 0: { sorter: false} },
        sortList: [[0,0], [1,0]]
  });
}); */

function showchat() {
	//$("cufon").css("z-index", "2");
	var html = '<div style="position:absolute;z-index:9999;"><iframe src="http://doktorhouse.pl/czat/index.php" width="505" height="800"></iframe></div>';
	
	$("#wrapper").prepend(html);
}

$(document).ready(function() {
	$("a[href=#czat]").click(function(){showchat();});
	
	if (document.location.hash == '#czat') showchat();
});
