$(document).ready(function() {
						   
						   
		$("#nav li").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
		});

		$('#bgImages').innerfade({
						animationtype: 'fade',
						speed: 1200,
						timeout: 15000,
						type: 'random',
						containerheight: '625px'
					});
						   });
