// JavaScript Document
				  
	  	$(document).ready(function() {
			$('img.banner1').show();
			$('div.banner1').show();
			$('.nav ul li:nth-child(3)').addClass('child3');
			$('.nav ul li:nth-child(4)').addClass('child4');
			promoCycle = setInterval('cycle()', 4300);
		});
