window.addEvent('domready', function(){
	
// SQUEEZEBOX
	
	SqueezeBox.assign($$('a.popup'), {
		handler:'iframe',
		size: {x: 750, y: 600}
	});

});