<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Neither on Land nor at Sea</title>
	<link>https://neitheronlandnoratsea.art</link>
	<description>Neither on Land nor at Sea</description>
	<pubDate>Tue, 11 Apr 2023 11:11:18 +0000</pubDate>
	<generator>https://neitheronlandnoratsea.art</generator>
	<language>en</language>
	
		
	<item>
		<title>home</title>
				
		<link>https://neitheronlandnoratsea.art/home</link>

		<pubDate>Tue, 11 Apr 2023 11:11:18 +0000</pubDate>

		<dc:creator>Neither on Land nor at Sea</dc:creator>

		<guid isPermaLink="true">https://neitheronlandnoratsea.art/home</guid>

		<description>&#60;img src="https://files.cargocollective.com/c1740649/Transparet_3_new.png"&#62;


// define your images here
var images = [
 "https://files.cargocollective.com/c1740649/transparent_1_new.png",
 "https://files.cargocollective.com/c1740649/Transparent_2_new.png",
 "https://files.cargocollective.com/c1740649/Transparet_3_new.png",
 "https://files.cargocollective.com/c1740649/Transparent_4_new.png",
 "https://files.cargocollective.com/c1740649/Transparent_5.png",
 "https://files.cargocollective.com/c1740649/eflux_autumn_call_transparent.png",
 
];

// this chooses a random number from all available image indices
var randomImage = images [Math.floor(Math.random() * images.length)];
console.log(randomImage);
// make the URL into a proper image tag
var image = "&#60;img src='" + randomImage + "'&#62;" ;
// append to the div
document.getElementById("img-load").innerHTML = image;
</description>
		
	</item>
		
	</channel>
</rss>