window.onload=function(){
	
	
	
	if($$('now_playing')){
		Nifty("div.now_playing","bottom transparent");
	}
	if($$('purple')){
		Nifty("div.purple","transparent");		
	}
	
	if($$('green')){
		Nifty("div.green","transparent");		
	}
	
	if($$('grey')){
		Nifty("div.grey","transparent");		
	}
	
	if($$('dj_offline')){
		Nifty("div.dj_offline","fixed-height");
	} else {
		Nifty("div.dj_song,div.dj_sample,div.dj_info","fixed-height");	
	}
	
	if($$('dj_offline')){
		Nifty("div.dj_offline","fixed-height");
	}

}




