get_results("SELECT tag FROM " . $table_prefix . "tags" . ""); if($utwtags) { foreach($utwtags as $utwtag) { $utw_tag = "http://www.Replace-Your-Domain-Name-Here.com/blog/index.php?tag=" . $utwtag->tag; if($utwtagObject!=null) $utwtagObject->AddUrl($utw_tag,time(),"daily",0.6); } } } add_action("sm_buildmap","GetUTWtags"); ?>