function theme_views_ajax_page_item($node) {
  $file=current($node->files);
  l(theme('image', $file->filepath, NULL, NULL, array('border' => 0)), $path, NULL, NULL, NULL, NULL, TRUE);
}