while ($row = mysql_fetch_assoc($result)) {
$popular .= "\n".'<div class="Box">'."\n\t";
$popular .= '<div style="font-size: 1em; margin-bottom: 5px;"><a href="'.$image_path.'dosya/'.trkarakter($row['Title']).'/">'.$row['Title']."</a></div>";
$popular .= '<a href="'.$image_path.'dosya/'.trkarakter($row['Title']).'/"><img class="Thumbnail" src="'.$image_path.'images/dosyalar/'.$row['Thumbnail'].'" alt="'.$row['Title'].'" /></a>';
$popular .= '</div>';
}