'Spacializer', 'height' => '240px', 'width' => '160px');
$options = (array) get_option('spacializer');
foreach ( $defaults as $key => $value )
if ( !isset($options[$key]) )
$options[$key] = $defaults[$key];
$widgetheight = $options['height'];
$widgetwidth = $options['width'];
$title = $options['title'];
echo $before_widget . $before_title . $title . $after_title; ?>