function surprise(url) {
window.location=url;
}
function surprise_time() {
//
// You must change this variable when installing the site.
//
var $baseurl="/tweenies";
//
// You should not need to change anything else :-)
//
var urls=new Array("/meet/index.html","/meet/meet_bella.html","/meet/meet_doodles.html","/meet/meet_fizz.html","/meet/meet_jake.html","/meet/meet_maxjudy.html","/meet/meet_milo.html","/messy/index.html","/messy/makeclock_01.html","/messy/makedoodles_01.html","/messy/makestarship_01.html",
"/news/index.html","/song/index.html","/song/comeplay_01.html","/song/goingoutside_01.html","/song/onefinger_01.html","/story/index.html","/story/storytime.html","/story/xmarks_01.html","/telly/index.html");
surprise($baseurl + urls[Math.floor(Math.random()*urls.length)]);
}
