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