//================================================================================
// 13r2a.php - 13th RSS1.0 2 Anything - vs1.0
// copyright(c)2002 Daniel Pupius (13thparallel.org)
//
// PHP script: 13r2a pageURL ?>
// XML source: 13r2a xmlFile ?>
// main template: 13r2a mainTemplate ?>
// item template: 13r2a itemTemplate ?>
//================================================================================
var newsFeed = {
title: "13r2a feedTitle ?>",
link: "13r2a feedLink ?>",
description: "13r2a feedDescription ?>",
imageLink: "13r2a imageLink ?>",
imageURL: "13r2a imageURL ?>",
imageTitle: "13r2a imageTitle ?>",
items: new Array(
13r2a theFeed ?>null
)
};
// Now, the code below here is used to output the above data into HTML. I have
// chosen to use document.write(), in this example, so that the feed will work
// with older browsers. There are more imaginative ways that you could display
// the feed, and if you use "numItems" and "itemNo" variables you could do some
// pretty cool, dynamic things! Let us know if you do!!
document.writeln('');
document.writeln('