$(document).ready(function(){
    $("#navcontainer a").blend({speed:300});
	$("#slide").dynamicSlideshow({duration: 5000});
});
