<?xml version="1.0" encoding="UTF-8" ?>


<Module>

<ModulePrefs 
title="Insight and Inspiration - Joseph Campbell Quotes"
author="David Kudler"
author_email="jcfpublications+randomquote_gadget@gmail.com"
directory_title="Insight and Inspiration - Joseph Campbell Quotes"
description="A random generator of quotes by Joseph Campbell, the late American mythologist. All quotes copyright &#169; Joseph Campbell Foundation"
height="200"
width="330"
scrolling="false"
singleton="false"
screenshot="http://www.jcf.org/new/custom_code/randomquote_gadget/screenshot.png"
thumbnail="http://www.jcf.org/new/custom_code/randomquote_gadget/thumbnail.png" 
title_url="http://www.jcf.org"
author_affiliation="Joseph Campbell Foundation"
author_location="San Anselmo, CA, USA" />
<Content type="html">
<![CDATA[

<table>
<tr>
<td>
<script type="text/javascript">
function init()
{
_IG_FetchContent(
"http://www.jcf.org/new/custom_code/randomquote_gadget/randomquote_gadget.php",
callbackFunc, {refreshInterval:60});
}

function callbackFunc(responseText)
{
_gel("mainContainer").innerHTML = responseText;
}

// Call the init function on page load
_IG_RegisterOnloadHandler(init);
</script>
<div id="mainContainer"></div>
</td>
</tr>
<tr style="vertical-align:bottom">
</tr>
</table>
</div>


]]>
</Content>
</Module>