function borderit(which,color){
	if (document.all||document.getElementById){
		which.style.borderColor=color
	}
}
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
});