Preview (http://library.davesabine.com/xml_rss/rssFeed(4).xml)

This RSS feed can be incorporated into your own web pages by studying the JavaScript code example below.

Things to note:Copy-n-paste this code into a web page.
<script type="text/javascript">
<!--
//<![CDATA[

// define the name of a target frame below

var target = '_self';

// define the ID number of the feed you want to syndicate

var strFeedID = '4';

// define the maximum length of the description or leave blank = '';

var strLengthOfDescription = '224';

// define the maximum number of items to display
// leave at zero to show all items.

var strShowNumberOfItems = '3';


//do not edit below this line

var strSRC = 'http:\/\/library.davesabine.com\/rss-syndicatefeed.asp'
    +'?ContentType=application\/x-javascript'
    +'&target='+target
    +'&strFeedID='+strFeedID
    +'&strLengthOfDescription='+strLengthOfDescription
    +'&strShowNumberOfItems='+strShowNumberOfItems;
document.writeln('<scri'+'pt type="text\/javascript" ');
document.writeln(' src="'+ strSRC +'">');
document.writeln('<\/script>');
//]]>
//-->
</script>