/**
     * Print HTML for suggest tags box
     *
     **/
    public static function metabox()
    {
        ?>
		<span class="container_clicktags">
			<?php 
        echo SimpleTags_Admin::getDefaultContentBox();
        ?>
			<div class="clear"></div>
		</span>
	    <?php 
    }
 /**
  * Put default HTML for people without JS
  *
  * @return void
  * @author Amaury Balmer
  */
 public static function metabox()
 {
     echo SimpleTags_Admin::getDefaultContentBox();
 }