

window.addEvent('load', init);
function init(){
GoodCorners.round( $$('.round'), {radius: "15px"});
GoodCorners.round( $$('.round5'), {radius: "5px"});




SqueezeBox.assign($$('.boxed'), { parse: 'rel' });

  $$('.date').each(function(){
       new DatePicker('.date_toggled', {
        pickerClass: 'datepicker_jqui',
        allowEmpty: true,
        toggleElements: '.date_toggler',
        inputOutputFormat: 'Y-m-d'
        });

   });
}