pmt = [17,0,14,19,8,7,18,13,21,16,3,15,26,2,25,1,20,12,23,9,4,5,6,22,11,10,24]
onload(0,function() {
	var e = document.images['pic'], t=50, v=1
	if(pic_phase > 0) {
		e.style.opacity = pic_phase/100
		e.style.filter = "alpha(opacity="+pic_phase+")"
		pic_phase -= 20
	} else {
		pic_phase = 100
		e.style.filter = "alpha(opacity="+pic_phase+")"
		try {
			v = getComputedStyle(document.getElementById('slsh')).display!='none'
		} catch(x) {}
		if(v) e.src = "mpics.php/"+pmt[pic_num]
		if(++pic_num>=pic_count) pic_num = 0
		t = pic_time++
		setTimeout(function() {
			e.style.opacity = pic_phase/100
			e.parentNode.style.background = "url(mpics.php/"+pmt[pic_num]+") no-repeat"
		},1)
	}
	setTimeout(arguments.callee, t)
})
pic_count = 27;
pic_num = 0
pic_time = 10000
pic_phase = 0

