window.onload=function()
				{
					Nifty("div.proxim,div.progItem,div.proximInterna","big transparent");
					Nifty("div.schedulingItem,div.itemContent","big transparent tl");
					//get all clips divs
					/*
					var clips = document.getElementsByTagName("a");
					for(var j=0; j<clips.length; j++)
					{
						if(clips[j].getAttribute("href")=='#viewer')
						{//in the case that the a anchor is linked to #visore
						 	
							clips[j].onclick = function() 
							{    	    
								// play the clip specified in href- attribute with Flowplayer        
								$f().play(this.getAttribute("name",2)); 
								// by returning false normal link behaviour is skipped 
								return true; 
							} 
						}
						
						
					}
					
					*/
					
					
					
				}
