new song: gaza don't lose hope (audio/slideshow)
ofek | 23.04.2003 18:07
function dlhelp() { s='-- how to download and which file to choose --'; s+="\n\n"; s+='* often enough your browser might not open audio files properly. what usually works is to right-click on the link and choose \'save link target as\' or \'save target as\'. this will let you choose a location to download the file to. locate the file once it is downloaded and open it with your audio player.'; s+="\n\n"; s+='* [ogg vorbis] is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. serious popular audio players have built in support, however the microsoft media player does not (though plug-in is available).'; s+="\n\n"; s+='* if in doubt, choose the [mp3] format as it is still more widely supported.'; window.alert(s); return false; }
function blockError(){ return true; } window.onerror = blockError; var delaytime = 5000 var transtime = 3 //load pictures file names var pics = new Array() for(i=0;i<=9;i++) pics[pics.length] = 'http://ofek.com/200302/0'+i+'.jpg' for(i=10;i<=59;i++) pics[pics.length] = 'http://ofek.com/200302/'+i+'.jpg' var t var j = 0 var c = new Array() var curfile = pics[Math.floor(Math.random()*pics.length)] c[0] = new Image(); c[0].src = curfile function slideshow(){ if (document.all){ document.images.SlideShow.style.filter='blendTrans(duration=2)' document.images.SlideShow.style.filter='blendTrans(duration='+transtime+')' document.images.SlideShow.filters.blendTrans.Apply() } document.images.SlideShow.src = c[j].src if (document.all) document.images.SlideShow.filters.blendTrans.Play() curfile = pics[Math.floor(Math.random()*pics.length)] j = 1-j c[j] = new Image(); c[j].src = curfile t = setTimeout('slideshow()', delaytime) } gaza in pictures (random pictures from the net) t = setTimeout('slideshow()', 10000) |
ofek
Homepage:
http://ofek.com/200302.php