jay_rss_show.php
to the /wp-content/plugins/
directory<?php jay_rss_show ($url, $num, $length); ?>
in your templates
$url stands for the RSS you want to show;
$num stands for the number of articles you want to show;
$length stands for the length of article tile you want to show.