$('.noshow').show();
			
  					$(document).ready(function() {
						$('#slideshow').innerfade({
							speed: 'slow',
							timeout: 4000,
							type: 'sequence',
							containerheight: '323px'
    					});
    					
					});
					
					
function goto(url) {

	window.location = '/'+url+'/';

}
