$(document).ready(function(){

	if ( typeof(pp) == 'undefined' ) {
		
		var  pp = $("a[rel^='prettyPhoto']");
		
		if ( pp.length ) {
			pp.prettyPhoto({counter_separator_label:' of ',show_title:false});
			$("a[rel^='prettyPhoto']").live('click',function(){
				console.log('ko');
			});
		}
		
	}
		
});

if ( typeof(ap_stopAll) != 'function' ) {
	ap_stopAll = function(playerID){
		try { $('.audioplayer').each(function(){this.SetVariable("closePlayer", 0)}); }catch (e) {}
	}
}
