/*drupal6取得使用者role id
$roleokflag=0;
global $user;
foreach($user->roles as $key=>$val){
if($key==66 or $key==2){
$roleokflag=1;
}
*/