<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs
     title="Daily Illustration" 
     title_url = "http://kallery.net/index.php?g_clss=forum&amp;g_prcss=thrd&amp;g_tmplt=&amp;g_brd=4&amp;g_thrd=1784" 
     description = "Shows beautiful images illustrated by famous artists."
     author = "Kallery.net" 
     author_email = "trustle.feedback+pick_illst@gmail.com"
     screenshot = "http://kallery.net/Q_plgn/widget/pick_illst_scrnsht.png"
     thumbnail  = "http://kallery.net/Q_plgn/widget/pick_illst_thmbnl.png"
     width  = "162" 
     height = "144" 
  /> 
  <Content type="html">
     <![CDATA[ 
<!DOCTYPE html 
     PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
    'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<title></title>
<meta http-equiv='Content-Type'  content='text/html; CHARSET=UTF-8' />


<style type="text/css"> 
body {
    margin:0px; padding:0px; border-width:0px;
}
div.cntnr { 
    margin:0px; padding:0px; border-width:0px; background-color:transparent; 
    width:162px; height:140px; 
    text-align:center; vertical-align: top;
    background-repeat: no-repeat;
    background-position: center top;
}
img.image { 
    margin:0px; padding:0px; border-width:0px; 
    width:162px; height:140px;
}
a.anchr { 
    text-decoration:none;
}
</style>


<script type='text/javascript'>
    function Q_include_JS(addrss) {
        var scrpt = document.createElement("script");
        scrpt.setAttribute("type","text/javascript");
        scrpt.setAttribute("src",addrss);
        document.getElementsByTagName('head')[0].appendChild(scrpt);
    }
    window.setTimeout("Q_include_JS('http://kallery.net/Q_incld/stats_cllct.php')",1);
</script>
<script type="text/javascript"> 
var Q_embd = {
     uri  : null
    ,show : function() { document.getElementById('i_embd').style.visibility = 'visible'; }
    ,hide : function() { document.getElementById('i_embd').style.visibility = 'hidden';  }
    ,msovr: function() { 
        window.setTimeout("Q_embd.show();", 500);
        window.setTimeout("Q_embd.hide();",3000);
    }
    ,start: function() {
        var dvsn = document.createElement('div');
            dvsn.setAttribute('id','i_embd');
            dvsn.style.position   = 'absolute';
            dvsn.style.left       = '1px';
            dvsn.style.top        = '1px';
            dvsn.style.padding    = '0px';
            dvsn.style.width      = '72px';
            dvsn.style.height     = '19px';
            dvsn.style.zIndex     = '1000';
            dvsn.style.visibility = 'hidden';
            var anchr = document.createElement('a');
                anchr.setAttribute('href',Q_embd.uri);
                anchr.setAttribute('target','_blank');
                var img = document.createElement('img');
                    img.setAttribute('src','http://kallery.net/Q_plgn/widget/icon_embed.png');
                    img.style.borderWidth = '0px';
                anchr.appendChild(img);
            dvsn.appendChild(anchr);
        document.getElementsByTagName('body')[0].appendChild(dvsn);
        Q_embd.attach(document.getElementsByTagName('body')[0],'mouseover',Q_embd.msovr);
    }
    ,attach: function(objct,type,fnctn) {
        if(objct.addEventListener) { objct.addEventListener(type,fnctn,false); return true; }
        else if(objct.attachEvent) { var rtrn = objct.attachEvent('on'+type,fnctn); return rtrn; }
        else objct.onclick = fnctn;
    }
    ,bind: function() {
        Q_embd.attach(window,'load',Q_embd.start);
    }
};
Q_embd.uri = 'http://kallery.net/index.php?g_clss=forum&g_prcss=thrd&g_tmplt=&g_brd=4&g_thrd=1784';
Q_embd.bind();
    
var Q_slide = {
     arry  : new Array( 
             'http://kallery.net/Q_plgn/widget/pick_illst1.png'
            ,'http://kallery.net/Q_plgn/widget/pick_illst2.png'
            ,'http://kallery.net/Q_plgn/widget/pick_illst3.png'
            )
    ,cache : null
    ,div   : null
    ,img   : null
    ,crrnt : null
    ,delay : 4000
    ,intrvl: 100
    ,dffrnc: 0.05
    ,fadein: function(opcty) {
        if(opcty>=1) {
            Q_slide.crrnt++;
            if(Q_slide.crrnt>=Q_slide.arry.length) Q_slide.crrnt = 0;
            Q_slide.div.style.backgroundImage = 'url('+Q_slide.arry[Q_slide.crrnt]+Q_slide.cache+')';
            window.setTimeout("Q_slide.fadeout(1);",Q_slide.delay);
        } else {
            opcty = opcty + Q_slide.dffrnc;
            // Firefox 3.5.9, Chrome 5.0, Opera 10.61
            Q_slide.img.style.opacity = opcty;
            // Internet Explorer 8.0
            Q_slide.img.style.filter = 'alpha(opacity='+(opcty*100)+')';
            window.setTimeout("Q_slide.fadein("+opcty+");",Q_slide.intrvl);
        }
    }
    ,fadeout: function(opcty) {
        if(opcty<=0) {
            Q_slide.crrnt++;
            if(Q_slide.crrnt>=Q_slide.arry.length) Q_slide.crrnt = 0;
            Q_slide.img.src = Q_slide.arry[Q_slide.crrnt]+Q_slide.cache;
            window.setTimeout("Q_slide.fadein(0);",Q_slide.delay);
        } else {
            opcty = opcty - Q_slide.dffrnc;
            Q_slide.img.style.opacity = opcty;
            Q_slide.img.style.filter = 'alpha(opacity='+(opcty*100)+')';
            window.setTimeout("Q_slide.fadeout("+opcty+");",Q_slide.intrvl);
        }
    }
    ,start: function() {
        Q_slide.cache = '?'+(new Date()).getTime();
        Q_slide.img = document.getElementsByTagName("img")[0];
        Q_slide.crrnt = Math.floor(Math.random()*Q_slide.arry.length);
        if(Q_slide.crrnt>=Q_slide.arry.length) Q_slide.crrnt = 0;
        Q_slide.img.src = Q_slide.arry[Q_slide.crrnt]+Q_slide.cache;
        Q_slide.div = document.getElementsByTagName("div")[0];
        Q_slide.crrnt++;
        if(Q_slide.crrnt>=Q_slide.arry.length) Q_slide.crrnt = 0;
        Q_slide.div.style.backgroundImage = 'url('+Q_slide.arry[Q_slide.crrnt]+Q_slide.cache+')';
        window.setTimeout("Q_slide.fadeout(1);",4000);
    }
};
window.onload = Q_slide.start;
</script>


</head>
<body><center>
<div class="cntnr"><a class='anchr' target="_blank" href="
http://kallery.net/index.php?g_clss=forum&amp;g_prcss=list&amp;g_tmplt=&amp;g_brd=113&amp;g_pg=&amp;g_field_1=illustration"><img class="image" src="http://kallery.net/Q_img/blank.gif" /></a></div>
</center></body>
</html>
     ]]>
  </Content> 
</Module>

