window.addEvent('domready', function() {
		
	SqueezeBox.assign($$('a.popup'), {
		handler:'iframe',
		size: {x: 500, y: 400}
	});


});
