$(document).ready(function(){
	/* Blur */
	$("a").click(function() {
		this.blur();
	});
	
	/* Table Colorize */
	$(".tablecolorize").colorize({bgColor:'#fff', altColor:'#EAF2D3', hoverColor:'#99cc00', hiliteColor:'none'});
	
	/* Livesearch */
	jQuery('#livesearch').liveSearch({url: '/suche/livesearch.php?q='});
});

/* Player
AudioPlayer.setup("http://www.blasmusik-shop.de/js/player/player.swf", {  
	width: 350,
	initialvolume: 100
}); */
