﻿// JScript File



/* make the the calendar and define the method */
var cal = new Calendar();
cal.setIframe('<iframe src="http://www.google.com/calendar/embed?height=500&amp;wkst=2&amp;bgcolor=%23FFFFFF&amp;src=uilekot%40gmail.com&amp;color=%232952A3&amp;ctz=Europe%2FBrussels" style=" border-width:0 " width="650" height="500" frameborder="0" scrolling="no"></iframe>');

/* make the blogger */
var blog = new Blogger();

/* the photoalbum */
var picasa = new Picasa(null,'nl');
var youtube = new Youtube('uilekotukkel','nl');

function initializeCallbacks() {
    
    var feed  = "http://picasaweb.google.com/data/feed/base/user/uilekot/?kind=photo&start-index="+Math.floor(Math.random()*100);
    var options = {displayTime:5000, transistionTime:1000, scaleImages:true, fullControlPanel : true};
    setTimeout (new GFslideShow(feed, "slideShow", options), 5000)
    
    
    options = {stacked : true};
    var feeds = [
       {title:'Nieuws',
        url:'http://tuilekot.blogspot.com/feeds/posts/default'},
       {title:'UK football',
       url:'http://ukvoetbal.blogspot.com/feeds/posts/default'}
        ];
    new GFdynamicFeedControl(feeds, "feedControl", options );
}   

google.load("feeds", "1"); 
google.setOnLoadCallback(initializeCallbacks);    



