get_results("SELECT tag FROM " . $table_prefix . "tags" . ""); if($utwtags) { foreach($utwtags as $utwtag) { $utw_tag = get_bloginfo('url') . '/index.php?tag=' . $utwtag->tag; if($utwtagObject!=null) $utwtagObject->AddUrl($utw_tag,time(),"daily",0.6); } } } add_action("sm_buildmap","GetUTWtags"); ?>