// JavaScript Document

function load() {

      var samples = "http://www.thijsvanelsen.nl/kool/mediarss.xml";

      var options = {
        linkTarget : google.feeds.LINK_TARGET_BLANK,
		scaleImages : true,
        fullControlPanel : true,
		fullControlPanelSmallIcons : true
      };
      new GFslideShow(samples, "sampleSlideshow", options);
    }

    google.load("feeds", "1");
    google.setOnLoadCallback(load);
	
	function pulldown_menu2()
{
// Create a variable url to contain the value of the 
// selected option from the the form named pulldown and variable selectname
var url2 = document.pulldown2.selectname2.options[document.pulldown2.selectname2.selectedIndex].value

// Re-direct the browser to the url value
window.location.href = url2 
}

   
	
   
