$(function(){
//	$(document).pngFix();
})
$(window).load(function(){
	drawSlideshow();
	st = setInterval('changeSlideshow()',5000);
})



