Hawaii Video Reviews

Welcome to our video reviews page, featuring tour reviews and highlights from our top-rated Hawaii Tours!


channel->item as $entry) { echo "
  • " . $entry->title . "
  • "; } } if( $type == 'flickr' ) { $cc = 1; foreach($x->channel->item as $entry) { if( $cc < 10 ) { $namespaces = $entry->getNamespaces(TRUE); $media = $entry->children($namespaces['media']); echo '
  • '; } $cc++; } } if( $type == 'youtube' ) { $cc = 1; foreach($x->entry as $entry) { if( $cc < 11 ) { $media = $entry->children('http://search.yahoo.com/mrss/'); $attrs = $media->group->player->attributes(); $watch = $attrs['url']; echo "
  • " . $entry->title . "
  • "; } $cc++; } } } ?>