/*  to move list from plugin wherego_related after the table.metainfo */

jQuery(function(){
	jQuery("#wherego_related").insertAfter("table.metainfo");
	jQuery("ul li:last","#wherego_related").css("marginTop","15px").css("fontSize","8px").css("color","gray");
	if (jQuery('.wherego_title').size() == 0) {
		jQuery('#wherego_related').remove() ;
	}
}); 

