<marquee scrollamount="3" scrolldelay="0" behavior="" direction="right" style="height:40px;" onmouseover="this.stop()" onmouseout="this.start()">
<?php $latest=new WP_Query ('cat=28&showposts=7');
while ($latest->have_posts()) : $latest->the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="مستقل ربط برائے: <?php the_title(); ?>"><?php the_title(); ?></a>
<?php endwhile; ?>
</marquee>