baseHref = 'http://10.0.1.103/zapleczko/html/';
/* use to load functions after loading page - jquery util*/
$(document).ready(function() {
	
}
);


function openArtistTV(iArtistId) {
	day = new Date();
	id = day.getTime();
	TV = window.open(baseHref + 'index/playlist/artist/id/' + iArtistId + '/' , iArtistId , 'toolbar=0,directories=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=450');
	
	return TV;
}