var Dimastech =
 {
   startDomReady: function()
   {
		  if ($$('.boxed') != '') Dimastech.initSqueezeBox()
	  },	
  	
	  initSqueezeBox: function() // Inizializzo lo squuezebox x effetto lightbox x iFrame
	  {
		  SqueezeBox.assign($$('.boxed'), {
			  parse: 'rel'
		  });
	  },
	  
    start: function()
	  {		
		    Milkbox = new Milkbox();
		    Dimastech.startDomReady();
	  }
	  
	  
	}	

///////////////////////////////////////////////////////

window.addEvent('domready', Dimastech.start);
//]]>
